opencv - SURF and OpenSURF to color image -


i using surf features in opencv input images converted gray image.

 cvtcolor(object, object, cv_rgb2gray); 

when went through documentation of opensurf realised not in grayscale.

my confusion can apply surf image formats (yuv, hsv, rgb) or have change , modify program achieve that?

most feature detectors work on greyscale because analyse patterns of edges in image patch. can run surf on single colour channel colour formats mention i.e. can run on y, u or v yuv images, or on h, s or v hsv images. not sure how opensurf treats this, must using greyscale image internally.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -