Image~Viewer and Editor.....
this is under no further developement
Tesselator new
Apply triangular tesselation producing pixilate effect..Each kernel visits image,and breakdown into triangular implementation...
Image Blur
This applies gaussian blur over image.We are using 5x5 kernel to convolve through image..
Image Sharping
This filter apply edge enhancement over image,The algorithm is specially focused on laplacian substraction for this process...
Retro
This taste something like this..
Artify
User is allowed to select size of kernel which is applied over image,Size of kernel decide effect over image Here is example showing filter artify...
This filter is specially for image containing face.For best result,face must be flooded with light.Poor lighting over face will ruin the effect.
Image histogram and Face-Detection
I also provide a seperate metric window to calculate and display histogram of R,G and B channels of image saperately.. It gets updated whenever we apply filter in real-time..User can see the change occured in saperate channels of image. Also we have added a infobar to show number of face detected in image...right now it is not so good in performance...
1.The Sherlock
We are using opengl,opencv,and imgui for developement of this application.. System must setup with opencv and opengl