AndyFou / yelp-contest

Participation script for the Yelp contest of Kaggle
MIT License
1 stars 0 forks source link

In SURF what are KPS (keypoints) and what are descriptors ?? #3

Open AndyFou opened 8 years ago

AndyFou commented 8 years ago

descriptors = cv2.xfeatures2d.SURF_create() (_kps,descriptors _) = surf.detectAndCompute(photo[2],None)