- This is the OpenCv implementation space.
-
This is a small application that allows you to convert the given input image(s) to a cartoonized form of look. Here, i used the following methods :
- Median Blurring,
- Adaptive Threshholding,
- Bilateral Blurring,
- Stylization,
- Color Quantization
Please refer to image results to learn more about it
- Final result image result comparison with the original image.
Original Image | Final Result Image (1) |
---|---|
- This is the final result image comparison with ChatGPT generated code example:
Final Result Image (2) | ChatGPT generated code's result |
---|---|