<< cv_shi_cornerdetection ComputerVision cv_sobel >>

ComputerVision >> ComputerVision > cv_sift

cv_sift

To perform Scale-Invariant Feature Transform

Calling Sequence

kp=cv_sift(image)

Arguments

image

Input Image rgb/grayscale

kp

Keypoints in the image

Description

Scale-Invariant Feature Transform

This function returns keypoints found by sift, it also considers orientation.Please refer http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_feature2d/py_sift_intro/py_sift_intro.html

Examples

kp=cv_sift(input_image);

See Also


Report an issue
<< cv_shi_cornerdetection ComputerVision cv_sobel >>