Migration from Indigo Eigen interface
Force use of OpenCV2 interfaces
Add explicit dependency on libopencv-dev,
replacing the cv_bridge dependency needed for Indigo.
These changes should not be merged into master, they will break the Indigo version. I'd recommend creating a kinetic branch, and merging them there.
It builds, but with some ugly compiler warnings about deprecated Eigen interfaces.
It runs the opencv_test, displaying a black window with two white dots. I lack the means and expertise for more testing.
Migration from Indigo Eigen interface Force use of OpenCV2 interfaces Add explicit dependency on libopencv-dev, replacing the cv_bridge dependency needed for Indigo.
These changes should not be merged into
master
, they will break the Indigo version. I'd recommend creating akinetic
branch, and merging them there.It builds, but with some ugly compiler warnings about deprecated Eigen interfaces.
It runs the opencv_test, displaying a black window with two white dots. I lack the means and expertise for more testing.