Python 2.7
OpenCV 2
Ubuntu install:
$ sudo apt-get install python-opencv
Testing OpenCV:
$ python
>>> import cv2
>>> print(cv2.__version__)
Run program:
python program1.py
Run test:
$ ./run_tests.sh
Note: If the script doesn't run, it may be necessary to give the following permission:
$ chmod +x run_tests.sh
- https://docs.opencv.org/master/d6/d00/tutorial_py_root.html
- https://en.wikipedia.org/wiki/YIQ
- https://en.wikipedia.org/wiki/Negative_(photography)
- https://en.wikipedia.org/wiki/Grayscale
- https://en.wikipedia.org/wiki/Thresholding_(image_processing)
- https://en.wikipedia.org/wiki/Kernel_(image_processing)
- https://en.wikipedia.org/wiki/Sobel_operator
- https://en.wikipedia.org/wiki/Discrete_Laplace_operator
- https://www.allaboutcircuits.com/technical-articles/image-histogram-characteristics-machine-learning-image-processing/
- https://en.wikipedia.org/wiki/Histogram_equalization