Computes the descriptors for a set of keypoints detected in an image with SIFT method.
des = imextract_DescriptorSIFT(im1,fobj1);
Input image
Features
Descriptors for the features
This function extracts the descriptors of an image's features with ORB method
1. OpenCV 2.4 Online Documentation