Skip to content Skip to sidebar Skip to footer
Showing posts with the label Image Processing

Android Image Sharpening, Saturation, Hue, Brightness, And Contrast

I'm trying to create an app that will allow me to adjust the hue, saturation, brightness, contr… Read more Android Image Sharpening, Saturation, Hue, Brightness, And Contrast

App Crashing After Selecting Photo From Gallery

I created an image processing app which shows percentage of similarity between images using openCV.… Read more App Crashing After Selecting Photo From Gallery

Avoiding Out Of Memory Exception In Applying Filters To Images (Android)

I am trying to apply some filters on a Image. To apply the filter, i have to first create an array:… Read more Avoiding Out Of Memory Exception In Applying Filters To Images (Android)

How To Blur A Rectagle With OpenCv

Is there any way to blur a Mat object in OpenCv (for Android) so that the blur is contained within … Read more How To Blur A Rectagle With OpenCv