Can I add opencv_contrib after installing Oencv3.2 on Ubuntu16.04?
I have installed OpenCV on Ubuntu without opencv_contrib.
So when I want to add opencv_contrib,I followed steps on this page: link text
$ cd <opencv_build_directory>
$ cmake -DOPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules <opencv_source_directory>
$ make -j5
Need I uninstall before OpenCV3.2 and install again? or just make install without uninstall?