I want to perform the following artistic effect with my MFC app. Can anyone tell me, how to perform it ?
Input Image :
Output Image :
Waiting for the reply... Thanks in advance...
I want to perform the following artistic effect with my MFC app. Can anyone tell me, how to perform it ?
Input Image :
Output Image :
Waiting for the reply... Thanks in advance...
As far as I know, MFC doesn't include image processing functions (except some basic GDI functions). So you will need to use an image processing library, or implement everything on your own.
How did you do the artistic effect?
Its probably just some form of convolution applied to the image. If so this post may help:
All you need to do is modify that filter matrix I supply and you'll get all sort of novel effects ...