I am trying to install OpenDetection on Ubuntu 16.04. I have installed all the dependencies according to here , except OpenCV. This is the camke command I used for OpenCV:
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D BUILD_NEW_PYTHON_SUPPORT=ON -D WITH_V4L=ON -D WITH_VTK=ON -D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON -D BUILD_EXAMPLES=ON -D ENABLE_FAST_MATH=1 -D CUDA_FAST_MATH=1 -D WITH_CUBLAS=1 -DOPENCV_EXTRA_MODULES_PATH=/home/tiestu/Documents/GitRepository/OpenCV3/opencv_contrib/modules /home/tiestu/Documents/GitRepository/OpenCV3/opencv
but when I try to make OpenCV, I get this error , which I think has something to do with RCh
I configured VTK using the latest pre-created binary version of cmake with default settings according to the installation instructions. but this error says:
vtkGenericDataArrayLookupHelper.h:72:23: error: 'nullptr' was not declared in this scope
It doesn't matter which version of the compiler (11 or 0x) I used? If so, which version should I use?
source share