Home
last modified time | relevance | path

Searched defs:images_mat (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/java/src/
Dfeatures2d+FeatureDetector.java109 Mat images_mat = Converters.vector_Mat_to_Mat(images); in detect() local
121 Mat images_mat = Converters.vector_Mat_to_Mat(images); in detect() local
Dfeatures2d+DescriptorExtractor.java64 Mat images_mat = Converters.vector_Mat_to_Mat(images); in compute() local
Dfeatures2d.cpp92 Mat& images_mat = *((Mat*)images_mat_nativeObj); in Java_org_opencv_features2d_DescriptorExtractor_compute_11() local
1179 Mat& images_mat = *((Mat*)images_mat_nativeObj); in Java_org_opencv_features2d_FeatureDetector_detect_12() local
1209 Mat& images_mat = *((Mat*)images_mat_nativeObj); in Java_org_opencv_features2d_FeatureDetector_detect_13() local
Dimgproc.cpp3842 Mat& images_mat = *((Mat*)images_mat_nativeObj); in Java_org_opencv_imgproc_Imgproc_calcHist_10() local
3876 Mat& images_mat = *((Mat*)images_mat_nativeObj); in Java_org_opencv_imgproc_Imgproc_calcHist_11() local
3914 Mat& images_mat = *((Mat*)images_mat_nativeObj); in Java_org_opencv_imgproc_Imgproc_calcBackProject_10() local
Dimgproc+Imgproc.java1836 Mat images_mat = Converters.vector_Mat_to_Mat(images); in calcHist() local
1848 Mat images_mat = Converters.vector_Mat_to_Mat(images); in calcHist() local
1865 Mat images_mat = Converters.vector_Mat_to_Mat(images); in calcBackProject() local