billmccord / OpenCV-Android

A project for porting and optimizing OpenCV for Google's Android OS
http://billmccord.github.com/OpenCV-Android/
444 stars 162 forks source link

Do you have a API?? #3

Closed gamggi closed 14 years ago

gamggi commented 14 years ago

hi- I'm korean student. so, I can't speak English very well.

Anyway, i'm making the application with OpenCV-andoid library.

but, I can't found OpenCV-andoid API!!

so, i stop to make application. i can't refer to your library.

do you have a library? or do you make a library?

jabrena commented 14 years ago

Hi,

I will explain how to use it:

  1. download the source: http://github.com/billmccord/OpenCV-Android/archives/master
  2. Unzip the source and rename the folder to opencv 2.1 Read the file README.rdoc (details about the installation)
  3. Install latest NDK in your android directory
  4. move your opencv directory in app directory on NDK directory
  5. compile opencv (Read README.rdoc)
  6. use eclipse to test the examples
  7. begin to develop with opencv and the library libopencv.so

Did you solve your problems?

gamggi commented 14 years ago

thanks you're reply!!

OK, I made "libopencv.so" and I refer library on Android project at libs/armeabi/.

i'm telling question is "how to using this library."

i don't know which functions or which classes in the library.

threrefore, I'm finding API document( explain of classes and functions )

"its usage" and "Opencv usage" in java (JDK 1.x)" are the same?

in this context, the usage is return type, parameter, etc. of function or classes