gdscigdtuw / photo_effect

A web application that renders an effect on an image uploaded by user using python image processing libraries.
8 stars 10 forks source link

Create function for Watercolor effect #10

Open apekshamanchanda opened 3 years ago

apekshamanchanda commented 3 years ago

Resource : https://towardsdatascience.com/painting-and-sketching-with-opencv-in-python-4293026d78b

Add the code in the effects.py file , a function called watercolor has already been created there, edit that function to render the effect on the frame by referring to the above resource.

webdesign4u-html5 commented 3 years ago

Akansha