Ask Your Question

anz's profile - activity

2014-11-11 13:12:05 -0600 received badge  Student (source)
2013-04-05 04:59:11 -0600 commented answer Optimize image using opencv

Thanks for the guide..I will try these things out...

2013-04-05 04:58:41 -0600 received badge  Supporter (source)
2013-04-05 03:03:56 -0600 asked a question Optimize image using opencv

I have user tesseract ocr for my android project to recognize text from an image taken from the camera. But the results are not accurate. I want to optimize the image using opencv. I want to achieve the following for the captured image which is decoded in Bitmap.Config.ARGB_8888 format:

  1. Detect the objects in the resized image.
  2. Once the object is identified, compute its border w.r.t original image. (This is for removing the camera angle effect)
  3. Extract the object from original image, by applying perspective transform.
  4. Apply white balance to remove lightening effects.

In the example provided by with the tess_two api, they are using Leptonica for the image manipulations like drawing the bounding boxes around the words..But in my case I want to use OpenCV...Your guidance will be highly appreciated...

2013-04-03 07:40:14 -0600 received badge  Editor (source)
2013-04-03 06:41:29 -0600 asked a question Not able to compile Opencv Library 2.4.4 on Android

Hi ,

I am trying to work on the samples for OpenCV for android. I followed the instructions mentioned here: Import OpenCV library and samples to the Eclipse

But I am facing the following problem:

**Description Resource Path Location Type Android NDK: Please correct error. Aborting . Stop. OpenCV Library - 2.4.4 line 23, external location: /root/android-ndk-r8d/build/core/build-shared-library.mk C/C++ Problem


I am working on UBUNTU 10.04 AND USING ECLIPSE JUNO...Please Help