Ask Your Question

tes's profile - activity

2016-04-02 18:52:26 -0600 commented question Svm using Surf Features

Do you have any idea on how can I do the same as what you did but in Python ?

2016-03-31 14:56:57 -0600 commented question When loading KeyPoint from XML, the class_id is lost

<opencv_storage> <cascade type_id="opencv-cascade-classifier"><stagetype>BOOST</stagetype> <featuretype>SIFT</featuretype> <height>24</height> <width>24</width> <stageparams> <maxweakcount>211</maxweakcount></stageparams> <featureparams> <maxcatcount>0</maxcatcount></featureparams> <stagenum>25</stagenum> <stages>

This is how it should look like. To be honest I have not used AKAZE yet, but try what I wrote, it may help you

2016-03-31 14:34:03 -0600 commented question When loading KeyPoint from XML, the class_id is lost

Do you have these line in the xml file

<opencv_storage> <cascade> <stagetype>BOOST</stagetype> <featuretype>SIFT</featuretype> ....... and a few other line after this ??

If you don't then you don't have the correct format of this XML file. So if you need to have an idea about these lines open any xml file of those present in opencv directory where you extracted it, and read the syntax, you may find some interesting.

2016-02-02 19:36:59 -0600 received badge  Enthusiast
2016-01-28 18:09:42 -0600 commented answer Saving video from webam stream - no file created

Thanks a lot (Y)

2016-01-28 18:09:25 -0600 received badge  Supporter (source)
2016-01-25 08:50:19 -0600 commented answer Build OpenCV for Python

Dear Valentine

Are you sure about that?, and if you did it and it worked, do you have xfeatures2d? because this is the module I need the most to use for my own project