unresolved external symbol : xfeatures2d problem with SIFT
Hi,
I've a problem related to SIFT, when I try to build my program I got this error
unresolved external symbol public static struct cv::Ptr <class cv::xfeatures2d::sift="">
regarding to opencv librarries I have defined these two only
opencv_ts300d.lib opencv_world300d.lib
so does the problem related to the missing xfeatures2d.lib? although I have the folder xfeatured and file xfeatured.cpp
On the other hand, if you ask me about cmake: In fact I have tried to build xfeatures.lib but I got error it says that xfeatures2d.lib is missing
So, any help will be appreicated :)
i guess, you have to start from scratch here. since using the contrib repo requres tight synchronization regarding versions, you'll have to get opencv & opencv_contrib src from github, and rebuild the whole thing, cmake, build, build INSTALL . see contrib readme
hi berak, and thank you for your reply, so I have the OPENCV 3 and contrib that i got it from https://github.com/Itseez/opencv_contrib , can you tell me which version of OPENCV i should have?
that's an easy answer: latest ;) (for both)
(e.g. hal was moved back into core in 3.1, so you can't build opencv3.0 with recent contrib)
ok , I've downloaded the latest for both and when I try to compile it in cmake (new version of opencv) it says "Failed to download opencv_ffmpeg.dll. Status=7;"Couldn't connect to server" is there any ideas? thx