Hello
I'm working with OpenCV 3.0 without problems.
Now I'm trying follow the Features2D tutorials (using tools like SURF).
I installed the opencv_contrib without problems, as in the README.
After installed it, I make my project and the there is no erros.
But when I execute the program, is showing "Segmentation fault (core dumped)". It happens even if I re-make other project, which were working before I add the opencv_contrib (which doesn't use the xfeatures2d).
If I cmake OpenCV again, without the opencv_contrib path, I can re-make the projects again and they works ( unless the project which need the xfeatures2d).
How can I solve it?