<< cv_cornerharris ComputerVision cv_drawmatches >>

ComputerVision >> ComputerVision > cv_displaykeypoint

cv_displaykeypoint

To display Keypoints

Calling Sequence

img_ret=cv_displaykeypoint(image,keypoints,color)

Arguments

image

Input Image -> must be np.ndarray

keypoints

Keypoints extracted from SURF or SIFT

color

Color of the keypoints ex: [255,0,0]

img_ret

Returned image

Description

To display Keypoints

This function is used to display Keypoints on an image, the keypoints are extracted from SURF and SIFT

Examples

image=cv_displaykeypoint(image,keypoints,[255,0,0])

See Also


Report an issue
<< cv_cornerharris ComputerVision cv_drawmatches >>