sift - How to use SiftDescriptorExtractor in openCV 3.0.0 -


i use siftdescriptorextractor in such use :

siftdescriptorextractor detector; 

and try type bellow:

#include <opencv2\nonfree\features2d.hpp> #include <features2d.hpp>      #include <opencv2\features2d\features2d.hpp> #include <opencv2/features2d.hpp> 

but non of them work properly. know right way use siftdescriptorextractor in opencv 3.0.0 ?

the standard opencv 3.0 builds no have sift included. need build , install contrib module use sift. see opencv_contrib. please take notice of licensing terms of sift algorithm.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -