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
I fixed the cv errors by changing all instances of CV_LOAD_IMAGE_GRAYSCALE to IMREAD_GRAYSCALE
All instances of CV_MINMAX to cv::NORM_MINMAX
You need to change this in mat_io_test.cpp and sumpixel_test.cpp
Changed CMakeList.txt set(CMAKE_CXX_FLAGS "-std=c++11") to set(CMAKE_CXX_STANDARD 14)
My fork has the changes to allow to run on opencv4 if anyone is interested
I am running Ubuntu 18.04 on a Jetson AGX with OpenCV4
I get the following error when trying to build cv_utils:
I am very new to linux and am not sure how to fix this. All my attempts so far have failed in the last two weeks.
Google search has not been helpful.
thanks in advance
The text was updated successfully, but these errors were encountered: