Click here to Skip to main content
15,913,587 members

Comments by RupeshMote (Top 28 by date)

RupeshMote 28-Aug-15 7:27am View    
"not working" means: From c++ code I return object of jobject and in Java file received it in object of Mat as :
Mat vdFrame = new Mat();
vdFrame = vdTest.getFrames();

So that exception raises.
RupeshMote 5-May-15 6:33am View    
For Leptonica library refer this link : http://www.leptonica.org/
Download leptonica source code and also README.html file. README.html file explains how to build leptonica in visual studio.

For Tesseract refer this link : http://tesseract-ocr.googlecode.com/git/vs2008/doc/setup.html

It explains how to build Tesseract with visual studio.
RupeshMote 19-Feb-15 5:04am View    
source tree means : Android source code that I have downloaded.
And
other libraries, for example : libpcap, libpng, openssl or zlib. These libraries are present under this path : '(Android_Working_Directory)/external/'.
So like this, I want to add a new library suppose 'libnet' in this android source code and build this library with android.
RupeshMote 5-Feb-15 8:11am View    
Ok, thanks. I will try it.
RupeshMote 28-Jan-15 23:26pm View    
Ok, thanks.