Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error : "undefined reference to `cv::ocl::integral(cv::ocl::oclMat const&, cv::ocl::oclMat&)" in chapter 9 #11

Open
longbowliu opened this issue Mar 16, 2018 · 1 comment
Assignees

Comments

@longbowliu
Copy link

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

@efernandez
Copy link
Member

Interesting... will try to reproduce it, but it doesn't hurt to put the OpenCV_LIBRARIES before the others.

Thanks!

@efernandez efernandez self-assigned this Mar 30, 2018
@efernandez 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants