What is the meaning of a keypoint color ploted by cv2.drawKeypoints? [closed]

asked 2015-05-04 00:35:40 -0600

Hi,

I'm using SIFT/SURF algorithms and the function cv2.drawKeypoints() to plot keypoints over the image. My question is: is there any meaning in the colors of the keypoints?

Here goes one example: http://opencv-python-tutroals.readthe...

Thanks in advance!

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by StevenPuttemans
close date 2015-05-05 01:47:21.770134

Comments

1

nope, just random.

berak gravatar imageberak ( 2015-05-04 01:02:07 -0600 )edit

And the random color generating is done here.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-05-04 03:36:06 -0600 )edit
1

Thanks for the answers!

BreakingNews gravatar imageBreakingNews ( 2015-05-04 21:17:58 -0600 )edit