Ask Your Question

Aditya3996's profile - activity

2017-06-01 05:40:10 -0600 asked a question How to detect 3d textue vs printed document?

I am trying to detect a textured artwork from their photocopied or printed versions using image processing. The texture as such is very thin (nearly 100 microns) so shape and shadow technique did not give result that well. Any other method through which I can achieve the same?

2017-06-01 05:36:47 -0600 commented answer Is there svm.trainAuto() module for python?

This worked. Thanks!

2017-05-29 04:21:12 -0600 asked a question Is there svm.trainAuto() module for python?

I was trying to implement one class classifier in svm but was a bit confused about the paramters.Is there svm.trainAuto() module for opencv in python. The documentation does not refer to it.

2017-05-29 02:07:42 -0600 asked a question Is there a svm.oneclass() present for python? if yes where can I find its documentation or an example ?

I'm trying to train a svm classifier for only positive data. Is the cv2.ml.ONE_CLASS module present for python opencv. Can anyone give me simple example and some documentation references for the same. Thank you!