Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/
Dhistogram.cpp50 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
Dgeneralized_hough.cpp521 void GeneralizedHoughBallardImpl::calcHist() in calcHist() function in __anon39a23ddb0211::GeneralizedHoughBallardImpl
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp1223 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
Dgeneralized_hough.cpp416 void GeneralizedHoughBallardImpl::calcHist() in calcHist() function in __anon90fdc8be0211::GeneralizedHoughBallardImpl
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java1834 …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