/external/opencv3/modules/cudaimgproc/src/ |
D | match_template.cpp | 183 …void Match_CCORR_32F::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& _st… in match() 233 …void Match_CCORR_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& stre… in match() 276 …void Match_CCORR_NORMED_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Strea… in match() 306 …void Match_SQDIFF_32F::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& st… in match() 340 …void Match_SQDIFF_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& str… in match() 387 …void Match_SQDIFF_NORMED_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stre… in match() 426 …void Match_CCOEFF_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& str… in match() 505 …void Match_CCOEFF_NORMED_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stre… in match()
|
D | canny.cpp | 131 void CannyImpl::detect(InputArray _image, OutputArray _edges, Stream& stream) in detect()
|
D | gftt.cpp | 98 …void GoodFeaturesToTrackDetector::detect(InputArray _image, OutputArray _corners, InputArray _mask… in detect()
|
/external/opencv3/modules/java/src/ |
D | imgproc+LineSegmentDetector.java | 23 public void detect(Mat _image, Mat _lines, Mat width, Mat prec, Mat nfa) in detect() 32 public void detect(Mat _image, Mat _lines) in detect() 46 public void drawSegments(Mat _image, Mat lines) in drawSegments() 60 public int compareSegments(Size size, Mat lines1, Mat lines2, Mat _image) in compareSegments()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | ImageRef.h | 75 MagickCore::Image *_image; // ImageMagick Image variable
|
D | Pixels.h | 72 Magick::Image _image; // Image reference variable
|
/external/opencv3/modules/imgproc/src/ |
D | templmatch.cpp | 59 static bool extractFirstChannel_32F(InputArray _image, OutputArray _result, int cn) in extractFirstChannel_32F() 169 static bool convolve_dft(InputArray _image, InputArray _templ, OutputArray _result) in convolve_dft() 235 static bool convolve_32F(InputArray _image, InputArray _templ, OutputArray _result) in convolve_32F() 254 static bool matchTemplateNaive_CCORR(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplateNaive_CCORR() 294 static bool matchTemplate_CCORR(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_CCORR() 316 static bool matchTemplate_CCORR_NORMED(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_CCORR_NORMED() 347 static bool matchTemplateNaive_SQDIFF(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplateNaive_SQDIFF() 370 static bool matchTemplate_SQDIFF(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_SQDIFF() 405 static bool matchTemplate_SQDIFF_NORMED(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_SQDIFF_NORMED() 437 static bool matchTemplate_CCOEFF(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_CCOEFF() [all …]
|
D | featureselect.cpp | 72 static bool ocl_goodFeaturesToTrack( InputArray _image, OutputArray _corners, in ocl_goodFeaturesToTrack() 265 void cv::goodFeaturesToTrack( InputArray _image, OutputArray _corners, in goodFeaturesToTrack() 407 cvGoodFeaturesToTrack( const void* _image, void*, void*, in cvGoodFeaturesToTrack()
|
D | cornersubpix.cpp | 44 void cv::cornerSubPix( InputArray _image, InputOutputArray _corners, in cornerSubPix()
|
D | floodfill.cpp | 458 int cv::floodFill( InputOutputArray _image, InputOutputArray _mask, in floodFill() 628 int cv::floodFill( InputOutputArray _image, Point seedPoint, in floodFill()
|
/external/opencv3/modules/cudafeatures2d/src/ |
D | fast.cpp | 98 void FAST_Impl::detect(InputArray _image, std::vector<KeyPoint>& keypoints, InputArray _mask) in detect() 113 …void FAST_Impl::detectAsync(InputArray _image, OutputArray _keypoints, InputArray _mask, Stream& s… in detectAsync()
|
D | orb.cpp | 573 …void ORB_Impl::detectAndCompute(InputArray _image, InputArray _mask, std::vector<KeyPoint>& keypoi… in detectAndCompute() 581 …void ORB_Impl::detectAndComputeAsync(InputArray _image, InputArray _mask, OutputArray _keypoints, … in detectAndComputeAsync() 599 void ORB_Impl::buildScalePyramids(InputArray _image, InputArray _mask) in buildScalePyramids()
|
/external/webrtc/webrtc/modules/video_render/linux/ |
D | video_x11_channel.h | 71 XImage* _image; variable
|
/external/opencv/cvaux/src/ |
D | cvbgfg_codebook.cpp | 86 void cvBGCodeBookUpdate( CvBGCodeBookModel* model, const CvArr* _image, in cvBGCodeBookUpdate() 226 int cvBGCodeBookDiff( const CvBGCodeBookModel* model, const CvArr* _image, in cvBGCodeBookDiff()
|
/external/opencv3/modules/superres/test/ |
D | test_superres.cpp | 110 static void addGaussNoise(cv::OutputArray _image, double sigma) in addGaussNoise() 119 static void addSpikeNoise(cv::OutputArray _image, int frequency) in addSpikeNoise()
|
/external/opencv3/modules/viz/src/vtk/ |
D | vtkImageMatSource.cpp | 79 void cv::viz::vtkImageMatSource::SetImage(InputArray _image) in SetImage()
|
/external/opencv3/modules/features2d/src/ |
D | gftt.cpp | 76 void detect( InputArray _image, std::vector<KeyPoint>& keypoints, InputArray _mask ) in detect()
|
D | blobdetector.cpp | 190 void SimpleBlobDetectorImpl::findBlobs(InputArray _image, InputArray _binaryImage, std::vector<Cent… in findBlobs()
|
/external/opencv3/samples/tapi/ |
D | squares.cpp | 116 static void drawSquares( UMat& _image, const vector<vector<Point> >& squares ) in drawSquares()
|
D | camshift.cpp | 178 cv::Mat _image = image.getMat(cv::ACCESS_RW); in main() local
|
/external/opencv3/modules/objdetect/src/ |
D | cascadedetect.cpp | 501 bool FeatureEvaluator::setImage( InputArray _image, const std::vector<float>& _scales ) in setImage() 1254 CvMat _image = image; in detectMultiScaleOldFormat() local 1263 void CascadeClassifierImpl::detectMultiScaleNoGrouping( InputArray _image, std::vector<Rect>& candi… in detectMultiScaleNoGrouping() 1486 void CascadeClassifierImpl::detectMultiScale( InputArray _image, std::vector<Rect>& objects, in detectMultiScale() 1521 void CascadeClassifierImpl::detectMultiScale( InputArray _image, std::vector<Rect>& objects, in detectMultiScale() 1531 void CascadeClassifierImpl::detectMultiScale( InputArray _image, std::vector<Rect>& objects, in detectMultiScale()
|
/external/opencv3/modules/calib3d/src/ |
D | calibinit.cpp | 1798 cvDrawChessboardCorners( CvArr* _image, CvSize pattern_size, in cvDrawChessboardCorners() 1902 bool cv::findChessboardCorners( InputArray _image, Size patternSize, in findChessboardCorners() 1930 void cv::drawChessboardCorners( InputOutputArray _image, Size patternSize, in drawChessboardCorners() 1944 bool cv::findCirclesGrid( InputArray _image, Size patternSize, in findCirclesGrid()
|
/external/opencv3/samples/cpp/ |
D | grabcut.cpp | 93 void GCApplication::setImageAndWinName( const Mat& _image, const string& _winName ) in setImageAndWinName()
|
/external/opencv3/modules/stitching/src/ |
D | exposure_compensate.cpp | 226 void BlocksGainCompensator::apply(int index, Point /*corner*/, InputOutputArray _image, InputArray … in apply()
|
/external/opencv3/modules/cudastereo/src/ |
D | disparity_bilateral_filter.cpp | 170 …void DispBilateralFilterImpl::apply(InputArray _disp, InputArray _image, OutputArray dst, Stream& … in apply()
|