What is the meaning of a keypoint color ploted by cv2.drawKeypoints? [closed]
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!
nope, just random.
And the random color generating is done here.
Thanks for the answers!