Searched defs:calcHist (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | histogram.cpp | 50 void cv::cuda::calcHist(InputArray, OutputArray, Stream&) { throw_no_cuda(); } in calcHist() function in cv::cuda 74 void cv::cuda::calcHist(InputArray _src, OutputArray _hist, Stream& stream) in calcHist() function in cv::cuda
|
D | generalized_hough.cpp | 521 void GeneralizedHoughBallardImpl::calcHist() in calcHist() function in __anon39a23ddb0211::GeneralizedHoughBallardImpl
|
/external/opencv3/modules/imgproc/src/ |
D | histogram.cpp | 1223 void cv::calcHist( const Mat* images, int nimages, const int* channels, in calcHist() function in cv 1427 static void calcHist( const Mat* images, int nimages, const int* channels, in calcHist() function 1537 void cv::calcHist( const Mat* images, int nimages, const int* channels, in calcHist() function in cv 1547 void cv::calcHist( InputArrayOfArrays images, const std::vector<int>& channels, in calcHist() function in cv
|
D | generalized_hough.cpp | 416 void GeneralizedHoughBallardImpl::calcHist() in calcHist() function in __anon90fdc8be0211::GeneralizedHoughBallardImpl
|
/external/opencv3/modules/java/src/ |
D | imgproc+Imgproc.java | 1834 …public static void calcHist(List<Mat> images, MatOfInt channels, Mat mask, Mat hist, MatOfInt hist… in calcHist() method in Imgproc 1846 …public static void calcHist(List<Mat> images, MatOfInt channels, Mat mask, Mat hist, MatOfInt hist… in calcHist() method in Imgproc
|