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.readthedocs.org/en/latest/_images/sift_keypoints.jpg
Thanks in advance!