OpenCV includes FLANN (Bug #1667)
Description
OpenCV seems to included the whole FLANN Library.
This triggers confilct when using it in conjunction with other libraries.
In the case of PCL, this issue keeps triggering compilation errors for more than a year (see http://www.pcl-users.org/FLANN-OpenCV-conflict-td2947815.html).
I am assigning this ticket to Marius as I found he already answered in the pcl-users thread.
Cheers
Raph
Associated revisions
Merge pull request #1667 from SpecLad:detect-openmp
History
Updated by Marius Muja almost 14 years ago
This should not happen unless one has "using namespace cv;" and "using namespace pcl;" in the same file, at least not with the trunk version of OpenCV. There was a bug related to this which was fixed in r7047.
Updated by Alexander Shishkov almost 13 years ago
- Status changed from Open to Cancelled
Updated by Andrey Kamaev almost 13 years ago
- Target version set to 2.4.0