I am a newbie with this stuff so please bear with me :-)
I am creating a object recognition application which can Recognize objects. Frames are grabbed by a webcam and tracking and recognition is done in real-time.
I am a C#/VB.NET developer, and therefore I am using EmguCV OpenCV Wrapper. I have tried SURF feature detector and it takes 5 seconds per frame!
Therefore I am trying to use FAST descriptor.
Can anybody give me sample code, say a function FAST(Byval modelImage, ByVal observedImage) which will return the points of the object? Please. If not sample code please help me. The EMGUCV documentation is telling me nothing.
I appreciate your response. I am just a newbie. Please reply.