umartatweer / android-anpr

Automatically exported from code.google.com/p/android-anpr
0 stars 1 forks source link

Cannot build project #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have downloaded the svn trunk, but when I try and build it it complains that 
HoughTransformation is not part of GraphicsCoreNS (which is true).

In Andriod.mk there is a reference to HoughTransformation.cpp which is not in 
the source trunk and in com_graphic_NativeGraphics.h there is an include of 
HoughTransformation.h which is also not in the source trunk.

However, there is a HoughTransformation java / class which is 
intelligence.imageanalysis folder

Am I missing the header / c++ or should we be calling the java in some other 
way?

Thank you in advance for your help.

Bob Johnson

Original issue reported on code.google.com by coolhand...@googlemail.com on 25 Jan 2012 at 1:12

GoogleCodeExporter commented 9 years ago
Please update the project. HoughTransformation.c replaced to 
HoughTransformation.cpp file.
HoughTransformation.cpp file plased in "jni" dirrectory of project and included 
in project in Android.mk file 
(LOCAL_SRC_FILES += HoughTransformation.cpp) 

Original comment by zdanchik@gmail.com on 30 Jan 2012 at 2:43

GoogleCodeExporter commented 9 years ago
cannot load library com_native graphics error is comming please give me some 
solutions

Original comment by bipinsha...@gmail.com on 12 Mar 2012 at 5:58

GoogleCodeExporter commented 9 years ago
You need to download android NDK and build JNI code before you can compile java 
code

1. download Android NDK  http://developer.android.com/sdk/ndk/index.html
2. add line into ndk-build.cmd.bat file 
   set NDK_PROJECT_PATH = YOUR_CODE_PATH

Original comment by udom...@gmail.com on 20 Apr 2012 at 11:38

GoogleCodeExporter commented 9 years ago
I've got the program run on my device. But it doesn't work. It just shows about 
20 lines of "w::1280 h::720" and then stops. Nothing happenes. (See the 
attached screen cap; the picture taken by the camera cannot be captured, so the 
background is just black)

Original comment by xyxzfj@gmail.com on 20 Apr 2012 at 12:40

Attachments:

GoogleCodeExporter commented 9 years ago
hi,
same problem. it doesn't work. I've just  "w::1280 h::720" with camera in 
backgroung but nothing happens when i fix a plate. 

May you help me ?

Original comment by mobby...@gmail.com on 30 Apr 2012 at 12:53

GoogleCodeExporter commented 9 years ago
Hi,
I'm having the same problem as mobby...

Please, help me.

Original comment by rodrigov...@gmail.com on 16 May 2012 at 5:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I am uanble to use it.It just shows w::1280 h::720 and recognize[].its not 
recognizing the number plate.please help its urgent.

Original comment by bismita....@gmail.com on 31 May 2012 at 8:51

GoogleCodeExporter commented 9 years ago
I have hext error when i try to build project library, please help.

C:/android-ndk-r6/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt
/windows/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androi
deabi/bin/ld.exe: cannot find -lcxcore
collect2: ld returned 1 exit status
/cygdrive/c/android-ndk-r6/android-ndk-r6/build/core/build-binary.mk:280: 
recipe for target 
`/cygdrive/c/android-ndk-r7/apps/ndk_demo/ANPR/obj/local/armeabi/libcom_graphics
_NativeGraphics.so' failed
make: *** 
[/cygdrive/c/android-ndk-r7/apps/ndk_demo/ANPR/obj/local/armeabi/libcom_graphics
_NativeGraphics.so] Error 1

Original comment by L.Nata...@gmail.com on 27 Jul 2012 at 11:51

GoogleCodeExporter commented 9 years ago

I failed to build the library and the error is:

SharedLibrary  : libcom_graphics_NativeGraphics.so
collect2: ld terminated with signal 5 [Trace/BPT trap]
dyld: lazy symbol binding failed: Symbol not found: _memmem
  Referenced from: /Users/bon/Programming/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _memmem
  Referenced from: /Users/bon/Programming/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld
  Expected in: /usr/lib/libSystem.B.dylib

make: *** [obj/local/armeabi/libcom_graphics_NativeGraphics.so] Error 1

Please help!

Original comment by andrewt...@gmail.com on 16 Nov 2012 at 6:50

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
not able to build project.it contains errors in .c and .cpp files.
if anyone have done that please suggest me what should i do to resolve these 
issues.
Thank you.

Original comment by aditya7...@gmail.com on 25 Sep 2014 at 11:21