App
|
Go to the source code of this file.
Functions | |
JNIEXPORT jlong JNICALL | Java_mhr_appcore_pointops_LUT_createLut (JNIEnv *pEnv, jclass pThisClass) |
JNIEXPORT jint JNICALL | Java_mhr_appcore_pointops_LUT_disposeLut (JNIEnv *pEnv, jclass pThisClass, jlong adress) |
JNIEXPORT jlong JNICALL | Java_mhr_appcore_pointops_LUT_createBrightnessLut (JNIEnv *pEnv, jclass pThisClass, jdouble bias) |
JNIEXPORT jlong JNICALL | Java_mhr_appcore_pointops_LUT_createContrastLut (JNIEnv *pEnv, jclass pThisClass, jdouble bias) |
JNIEXPORT jlong JNICALL | Java_mhr_appcore_pointops_LUT_createGammaLut (JNIEnv *pEnv, jclass pThisClass, jdouble bias) |
JNIEXPORT jlong JNICALL | Java_mhr_appcore_pointops_LUT_createCurvesLut (JNIEnv *pEnv, jclass pThisClass, jdoubleArray xM, jdoubleArray yM, jint cM, jdoubleArray xR, jdoubleArray yR, jint cR, jdoubleArray xG, jdoubleArray yG, jint cG, jdoubleArray xB, jdoubleArray yB, jint cB, jdoubleArray xA, jdoubleArray yA, jint cA) |
JNIEXPORT jint JNICALL | Java_mhr_appcore_pointops_LUT_fillBrightnessLut (JNIEnv *pEnv, jclass pThisClass, jlong lutAdress, jdouble bias) |
JNIEXPORT jint JNICALL | Java_mhr_appcore_pointops_LUT_fillContrastLut (JNIEnv *pEnv, jclass pThisClass, jlong lutAdress, jdouble bias) |
JNIEXPORT jint JNICALL | Java_mhr_appcore_pointops_LUT_fillGammaLut (JNIEnv *pEnv, jclass pThisClass, jlong lutAdress, jdouble bias) |
JNIEXPORT jint JNICALL | Java_mhr_appcore_pointops_LUT_fillCurvesLut (JNIEnv *pEnv, jclass pThisClass, jlong lutAdress, jdoubleArray xM, jdoubleArray yM, jint cM, jdoubleArray xR, jdoubleArray yR, jint cR, jdoubleArray xG, jdoubleArray yG, jint cG, jdoubleArray xB, jdoubleArray yB, jint cB, jdoubleArray xA, jdoubleArray yA, jint cA) |
JNIEXPORT jint JNICALL | Java_mhr_appcore_pointops_LUT_applyTo__JJIIII (JNIEnv *pEnv, jclass pThisClass, jlong lutAdress, jlong dstAdress, jint dstTlx, jint dstTly, jint dstBrx, jint dstBry) |
JNIEXPORT jint JNICALL | Java_mhr_appcore_pointops_LUT_applyTo__JJIIIID (JNIEnv *pEnv, jclass pThisClass, jlong lutAdress, jlong dstAdress, jint dstTlx, jint dstTly, jint dstBrx, jint dstBry, jdouble alpha) |
JNIEXPORT jint JNICALL | Java_mhr_appcore_pointops_LUT_applyTo__JJJIIIIII (JNIEnv *pEnv, jclass pThisClass, jlong lutAdress, jlong dstAdress, jlong mskAdress, jint mskTlx, jint mskTly, jint mskBrx, jint mskBry, jint mskOrigX, jint mskOrigY) |
JNIEXPORT jint JNICALL | Java_mhr_appcore_pointops_LUT_applyTo__JJJIIIIIID (JNIEnv *pEnv, jclass pThisClass, jlong lutAdress, jlong dstAdress, jlong mskAdress, jint mskTlx, jint mskTly, jint mskBrx, jint mskBry, jint mskOrigX, jint mskOrigY, jdouble alpha) |
JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_applyTo__JJIIII | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jlong | lutAdress, | ||
jlong | dstAdress, | ||
jint | dstTlx, | ||
jint | dstTly, | ||
jint | dstBrx, | ||
jint | dstBry | ||
) |
protected static native int applyTo(long lutAdress, long dstAdress, int dstTlx, int dstTly, int dstBrX, int dstBrY);
Definition at line 229 of file mhr_appcore_pointops_LUT.cpp.
JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_applyTo__JJIIIID | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jlong | lutAdress, | ||
jlong | dstAdress, | ||
jint | dstTlx, | ||
jint | dstTly, | ||
jint | dstBrx, | ||
jint | dstBry, | ||
jdouble | alpha | ||
) |
protected static native int applyTo(long lutAdress, long dstAdress, int dstTlx, int dstTly, int dstBrX, int dstBrY, double alpha);
Definition at line 238 of file mhr_appcore_pointops_LUT.cpp.
JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_applyTo__JJJIIIIII | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jlong | lutAdress, | ||
jlong | dstAdress, | ||
jlong | mskAdress, | ||
jint | mskTlx, | ||
jint | mskTly, | ||
jint | mskBrx, | ||
jint | mskBry, | ||
jint | mskOrigX, | ||
jint | mskOrigY | ||
) |
protected static native int applyTo(long lutAdress, long dstAdress, long mskAdress, int mskTlx, int mskTly, int mskBrx, int mskBry, int mskOrigX, int mskOrigY);
Definition at line 247 of file mhr_appcore_pointops_LUT.cpp.
JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_applyTo__JJJIIIIIID | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jlong | lutAdress, | ||
jlong | dstAdress, | ||
jlong | mskAdress, | ||
jint | mskTlx, | ||
jint | mskTly, | ||
jint | mskBrx, | ||
jint | mskBry, | ||
jint | mskOrigX, | ||
jint | mskOrigY, | ||
jdouble | alpha | ||
) |
protected static native int applyTo(long lutAdress, long dstAdress, long mskAdress, int mskTlx, int mskTly, int mskBrx, int mskBry, int mskOrigX, int mskOrigY, double alpha);
Definition at line 257 of file mhr_appcore_pointops_LUT.cpp.
JNIEXPORT jlong JNICALL Java_mhr_appcore_pointops_LUT_createBrightnessLut | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jdouble | bias | ||
) |
protected static native long createBrightnessLut(double bias);
Definition at line 33 of file mhr_appcore_pointops_LUT.cpp.
JNIEXPORT jlong JNICALL Java_mhr_appcore_pointops_LUT_createContrastLut | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jdouble | bias | ||
) |
protected static native long createContrastLut(double bias);
Definition at line 48 of file mhr_appcore_pointops_LUT.cpp.
JNIEXPORT jlong JNICALL Java_mhr_appcore_pointops_LUT_createCurvesLut | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jdoubleArray | xM, | ||
jdoubleArray | yM, | ||
jint | cM, | ||
jdoubleArray | xR, | ||
jdoubleArray | yR, | ||
jint | cR, | ||
jdoubleArray | xG, | ||
jdoubleArray | yG, | ||
jint | cG, | ||
jdoubleArray | xB, | ||
jdoubleArray | yB, | ||
jint | cB, | ||
jdoubleArray | xA, | ||
jdoubleArray | yA, | ||
jint | cA | ||
) |
Definition at line 79 of file mhr_appcore_pointops_LUT.cpp.
JNIEXPORT jlong JNICALL Java_mhr_appcore_pointops_LUT_createGammaLut | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jdouble | bias | ||
) |
protected static native long createGammaLut(double gamma);
Definition at line 64 of file mhr_appcore_pointops_LUT.cpp.
JNIEXPORT jlong JNICALL Java_mhr_appcore_pointops_LUT_createLut | ( | JNIEnv * | pEnv, |
jclass | pThisClass | ||
) |
protected static native long createLut();
Definition at line 9 of file mhr_appcore_pointops_LUT.cpp.
JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_disposeLut | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jlong | adress | ||
) |
protected static native int disposeLut(long adress);
Definition at line 24 of file mhr_appcore_pointops_LUT.cpp.
JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_fillBrightnessLut | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jlong | lutAdress, | ||
jdouble | bias | ||
) |
protected static native int fillBrightnessLut(long lutAdress, double bias);
Definition at line 136 of file mhr_appcore_pointops_LUT.cpp.
JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_fillContrastLut | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jlong | lutAdress, | ||
jdouble | bias | ||
) |
protected static native int fillContrastLut(long lutAdress, double bias);
Definition at line 143 of file mhr_appcore_pointops_LUT.cpp.
JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_fillCurvesLut | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jlong | lutAdress, | ||
jdoubleArray | xM, | ||
jdoubleArray | yM, | ||
jint | cM, | ||
jdoubleArray | xR, | ||
jdoubleArray | yR, | ||
jint | cR, | ||
jdoubleArray | xG, | ||
jdoubleArray | yG, | ||
jint | cG, | ||
jdoubleArray | xB, | ||
jdoubleArray | yB, | ||
jint | cB, | ||
jdoubleArray | xA, | ||
jdoubleArray | yA, | ||
jint | cA | ||
) |
Definition at line 156 of file mhr_appcore_pointops_LUT.cpp.
JNIEXPORT jint JNICALL Java_mhr_appcore_pointops_LUT_fillGammaLut | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jlong | lutAdress, | ||
jdouble | bias | ||
) |
protected static native int fillGammaLut(long lutAdress, double gamma);
Definition at line 151 of file mhr_appcore_pointops_LUT.cpp.