Lines Matching defs:env
23 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) { in throwJavaException()
56 (JNIEnv* env, jclass ) in Java_org_opencv_objdetect_CascadeClassifier_CascadeClassifier_10()
81 (JNIEnv* env, jclass , jstring filename) in Java_org_opencv_objdetect_CascadeClassifier_CascadeClassifier_11()
106 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_CascadeClassifier_empty_10()
131 (JNIEnv* env, jclass , jlong self, jstring filename) in Java_org_opencv_objdetect_CascadeClassifier_load_10()
157 …(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj, jdouble sca… in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale_10()
184 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj) in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale_11()
213 …(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj, jlong numDe… in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale2_10()
242 …(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj, jlong numDe… in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale2_11()
273 …(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj, jlong rejec… in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale3_10()
304 …(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj, jlong rejec… in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale3_11()
337 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_CascadeClassifier_isOldFormatCascade_10()
362 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_CascadeClassifier_getOriginalWindowSize_10()
388 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_CascadeClassifier_getFeatureType_10()
413 (JNIEnv* env, jclass , jstring oldcascade, jstring newcascade) in Java_org_opencv_objdetect_CascadeClassifier_convert_10()
465 (JNIEnv* env, jclass ) in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_10()
490 …(JNIEnv* env, jclass , jdouble _winSize_width, jdouble _winSize_height, jdouble _blockSize_width, … in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_11()
514 …(JNIEnv* env, jclass , jdouble _winSize_width, jdouble _winSize_height, jdouble _blockSize_width, … in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_12()
542 (JNIEnv* env, jclass , jstring filename) in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_13()
567 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_getDescriptorSize_10()
592 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_checkDetectorSize_10()
617 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_getWinSigma_10()
642 (JNIEnv* env, jclass , jlong self, jlong _svmdetector_nativeObj) in Java_org_opencv_objdetect_HOGDescriptor_setSVMDetector_10()
668 (JNIEnv* env, jclass , jlong self, jstring filename, jstring objname) in Java_org_opencv_objdetect_HOGDescriptor_load_10()
691 (JNIEnv* env, jclass , jlong self, jstring filename) in Java_org_opencv_objdetect_HOGDescriptor_load_11()
717 (JNIEnv* env, jclass , jlong self, jstring filename, jstring objname) in Java_org_opencv_objdetect_HOGDescriptor_save_10()
740 (JNIEnv* env, jclass , jlong self, jstring filename) in Java_org_opencv_objdetect_HOGDescriptor_save_11()
766 …(JNIEnv* env, jclass , jlong self, jlong img_nativeObj, jlong descriptors_mat_nativeObj, jdouble w… in Java_org_opencv_objdetect_HOGDescriptor_compute_10()
796 (JNIEnv* env, jclass , jlong self, jlong img_nativeObj, jlong descriptors_mat_nativeObj) in Java_org_opencv_objdetect_HOGDescriptor_compute_11()
825 …(JNIEnv* env, jclass , jlong self, jlong img_nativeObj, jlong foundLocations_mat_nativeObj, jlong … in Java_org_opencv_objdetect_HOGDescriptor_detect_10()
857 …(JNIEnv* env, jclass , jlong self, jlong img_nativeObj, jlong foundLocations_mat_nativeObj, jlong … in Java_org_opencv_objdetect_HOGDescriptor_detect_11()
888 …(JNIEnv* env, jclass , jlong self, jlong img_nativeObj, jlong foundLocations_mat_nativeObj, jlong … in Java_org_opencv_objdetect_HOGDescriptor_detectMultiScale_10()
917 …(JNIEnv* env, jclass , jlong self, jlong img_nativeObj, jlong foundLocations_mat_nativeObj, jlong … in Java_org_opencv_objdetect_HOGDescriptor_detectMultiScale_11()
948 …(JNIEnv* env, jclass , jlong self, jlong img_nativeObj, jlong grad_nativeObj, jlong angleOfs_nativ… in Java_org_opencv_objdetect_HOGDescriptor_computeGradient_10()
974 …(JNIEnv* env, jclass , jlong self, jlong img_nativeObj, jlong grad_nativeObj, jlong angleOfs_nativ… in Java_org_opencv_objdetect_HOGDescriptor_computeGradient_11()
1002 (JNIEnv* env, jclass ) in Java_org_opencv_objdetect_HOGDescriptor_getDefaultPeopleDetector_10()
1028 (JNIEnv* env, jclass ) in Java_org_opencv_objdetect_HOGDescriptor_getDaimlerPeopleDetector_10()
1054 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_get_1winSize_10()
1080 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_get_1blockSize_10()
1106 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_get_1blockStride_10()
1132 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_get_1cellSize_10()
1158 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_get_1nbins_10()
1183 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_get_1derivAperture_10()
1208 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_get_1winSigma_10()
1233 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_get_1histogramNormType_10()
1258 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_get_1L2HysThreshold_10()
1283 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_get_1gammaCorrection_10()
1308 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_get_1svmDetector_10()
1334 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_get_1nlevels_10()
1359 (JNIEnv* env, jclass , jlong self) in Java_org_opencv_objdetect_HOGDescriptor_get_1signedGradient_10()
1397 …(JNIEnv* env, jclass , jlong rectList_mat_nativeObj, jlong weights_mat_nativeObj, jint groupThresh… in Java_org_opencv_objdetect_Objdetect_groupRectangles_10()
1423 …(JNIEnv* env, jclass , jlong rectList_mat_nativeObj, jlong weights_mat_nativeObj, jint groupThresh… in Java_org_opencv_objdetect_Objdetect_groupRectangles_11()