Ask Your Question

Anilkumar's profile - activity

2014-08-21 08:15:27 -0600 commented question How to detect and crop the rectangle shape from bitmap using android opencv without using any c/c++ code ?

@berak source code means any sample bro I stuck with this in my app. I have done the grabbing the text from bitmap by using tesseract the only thing I left is detect the rectangle and crop the rectangle image and send that bitmap to tesseract api.

2014-08-21 06:17:50 -0600 asked a question How to detect and crop the rectangle shape from bitmap using android opencv without using any c/c++ code ?

I want to detect the rectangle shape from bitmap using android opencv without using any c/c++ code.

2014-08-20 05:40:54 -0600 commented question I want to read the meter readings from the given image(http://craigheadelectric.coop/content/automated-meter-reading)

@berak Is it possible(finidng rectangle) to do without cpp code?

2014-08-20 05:11:37 -0600 commented question I want to read the meter readings from the given image(http://craigheadelectric.coop/content/automated-meter-reading)

@StevenPuttemans,@berak I want to read the meter readings from the given image(http://craigheadelectric.coop/content/automated-meter-reading) by using tesseract so that i need to find the rectangular shape from the image then I want to crop the image up to meter readings.

2014-08-20 05:07:04 -0600 commented question I want to read the meter readings from the given image(http://craigheadelectric.coop/content/automated-meter-reading)

@berak In my captures image I can have a rectangular shape FYI(http://craigheadelectric.coop/content/automated-meter-reading) now I want to find the rectangular shape so that I can crop the Image upto the meter readings

2014-08-20 04:52:40 -0600 commented question I want to read the meter readings from the given image(http://craigheadelectric.coop/content/automated-meter-reading)

StevenPuttemans in my app I just want to take a picture from camera after that i want to apply image processing for cropping the rectangular shape, can you provide any samples ?

2014-08-20 04:38:59 -0600 received badge  Editor (source)
2014-08-14 07:41:50 -0600 asked a question I want to read the meter readings from the given image(http://craigheadelectric.coop/content/automated-meter-reading)

I want to read the meter readings from the given image(http://craigheadelectric.coop/content/automated-meter-reading) by using tesseract so that i need to find the rectangular shape from the image then I want to crop the image up to meter readings how can I accomplish this task?