Ask Your Question

cb20130410's profile - activity

2020-09-13 16:14:13 -0600 received badge  Necromancer (source)
2020-02-15 13:25:27 -0600 received badge  Student (source)
2013-05-13 22:32:25 -0600 asked a question how do I train SVM on images with different aspect ratios?

Can the SVM work on data with different dimensions? (using OpenCV's svm or libsvm) If the images have different size, I can resize to a standard value. But if they have different aspect ratios, it seems not to make sense to resize without keeping the original aspect ratio. Or shall I pad them with zeros to make them have the same aspect ratio?

2013-04-18 05:27:36 -0600 asked a question reproducing algorithms

This is a rather general question... how to reproduce algorithms from papers? When the code is not made available, it's hard to reproduce exactly. If available you are working on a different platform (e.g. windows vs linux, 32 vs 64 bit, c vs matlab vs python). Do you try to recode ?

2013-04-10 23:19:49 -0600 answered a question how to understand which functions available in python bindings?

I use dir(cv) or dir(cv2) after importing them. Anyone has a better solution since the documentation is incomplete?

2013-04-10 06:24:20 -0600 received badge  Supporter (source)