title | tags |
---|---|
Python-OpenCV 練習 |
OpenCV, Python |
This is a practice project that using Python with OpenCV.
- Python==3.7.0
- opencv-contrib-python==3.4.2.17
- matplotlib==3.1.1
- numpy==1.18.5
- PyQt5==5.15.1
- pyqt5-tools==5.15.1
Extract 3 channels of the image BGR to 3 separated channels.
Flip the image
Combine two images and ese Trackbar to change the weights and show the result.
Original image:
Apply 7x7 median filter.
Apply 3x3 Gaussian blur.
Apply 9x9 Bilateral filter with 90 sigmaColor and 90 sigmaSpace.
Original image:
Use the results of Sobel X and Sobel Y to calculate the magnitude.
With Rotation, Scaling, Translation with (x, y) as following parameters: