Problem Definition
Use OpenCV to read images and process through different methods.
Method and Implementation
On Trial 1, the color of the image is converted to grayscale with cvtColor.
On Trial 2, the image was flipped with flip().
On Trial 3, the image was mosaiced by calculating the average of 30*30 pixels.
Experiments
My ID photo is used on experiments.
Results
Results | ||
Trial | Source Image | Result Image |
trial 1 | ![]() |
![]() |
trial 2 | ![]() |
![]() |
trial 3 | ![]() |
![]() |
Discussion
The processing technique was still rather straightforward.
More built-in functions can be used.
Conclusions
Based on your discussion, what are your conclusions? What is your main message?
I'm handsome!
Credits and Bibliography
My previous works on opencv.