Searched defs:image_nativeObj (Results 1 - 14 of 14) sorted by relevance

/external/opencv3/modules/java/src/
H A Dvideo+BackgroundSubtractor.java65 private static native void apply_0(long nativeObj, long image_nativeObj, long fgmask_nativeObj, double learningRate); argument
66 private static native void apply_1(long nativeObj, long image_nativeObj, long fgmask_nativeObj); argument
H A Dvideoio+VideoCapture.java241 private static native boolean retrieve_0(long nativeObj, long image_nativeObj, int flag); argument
242 private static native boolean retrieve_1(long nativeObj, long image_nativeObj); argument
245 private static native boolean read_0(long nativeObj, long image_nativeObj); argument
H A Dvideoio.cpp257 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jint flag)
263 Mat& image = *((Mat*)image_nativeObj);
279 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj)
285 Mat& image = *((Mat*)image_nativeObj);
305 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj)
311 Mat& image = *((Mat*)image_nativeObj);
256 Java_org_opencv_videoio_VideoCapture_retrieve_10(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jint flag) argument
278 Java_org_opencv_videoio_VideoCapture_retrieve_11(JNIEnv* env, jclass , jlong self, jlong image_nativeObj) argument
304 Java_org_opencv_videoio_VideoCapture_read_10(JNIEnv* env, jclass , jlong self, jlong image_nativeObj) argument
H A Dfeatures2d+DescriptorExtractor.java169 private static native void compute_0(long nativeObj, long image_nativeObj, long keypoints_mat_nativeObj, long descriptors_nativeObj); argument
H A Dfeatures2d+Features2d.java109 private static native void drawKeypoints_0(long image_nativeObj, long keypoints_mat_nativeObj, long outImage_nativeObj, double color_val0, double color_val1, double color_val2, double color_val3, int flags); argument
110 private static native void drawKeypoints_1(long image_nativeObj, long keypoints_mat_nativeObj, long outImage_nativeObj); argument
H A Dobjdetect+CascadeClassifier.java237 private static native void detectMultiScale_0(long nativeObj, long image_nativeObj, long objects_mat_nativeObj, double scaleFactor, int minNeighbors, int flags, double minSize_width, double minSize_height, double maxSize_width, double maxSize_height); argument
238 private static native void detectMultiScale_1(long nativeObj, long image_nativeObj, long objects_mat_nativeObj); argument
241 private static native void detectMultiScale2_0(long nativeObj, long image_nativeObj, long objects_mat_nativeObj, long numDetections_mat_nativeObj, double scaleFactor, int minNeighbors, int flags, double minSize_width, double minSize_height, double maxSize_width, double maxSize_height); argument
242 private static native void detectMultiScale2_1(long nativeObj, long image_nativeObj, long objects_mat_nativeObj, long numDetections_mat_nativeObj); argument
245 private static native void detectMultiScale3_0(long nativeObj, long image_nativeObj, long objects_mat_nativeObj, long rejectLevels_mat_nativeObj, long levelWeights_mat_nativeObj, double scaleFactor, int minNeighbors, int flags, double minSize_width, double minSize_height, double maxSize_width, double maxSize_height, boolean outputRejectLevels); argument
246 private static native void detectMultiScale3_1(long nativeObj, long image_nativeObj, long objects_mat_nativeObj, long rejectLevels_mat_nativeObj, long levelWeights_mat_nativeObj); argument
H A Dfeatures2d+FeatureDetector.java194 private static native void detect_0(long nativeObj, long image_nativeObj, long keypoints_mat_nativeObj, long mask_nativeObj); argument
195 private static native void detect_1(long nativeObj, long image_nativeObj, long keypoints_mat_nativeObj); argument
H A Dfeatures2d.cpp55 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong keypoints_mat_nativeObj, jlong descriptors_nativeObj)
64 Mat& image = *((Mat*)image_nativeObj);
285 (JNIEnv* env, jclass , jlong image_nativeObj, jlong keypoints_mat_nativeObj, jlong outImage_nativeObj, jdouble color_val0, jdouble color_val1, jdouble color_val2, jdouble color_val3, jint flags)
293 Mat& image = *((Mat*)image_nativeObj);
311 (JNIEnv* env, jclass , jlong image_nativeObj, jlong keypoints_mat_nativeObj, jlong outImage_nativeObj)
319 Mat& image = *((Mat*)image_nativeObj);
1118 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong keypoints_mat_nativeObj, jlong mask_nativeObj)
1126 Mat& image = *((Mat*)image_nativeObj);
1144 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong keypoints_mat_nativeObj)
1152 Mat& image = *((Mat*)image_nativeObj);
54 Java_org_opencv_features2d_DescriptorExtractor_compute_10(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong keypoints_mat_nativeObj, jlong descriptors_nativeObj) argument
284 Java_org_opencv_features2d_Features2d_drawKeypoints_10(JNIEnv* env, jclass , jlong image_nativeObj, jlong keypoints_mat_nativeObj, jlong outImage_nativeObj, jdouble color_val0, jdouble color_val1, jdouble color_val2, jdouble color_val3, jint flags) argument
310 Java_org_opencv_features2d_Features2d_drawKeypoints_11(JNIEnv* env, jclass , jlong image_nativeObj, jlong keypoints_mat_nativeObj, jlong outImage_nativeObj) argument
1117 Java_org_opencv_features2d_FeatureDetector_detect_10(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong keypoints_mat_nativeObj, jlong mask_nativeObj) argument
1143 Java_org_opencv_features2d_FeatureDetector_detect_11(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong keypoints_mat_nativeObj) argument
[all...]
H A Dobjdetect.cpp157 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj, jdouble scaleFactor, jint minNeighbors, jint flags, jdouble minSize_width, jdouble minSize_height, jdouble maxSize_width, jdouble maxSize_height)
165 Mat& image = *((Mat*)image_nativeObj);
184 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj)
192 Mat& image = *((Mat*)image_nativeObj);
213 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj, jlong numDetections_mat_nativeObj, jdouble scaleFactor, jint minNeighbors, jint flags, jdouble minSize_width, jdouble minSize_height, jdouble maxSize_width, jdouble maxSize_height)
223 Mat& image = *((Mat*)image_nativeObj);
242 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj, jlong numDetections_mat_nativeObj)
252 Mat& image = *((Mat*)image_nativeObj);
273 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj, jlong rejectLevels_mat_nativeObj, jlong levelWeights_mat_nativeObj, jdouble scaleFactor, jint minNeighbors, jint flags, jdouble minSize_width, jdouble minSize_height, jdouble maxSize_width, jdouble maxSize_height, jboolean outputRejectLevels)
285 Mat& image = *((Mat*)image_nativeObj);
156 Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale_10(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj, jdouble scaleFactor, jint minNeighbors, jint flags, jdouble minSize_width, jdouble minSize_height, jdouble maxSize_width, jdouble maxSize_height) argument
183 Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale_11(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj) argument
212 Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale2_10(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj, jlong numDetections_mat_nativeObj, jdouble scaleFactor, jint minNeighbors, jint flags, jdouble minSize_width, jdouble minSize_height, jdouble maxSize_width, jdouble maxSize_height) argument
241 Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale2_11(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj, jlong numDetections_mat_nativeObj) argument
272 Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale3_10(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj, jlong rejectLevels_mat_nativeObj, jlong levelWeights_mat_nativeObj, jdouble scaleFactor, jint minNeighbors, jint flags, jdouble minSize_width, jdouble minSize_height, jdouble maxSize_width, jdouble maxSize_height, jboolean outputRejectLevels) argument
303 Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale3_11(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong objects_mat_nativeObj, jlong rejectLevels_mat_nativeObj, jlong levelWeights_mat_nativeObj) argument
[all...]
H A Dvideo.cpp161 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong fgmask_nativeObj, jdouble learningRate)
167 Mat& image = *((Mat*)image_nativeObj);
184 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong fgmask_nativeObj)
190 Mat& image = *((Mat*)image_nativeObj);
160 Java_org_opencv_video_BackgroundSubtractor_apply_10(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong fgmask_nativeObj, jdouble learningRate) argument
183 Java_org_opencv_video_BackgroundSubtractor_apply_11(JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong fgmask_nativeObj) argument
H A Dcalib3d+Calib3d.java1205 private static native boolean findChessboardCorners_0(long image_nativeObj, double patternSize_width, double patternSize_height, long corners_mat_nativeObj, int flags); argument
1206 private static native boolean findChessboardCorners_1(long image_nativeObj, double patternSize_width, double patternSize_height, long corners_mat_nativeObj); argument
1209 private static native void drawChessboardCorners_0(long image_nativeObj, double patternSize_width, double patternSize_height, long corners_mat_nativeObj, boolean patternWasFound); argument
1212 private static native boolean findCirclesGrid_0(long image_nativeObj, double patternSize_width, double patternSize_height, long centers_nativeObj, int flags); argument
1213 private static native boolean findCirclesGrid_1(long image_nativeObj, double patternSize_width, double patternSize_height, long centers_nativeObj); argument
H A Dcalib3d.cpp2181 (JNIEnv* env, jclass , jlong image_nativeObj, jdouble patternSize_width, jdouble patternSize_height, jlong corners_mat_nativeObj, jint flags)
2188 Mat& image = *((Mat*)image_nativeObj);
2206 (JNIEnv* env, jclass , jlong image_nativeObj, jdouble patternSize_width, jdouble patternSize_height, jlong corners_mat_nativeObj)
2213 Mat& image = *((Mat*)image_nativeObj);
2235 (JNIEnv* env, jclass , jlong image_nativeObj, jdouble patternSize_width, jdouble patternSize_height, jlong corners_mat_nativeObj, jboolean patternWasFound)
2243 Mat& image = *((Mat*)image_nativeObj);
2264 (JNIEnv* env, jclass , jlong image_nativeObj, jdouble patternSize_width, jdouble patternSize_height, jlong centers_nativeObj, jint flags)
2269 Mat& image = *((Mat*)image_nativeObj);
2287 (JNIEnv* env, jclass , jlong image_nativeObj, jdouble patternSize_width, jdouble patternSize_height, jlong centers_nativeObj)
2292 Mat& image = *((Mat*)image_nativeObj);
2180 Java_org_opencv_calib3d_Calib3d_findChessboardCorners_10(JNIEnv* env, jclass , jlong image_nativeObj, jdouble patternSize_width, jdouble patternSize_height, jlong corners_mat_nativeObj, jint flags) argument
2205 Java_org_opencv_calib3d_Calib3d_findChessboardCorners_11(JNIEnv* env, jclass , jlong image_nativeObj, jdouble patternSize_width, jdouble patternSize_height, jlong corners_mat_nativeObj) argument
2234 Java_org_opencv_calib3d_Calib3d_drawChessboardCorners_10(JNIEnv* env, jclass , jlong image_nativeObj, jdouble patternSize_width, jdouble patternSize_height, jlong corners_mat_nativeObj, jboolean patternWasFound) argument
2263 Java_org_opencv_calib3d_Calib3d_findCirclesGrid_10(JNIEnv* env, jclass , jlong image_nativeObj, jdouble patternSize_width, jdouble patternSize_height, jlong centers_nativeObj, jint flags) argument
2286 Java_org_opencv_calib3d_Calib3d_findCirclesGrid_11(JNIEnv* env, jclass , jlong image_nativeObj, jdouble patternSize_width, jdouble patternSize_height, jlong centers_nativeObj) argument
[all...]
H A Dimgproc.cpp970 (JNIEnv* env, jclass , jlong image_nativeObj, jdouble patchSize_width, jdouble patchSize_height, jdouble center_x, jdouble center_y, jlong patch_nativeObj, jint patchType)
975 Mat& image = *((Mat*)image_nativeObj);
994 (JNIEnv* env, jclass , jlong image_nativeObj, jdouble patchSize_width, jdouble patchSize_height, jdouble center_x, jdouble center_y, jlong patch_nativeObj)
999 Mat& image = *((Mat*)image_nativeObj);
1487 (JNIEnv* env, jclass , jlong image_nativeObj, jlong edges_nativeObj, jdouble threshold1, jdouble threshold2, jint apertureSize, jboolean L2gradient)
1492 Mat& image = *((Mat*)image_nativeObj);
1509 (JNIEnv* env, jclass , jlong image_nativeObj, jlong edges_nativeObj, jdouble threshold1, jdouble threshold2)
1514 Mat& image = *((Mat*)image_nativeObj);
2354 (JNIEnv* env, jclass , jlong image_nativeObj, jlong corners_mat_nativeObj, jdouble winSize_width, jdouble winSize_height, jdouble zeroZone_width, jdouble zeroZone_height, jint criteria_type, jint criteria_maxCount, jdouble criteria_epsilon)
2362 Mat& image = *((Mat*)image_nativeObj);
969 Java_org_opencv_imgproc_Imgproc_getRectSubPix_10(JNIEnv* env, jclass , jlong image_nativeObj, jdouble patchSize_width, jdouble patchSize_height, jdouble center_x, jdouble center_y, jlong patch_nativeObj, jint patchType) argument
993 Java_org_opencv_imgproc_Imgproc_getRectSubPix_11(JNIEnv* env, jclass , jlong image_nativeObj, jdouble patchSize_width, jdouble patchSize_height, jdouble center_x, jdouble center_y, jlong patch_nativeObj) argument
1486 Java_org_opencv_imgproc_Imgproc_Canny_10(JNIEnv* env, jclass , jlong image_nativeObj, jlong edges_nativeObj, jdouble threshold1, jdouble threshold2, jint apertureSize, jboolean L2gradient) argument
1508 Java_org_opencv_imgproc_Imgproc_Canny_11(JNIEnv* env, jclass , jlong image_nativeObj, jlong edges_nativeObj, jdouble threshold1, jdouble threshold2) argument
2353 Java_org_opencv_imgproc_Imgproc_cornerSubPix_10(JNIEnv* env, jclass , jlong image_nativeObj, jlong corners_mat_nativeObj, jdouble winSize_width, jdouble winSize_height, jdouble zeroZone_width, jdouble zeroZone_height, jint criteria_type, jint criteria_maxCount, jdouble criteria_epsilon) argument
2385 Java_org_opencv_imgproc_Imgproc_goodFeaturesToTrack_10(JNIEnv* env, jclass , jlong image_nativeObj, jlong corners_mat_nativeObj, jint maxCorners, jdouble qualityLevel, jdouble minDistance, jlong mask_nativeObj, jint blockSize, jboolean useHarrisDetector, jdouble k) argument
2410 Java_org_opencv_imgproc_Imgproc_goodFeaturesToTrack_11(JNIEnv* env, jclass , jlong image_nativeObj, jlong corners_mat_nativeObj, jint maxCorners, jdouble qualityLevel, jdouble minDistance) argument
2438 Java_org_opencv_imgproc_Imgproc_HoughLines_10(JNIEnv* env, jclass , jlong image_nativeObj, jlong lines_nativeObj, jdouble rho, jdouble theta, jint threshold, jdouble srn, jdouble stn, jdouble min_theta, jdouble max_theta) argument
2460 Java_org_opencv_imgproc_Imgproc_HoughLines_11(JNIEnv* env, jclass , jlong image_nativeObj, jlong lines_nativeObj, jdouble rho, jdouble theta, jint threshold) argument
2486 Java_org_opencv_imgproc_Imgproc_HoughLinesP_10(JNIEnv* env, jclass , jlong image_nativeObj, jlong lines_nativeObj, jdouble rho, jdouble theta, jint threshold, jdouble minLineLength, jdouble maxLineGap) argument
2508 Java_org_opencv_imgproc_Imgproc_HoughLinesP_11(JNIEnv* env, jclass , jlong image_nativeObj, jlong lines_nativeObj, jdouble rho, jdouble theta, jint threshold) argument
2534 Java_org_opencv_imgproc_Imgproc_HoughCircles_10(JNIEnv* env, jclass , jlong image_nativeObj, jlong circles_nativeObj, jint method, jdouble dp, jdouble minDist, jdouble param1, jdouble param2, jint minRadius, jint maxRadius) argument
2556 Java_org_opencv_imgproc_Imgproc_HoughCircles_11(JNIEnv* env, jclass , jlong image_nativeObj, jlong circles_nativeObj, jint method, jdouble dp, jdouble minDist) argument
3994 Java_org_opencv_imgproc_Imgproc_watershed_10(JNIEnv* env, jclass , jlong image_nativeObj, jlong markers_nativeObj) argument
4221 Java_org_opencv_imgproc_Imgproc_floodFill_10(JNIEnv* env, jclass , jlong image_nativeObj, jlong mask_nativeObj, jdouble seedPoint_x, jdouble seedPoint_y, jdouble newVal_val0, jdouble newVal_val1, jdouble newVal_val2, jdouble newVal_val3, jdoubleArray rect_out, jdouble loDiff_val0, jdouble loDiff_val1, jdouble loDiff_val2, jdouble loDiff_val3, jdouble upDiff_val0, jdouble upDiff_val1, jdouble upDiff_val2, jdouble upDiff_val3, jint flags) argument
4249 Java_org_opencv_imgproc_Imgproc_floodFill_11(JNIEnv* env, jclass , jlong image_nativeObj, jlong mask_nativeObj, jdouble seedPoint_x, jdouble seedPoint_y, jdouble newVal_val0, jdouble newVal_val1, jdouble newVal_val2, jdouble newVal_val3) argument
4373 Java_org_opencv_imgproc_Imgproc_matchTemplate_10(JNIEnv* env, jclass , jlong image_nativeObj, jlong templ_nativeObj, jlong result_nativeObj, jint method, jlong mask_nativeObj) argument
4397 Java_org_opencv_imgproc_Imgproc_matchTemplate_11(JNIEnv* env, jclass , jlong image_nativeObj, jlong templ_nativeObj, jlong result_nativeObj, jint method) argument
4424 Java_org_opencv_imgproc_Imgproc_connectedComponents_10(JNIEnv* env, jclass , jlong image_nativeObj, jlong labels_nativeObj, jint connectivity, jint ltype) argument
4446 Java_org_opencv_imgproc_Imgproc_connectedComponents_11(JNIEnv* env, jclass , jlong image_nativeObj, jlong labels_nativeObj) argument
4472 Java_org_opencv_imgproc_Imgproc_connectedComponentsWithStats_10(JNIEnv* env, jclass , jlong image_nativeObj, jlong labels_nativeObj, jlong stats_nativeObj, jlong centroids_nativeObj, jint connectivity, jint ltype) argument
4496 Java_org_opencv_imgproc_Imgproc_connectedComponentsWithStats_11(JNIEnv* env, jclass , jlong image_nativeObj, jlong labels_nativeObj, jlong stats_nativeObj, jlong centroids_nativeObj) argument
4524 Java_org_opencv_imgproc_Imgproc_findContours_10(JNIEnv* env, jclass , jlong image_nativeObj, jlong contours_mat_nativeObj, jlong hierarchy_nativeObj, jint mode, jint method, jdouble offset_x, jdouble offset_y) argument
4550 Java_org_opencv_imgproc_Imgproc_findContours_11(JNIEnv* env, jclass , jlong image_nativeObj, jlong contours_mat_nativeObj, jlong hierarchy_nativeObj, jint mode, jint method) argument
5808 Java_org_opencv_imgproc_Imgproc_drawContours_10(JNIEnv* env, jclass , jlong image_nativeObj, jlong contours_mat_nativeObj, jint contourIdx, jdouble color_val0, jdouble color_val1, jdouble color_val2, jdouble color_val3, jint thickness, jint lineType, jlong hierarchy_nativeObj, jint maxLevel, jdouble offset_x, jdouble offset_y) argument
5835 Java_org_opencv_imgproc_Imgproc_drawContours_11(JNIEnv* env, jclass , jlong image_nativeObj, jlong contours_mat_nativeObj, jint contourIdx, jdouble color_val0, jdouble color_val1, jdouble color_val2, jdouble color_val3, jint thickness) argument
5860 Java_org_opencv_imgproc_Imgproc_drawContours_12(JNIEnv* env, jclass , jlong image_nativeObj, jlong contours_mat_nativeObj, jint contourIdx, jdouble color_val0, jdouble color_val1, jdouble color_val2, jdouble color_val3) argument
[all...]
H A Dimgproc+Imgproc.java2890 private static native void getRectSubPix_0(long image_nativeObj, double patchSize_width, double patchSize_height, double center_x, double center_y, long patch_nativeObj, int patchType); argument
2891 private static native void getRectSubPix_1(long image_nativeObj, double patchSize_width, double patchSize_height, double center_x, double center_y, long patch_nativeObj); argument
2929 private static native void Canny_0(long image_nativeObj, long edges_nativeObj, double threshold1, double threshold2, int apertureSize, boolean L2gradient); argument
2930 private static native void Canny_1(long image_nativeObj, long edges_nativeObj, double threshold1, double threshold2); argument
2997 private static native void cornerSubPix_0(long image_nativeObj, long corners_mat_nativeObj, double winSize_width, double winSize_height, double zeroZone_width, double zeroZone_height, int criteria_type, int criteria_maxCount, double criteria_epsilon); argument
3000 private static native void goodFeaturesToTrack_0(long image_nativeObj, long corners_mat_nativeObj, int maxCorners, double qualityLevel, double minDistance, long mask_nativeObj, int blockSize, boolean useHarrisDetector, double k); argument
3001 private static native void goodFeaturesToTrack_1(long image_nativeObj, long corners_mat_nativeObj, int maxCorners, double qualityLevel, double minDistance); argument
3004 private static native void HoughLines_0(long image_nativeObj, long lines_nativeObj, double rho, double theta, int threshold, double srn, double stn, double min_theta, double max_theta); argument
3005 private static native void HoughLines_1(long image_nativeObj, long lines_nativeObj, double rho, double theta, int threshold); argument
3008 private static native void HoughLinesP_0(long image_nativeObj, lon argument
3009 HoughLinesP_1(long image_nativeObj, long lines_nativeObj, double rho, double theta, int threshold) argument
3012 HoughCircles_0(long image_nativeObj, long circles_nativeObj, int method, double dp, double minDist, double param1, double param2, int minRadius, int maxRadius) argument
3013 HoughCircles_1(long image_nativeObj, long circles_nativeObj, int method, double dp, double minDist) argument
3124 watershed_0(long image_nativeObj, long markers_nativeObj) argument
3143 floodFill_0(long image_nativeObj, long mask_nativeObj, double seedPoint_x, double seedPoint_y, double newVal_val0, double newVal_val1, double newVal_val2, double newVal_val3, double[] rect_out, double loDiff_val0, double loDiff_val1, double loDiff_val2, double loDiff_val3, double upDiff_val0, double upDiff_val1, double upDiff_val2, double upDiff_val3, int flags) argument
3144 floodFill_1(long image_nativeObj, long mask_nativeObj, double seedPoint_x, double seedPoint_y, double newVal_val0, double newVal_val1, double newVal_val2, double newVal_val3) argument
3155 matchTemplate_0(long image_nativeObj, long templ_nativeObj, long result_nativeObj, int method, long mask_nativeObj) argument
3156 matchTemplate_1(long image_nativeObj, long templ_nativeObj, long result_nativeObj, int method) argument
3159 connectedComponents_0(long image_nativeObj, long labels_nativeObj, int connectivity, int ltype) argument
3160 connectedComponents_1(long image_nativeObj, long labels_nativeObj) argument
3163 connectedComponentsWithStats_0(long image_nativeObj, long labels_nativeObj, long stats_nativeObj, long centroids_nativeObj, int connectivity, int ltype) argument
3164 connectedComponentsWithStats_1(long image_nativeObj, long labels_nativeObj, long stats_nativeObj, long centroids_nativeObj) argument
3167 findContours_0(long image_nativeObj, long contours_mat_nativeObj, long hierarchy_nativeObj, int mode, int method, double offset_x, double offset_y) argument
3168 findContours_1(long image_nativeObj, long contours_mat_nativeObj, long hierarchy_nativeObj, int mode, int method) argument
3274 drawContours_0(long image_nativeObj, long contours_mat_nativeObj, int contourIdx, double color_val0, double color_val1, double color_val2, double color_val3, int thickness, int lineType, long hierarchy_nativeObj, int maxLevel, double offset_x, double offset_y) argument
3275 drawContours_1(long image_nativeObj, long contours_mat_nativeObj, int contourIdx, double color_val0, double color_val1, double color_val2, double color_val3, int thickness) argument
3276 drawContours_2(long image_nativeObj, long contours_mat_nativeObj, int contourIdx, double color_val0, double color_val1, double color_val2, double color_val3) argument
[all...]

Completed in 197 milliseconds