LEADTOOLS Support
Imaging
Imaging SDK Examples
How to use LEADTOOLS CDLL functions inside Android.
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, March 20, 2013 5:56:54 AM(UTC)
Groups: Registered
Posts: 256
The way Android uses C++ code is by converting it to a library then uses it as java library. For this, you will need NDK and Cygwin.
To use our CDLL functions inside Android application, you will need to use the CDLL function header files with the Android libs (.so files).
The attached project loads the image and display it using Java, then you can apply L_IntensityDetectBitmap() from our CDLL library.
LEADTOOLS Support
Imaging
Imaging SDK Examples
How to use LEADTOOLS CDLL functions inside Android.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.