Ask Your Question

feder27's profile - activity

2017-08-01 23:11:39 -0600 received badge  Notable Question (source)
2017-05-29 05:22:17 -0600 received badge  Popular Question (source)
2016-11-15 17:50:32 -0600 received badge  Popular Question (source)
2016-05-24 06:40:49 -0600 received badge  Student (source)
2016-01-24 05:46:10 -0600 received badge  Enthusiast
2016-01-19 16:46:33 -0600 commented question Including nonfree modules in OpenCV 3.1

it works fine on these samples but if i try this http://docs.opencv.org/3.0-beta/doc/t... it produces a lot of errors

2016-01-19 16:32:29 -0600 commented question Including nonfree modules in OpenCV 3.1

i've just tried surf_matcher.cpp

opencv2/xfeatures2d.hpp: file or directory not exist #include "opencv2/xfeatures2d.hpp" ^ compilation terminated.

2016-01-19 15:56:04 -0600 asked a question Including nonfree modules in OpenCV 3.1

Hi i'm trying to work on a code that use the extra modules of opencv. I've installed the extra modules following the readme txt

$ cd < opencv_build_directory > $ cmake -DOPENCV_EXTRA_MODULES_PATH=< opencv_contrib >/modules < opencv_source_directory > $ make -j5

it works but when i try to compile the code it says that error: ‘xfeatures2d’ is not a namespace-name (in the code there is using namespace cv::xfeatures2d; )

thanks

2016-01-17 06:13:54 -0600 asked a question Compiling error with -lippicv

Hi,i've just installed opencv 3.1 and i'm trying to compile a simple code written in c++. When i try to compile ,it appears this :

/usr/bin/ld: cannot find -lippicv
 collect2: error: ld returned 1 exit status

i've find same responses for this problem but none of this seems to work Thank you