Basically we are going to use a series of filters and image conversions. First we downscale the image and then apply bilateral filter to get a cartoon flavour. Then again we upscale the image. Next step is getting a blurred version of the original image. Now, we don’t want the colours to interfere in this process. We only want the blurring of the boundaries. For this, we first convert the image to gray – scale and then we apply the media blur filter. Next step is to identify the edges in the image and then add this to the previously modified images to get a sketch pen effect. For this first we are using adaptive threshold. You can experiment with other types of threshold techniques also. Because Computer Vision is all about experimenting. In step 5, we compile the final images obtained from the previous steps.
-
Notifications
You must be signed in to change notification settings - Fork 0
Basically we are going to use a series of filters and image conversions. First we downscale the image and then apply bilateral filter to get a cartoon flavour. Then again we upscale the image. Next step is getting a blurred version of the original image. Now, we don’t want the colours to interfere in this process. We only want the blurring of th…
knowhrishi/Converting_Image_into_Cartoon_OpenCV
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Basically we are going to use a series of filters and image conversions. First we downscale the image and then apply bilateral filter to get a cartoon flavour. Then again we upscale the image. Next step is getting a blurred version of the original image. Now, we don’t want the colours to interfere in this process. We only want the blurring of th…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published