|
|
|
@ -360,6 +360,7 @@ ManualFuncs = { |
|
|
|
|
'cpp_code' : |
|
|
|
|
""" |
|
|
|
|
// C++: minMaxLoc(Mat src, double* minVal, double* maxVal=0, Point* minLoc=0, Point* maxLoc=0, InputArray mask=noArray()) |
|
|
|
|
JNIEXPORT jdoubleArray JNICALL Java_org_opencv_core_Core_n_1minMaxLocManual (JNIEnv*, jclass, jlong, jlong); |
|
|
|
|
|
|
|
|
|
JNIEXPORT jdoubleArray JNICALL Java_org_opencv_core_Core_n_1minMaxLocManual |
|
|
|
|
(JNIEnv* env, jclass, jlong src_nativeObj, jlong mask_nativeObj) |
|
|
|
@ -430,6 +431,7 @@ JNIEXPORT jdoubleArray JNICALL Java_org_opencv_core_Core_n_1minMaxLocManual |
|
|
|
|
'cpp_code' : |
|
|
|
|
""" |
|
|
|
|
// C++: Size getTextSize(const string& text, int fontFace, double fontScale, int thickness, int* baseLine); |
|
|
|
|
JNIEXPORT jdoubleArray JNICALL Java_org_opencv_core_Core_n_1getTextSize (JNIEnv*, jclass, jstring, jint, jdouble, jint, jintArray); |
|
|
|
|
|
|
|
|
|
JNIEXPORT jdoubleArray JNICALL Java_org_opencv_core_Core_n_1getTextSize |
|
|
|
|
(JNIEnv* env, jclass, jstring text, jint fontFace, jdouble fontScale, jint thickness, jintArray baseLine) |
|
|
|
|