To display Keypoints
img_ret=cv_displaykeypoint(image,keypoints,color)
Input Image -> must be np.ndarray
Keypoints extracted from SURF or SIFT
Color of the keypoints ex: [255,0,0]
Returned image
To display Keypoints
This function is used to display Keypoints on an image, the keypoints are extracted from SURF and SIFT