Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 2088

How can I use the second argument of sift.detectAndCompute() ?

$
0
0
Hi, I'm using SIFT algorithm for comparing the features between two images. I'm curious to know about the second argument of sift.detectAndCompute() method. I'm using none in my script. I know the method's syntax `cv2.SIFT.detectAndCompute(image, mask[, descriptors[, useProvidedKeypoints]]) → keypoints, descriptors¶` But I couldnot understand how can I use this "mask"? A brief Explanation with an example is very helpful for me

Viewing all articles
Browse latest Browse all 2088

Trending Articles