You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
target_link_libraries(homography ${OpenCV_LIBRARIES} ${catkin_LIBRARIES})
we should put OpenCV_LIBRARIES before others , otherwise ,there will be an error when catkin_make
UBUNTU 14 , ROS indigo
The text was updated successfully, but these errors were encountered:
efernandez
changed the title
error : "undefined reference to `cv::ocl::integral(cv::ocl::oclMat const&, cv::ocl::oclMat&)" in chappter 9
error : "undefined reference to `cv::ocl::integral(cv::ocl::oclMat const&, cv::ocl::oclMat&)" in chapter 9
Mar 30, 2018
target_link_libraries(homography ${OpenCV_LIBRARIES} ${catkin_LIBRARIES})
we should put OpenCV_LIBRARIES before others , otherwise ,there will be an error when catkin_make
UBUNTU 14 , ROS indigo
The text was updated successfully, but these errors were encountered: