HomeSort by relevance Sort by last modified time
    Searched refs:CvPoint (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/opencv/cv/src/
cvmotempl.cpp 474 CvPoint seed = cvPoint(x,y);
cvutils.cpp 475 cvCopyMakeBorder( const CvArr* srcarr, CvArr* dstarr, CvPoint offset,
cvderiv.cpp 428 cvPoint(-1,-1), _border_mode, _border_value );
467 CvPoint _anchor, int _border_mode,
477 CvPoint _anchor, int _border_mode,
    [all...]
cvdistransform.cpp 829 CvPoint top_left = {0,0}, bottom_right = {size.width-1,size.height-1};
cvtemplmatch.cpp 45 icvCrossCorr( const CvArr* _img, const CvArr* _templ, CvArr* _corr, CvPoint anchor )
244 cvCopyMakeBorder( dst1, dst, cvPoint(x1 - x0, y1 - y0), IPL_BORDER_REPLICATE );
mycvHaarDetectObjects.cpp 475 CvPoint pt, int start_stage )
    [all...]
cvhistogram.cpp 293 CvPoint minPt, maxPt;
    [all...]
cvhaar.cpp 690 CvPoint pt, int start_stage )
    [all...]
  /external/opencv/ml/src/
mlrtrees.cpp 409 CvPoint max_loc;
ml_inner_functions.cpp 274 CvPoint minLoc, maxLoc; // Not used, just for function "cvMinMaxLoc"
    [all...]
  /external/opencv3/modules/imgproc/src/
floodfill.cpp 637 cvFloodFill( CvArr* arr, CvPoint seed_point,
histogram.cpp     [all...]
filter.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
  /external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp 274 CvPoint minLoc, maxLoc; // Not used, just for function "cvMinMaxLoc"
    [all...]
  /external/opencv3/modules/highgui/src/
window_gtk.cpp     [all...]
window_QT.cpp 111 CV_IMPL void cvAddText(const CvArr* img, const char* text, CvPoint org, CvFont* font)
    [all...]
  /external/opencv3/modules/objdetect/src/
haar.cpp     [all...]
  /external/opencv3/modules/imgproc/test/
test_filter.cpp 58 CvPoint anchor;
75 anchor = cvPoint(0,0);
760 anchor = cvPoint(aperture_size.width/2,aperture_size.height/2);
1068 anchor = cvPoint(aperture_size.width/2, aperture_size.height/2);
    [all...]
  /external/opencv3/modules/core/src/
stat.cpp     [all...]

Completed in 1623 milliseconds

1 2 34