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

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -