Hello, we are a team working with diffrent dev envirment, most are using Windows,
I'm in charge of the intergration of the app and I'm under ubuntu 12.04, and it seems that there is a problem with the nonfree features2D
headers.
On windows it's located at opencv2/nonfree/features2d.hpp
but in ubuntu it's in diffrent location
opencv2/features2d/features2d.hpp
So I'm wondering, does all linux distributions are like ubuntu ? so that I can use opereting system macro to add or not specific headers. PS: I've tried to build opencv2 from sources and the result was like in windows. How can you advice me to make it possible for cross build ?
Thanks