Building more robust OpenCV3's cv::solvePnPRansac() in OpenCV2 build

This commit is contained in:
matlabbe
2016-03-08 19:51:50 -05:00
parent e5c500fad0
commit c4ee125f73
7 changed files with 866 additions and 19 deletions

View File

@@ -75,6 +75,7 @@ IF(OpenCV_VERSION_MAJOR EQUAL 2)
SET(SRC_FILES
${SRC_FILES}
opencv/Orb.cpp
opencv/solvepnp.cpp
)
ENDIF(OpenCV_VERSION_MAJOR EQUAL 2)