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

How To Split Image To 2 Parts?

I'm a beginner with android. I want to divide a bitmap image into chunks and then display the i… Read more How To Split Image To 2 Parts?

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

I Want To Detect Objects In The Image And Redraw It In Another Page, So Anyone Would Please Suggest Which Algorithm Can Be Used?

I am doing project on image processing (molecule identification in an image and drawing those molec… Read more I Want To Detect Objects In The Image And Redraw It In Another Page, So Anyone Would Please Suggest Which Algorithm Can Be Used?

Cropping Image In Android Using Opencv

I am using OpenCV 2.3.1 in Android. I need to crop the image into half. What I am doing is: Mat… Read more Cropping Image In Android Using Opencv

Cutting The Image In Jigsaw Shapes In Android

I want to know how to cut an image in jigsaw form in android at run time. What i actually want is u… Read more Cutting The Image In Jigsaw Shapes In Android

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)