Created
May 11, 2018 12:48
-
-
Save senkumartup/a6d6af691dcd9e493917efc9310a9c64 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cmake -D CMAKE_BUILD_TYPE=RELEASE \ | |
| -D CMAKE_INSTALL_PREFIX=/usr/local \ | |
| -D INSTALL_C_EXAMPLES=ON \ | |
| -D INSTALL_PYTHON_EXAMPLES=ON \ | |
| -D WITH_TBB=ON \ | |
| -D WITH_V4L=ON \ | |
| -D WITH_QT=ON \ | |
| -D WITH_OPENGL=ON \ | |
| -D OPENCV_EXTRA_MODULES_PATH=/home/dcml/workspace/opencv_build/opencv_contrib-3.4.1/modules \ | |
| -D BUILD_NEW_PYTHON_SUPPORT=ON \ | |
| -D BUILD_PYTHON_SUPPORT=ON \ | |
| -D BUILD_opencv_python2=ON \ | |
| -D BUILD_opencv_python3=ON \ | |
| -D PYTHON_EXECUTABLE='/opt/anaconda2/bin/python' \ | |
| -D PYTHON2_EXECUTABLE='/opt/anaconda2/bin/python' \ | |
| -D BUILD_EXAMPLES=ON .. |
Author
Author
Tesser Act - install
sudo apt install tesseract-ocr
sudo /opt/anaconda2/bin/conda install -c auto pytesseract
sudo /opt/anaconda2/bin/conda install pillow
Also see
https://github.com/anish9208/opencv-car-number-plate-detection-/blob/master/question14.py
https://github.com/MaddyThakker/Speed-Breaker/tree/master/Vehicle
https://github.com/Aqsa-K/Number-Plate-Detection-and-Separation-OpenCV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CV2 Python Package Install
dcml@dcml-MS-7B61:~/workspace/opencv_build/opencv-3.4.1/build$ find . -name *.so | grep cv2 ``./lib/cv2.sodcml@dcml-MS-7B61:~/workspace/opencv_build/opencv-3.4.1/build$ sudo cp lib/cv2.so /opt/anaconda2/lib/python2.7/site-packages/dcml@dcml-MS-7B61:~/workspace/opencv_build/opencv-3.4.1/build$ /opt/anaconda2/bin/pythonPython 2.7.15 |Anaconda, Inc.| (default, May 1 2018, 23:32:55)
[GCC 7.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.