A computational kernel for image processing.
More...
#include <NativeImageKernel.hpp>
|
static void | createIntegralImage (JNIEnv *env, jobject thisObj, jdoubleArray srcV, jintArray srcD, jintArray srcS, jdoubleArray dstV, jintArray dstD, jintArray dstS) |
| Creates an integral image. More...
|
|
static void | createIntegralHistogram (JNIEnv *env, jobject thisObj, jdoubleArray srcV, jintArray srcD, jintArray srcS, jintArray memV, jdoubleArray dstV, jintArray dstD, jintArray dstS) |
| Creates an integral histogram. More...
|
|
static void | init (JNIEnv *env) |
| Initializes the kernel. More...
|
|
static void | destroy (JNIEnv *env) |
| Destroys the kernel. More...
|
|
A computational kernel for image processing.
void NativeImageKernel::createIntegralHistogram |
( |
JNIEnv * |
env, |
|
|
jobject |
thisObj, |
|
|
jdoubleArray |
srcV, |
|
|
jintArray |
srcD, |
|
|
jintArray |
srcS, |
|
|
jintArray |
memV, |
|
|
jdoubleArray |
dstV, |
|
|
jintArray |
dstD, |
|
|
jintArray |
dstS |
|
) |
| |
|
static |
Creates an integral histogram.
- Parameters
-
env | the JNI environment. |
thisObj | this object. |
srcV | the source values. |
srcD | the source dimensions. |
srcS | the source strides. |
memV | the class memberships. |
dstV | the destination values. |
dstD | the destination dimensions. |
dstS | the destination strides. |
void NativeImageKernel::createIntegralImage |
( |
JNIEnv * |
env, |
|
|
jobject |
thisObj, |
|
|
jdoubleArray |
srcV, |
|
|
jintArray |
srcD, |
|
|
jintArray |
srcS, |
|
|
jdoubleArray |
dstV, |
|
|
jintArray |
dstD, |
|
|
jintArray |
dstS |
|
) |
| |
|
static |
Creates an integral image.
- Parameters
-
env | the JNI environment. |
thisObj | this object. |
srcV | the source values. |
srcD | the source dimensions. |
srcS | the source strides. |
dstV | the destination values. |
dstD | the destination dimensions. |
dstS | the destination strides. |
void NativeImageKernel::destroy |
( |
JNIEnv * |
env | ) |
|
|
static |
Destroys the kernel.
- Parameters
-
void NativeImageKernel::init |
( |
JNIEnv * |
env | ) |
|
|
static |
Initializes the kernel.
- Parameters
-