Feature extraction using hog, lpb or haar

asked 2014-04-05 22:26:36 -0600

hugo gravatar image

updated 2018-10-26 15:58:03 -0600

I am doing a project to recognize one kind of leaf.I have 4000 positive images and 6000 negative images. My object have different shape.I am using emgucv visual studio 2010 c#. I want to use cascade classifier and then use cascade.xml in an embedded system to recognize leaves.I want to know what kind of features extraction is the best to use in my requirements? I read about haar is not the best in embedded system and mobile because haar use floating point calculations and I supposed those systems are not suitable for that calculations is that correct? but what about lbp or hog?

edit retag flag offensive close merge delete