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

1 23 4

  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 756 CvPoint pt; /* pointer to points */
757 CvPoint pt_s, pt_e; /* first and last points */
991 CV_NEXT_SEQ_ELEM( sizeof(CvPoint), reader );
999 CvPoint* pt = (CvPoint*)reader.ptr;
1000 CvPoint* prev_pt = (CvPoint*)reader.prev_elem;
drawing.cpp     [all...]
approx.cpp 49 CvPoint pt;
72 CvPoint pt = chain->origin;
78 header_size, sizeof( CvPoint ), storage, &writer );
137 CvPoint pt0;
samplers.cpp 465 cvSampleLine( const void* _img, CvPoint pt1, CvPoint pt2,
hough.cpp     [all...]
  /external/opencv/cv/src/
cvfilter.cpp 69 bool _is_separable, CvSize _ksize, CvPoint _anchor,
125 bool _is_separable, CvSize _ksize, CvPoint _anchor,
412 CvRect src_roi, CvPoint dst_origin, int flags )
642 CvPoint _anchor, int _border_mode,
670 CvPoint _anchor, int _border_mode,
893 CvPoint _anchor, int _border_mode,
    [all...]
cvgeometry.cpp 179 CvPoint ip = {0,0};
211 CvPoint v0, v;
243 CvPoint iv;
cvsamplers.cpp 49 cvSampleLine( const void* img, CvPoint pt1, CvPoint pt2,
90 CvPoint ip, CvRect* pRect )
151 CvPoint ip; \
270 CvPoint ip; \
396 CvPoint ip;
    [all...]
cvsnakes.cpp 74 CvPoint * pt,
409 cvSnakeImage( const IplImage* src, CvPoint* points,
cvfloodfill.cpp 95 icvFloodFill_8u_CnIR( uchar* pImage, int step, CvSize roi, CvPoint seed,
227 icvFloodFill_32f_CnIR( int* pImage, int step, CvSize roi, CvPoint seed,
374 CvSize /*roi*/, CvPoint seed, uchar* _newVal, uchar* _d_lw,
680 CvSize /*roi*/, CvPoint seed, float* _newVal, float* _d_lw,
    [all...]
cvcalibinit.cpp 327 cvRectangle( thresh_img, cvPoint(0,0), cvPoint(thresh_img->cols-1,
    [all...]
cvdominants.cpp 45 CvPoint pt;
cvcorner.cpp 228 CvPoint el_anchor;
247 el_anchor = cvPoint( aperture_size/2, aperture_size/2 );
324 dx_filter.process( src, Dx, cvRect(0,y,-1,delta), cvPoint(0,0), stage );
326 cvPoint(0,0), stage );
390 cvRect(0,0,-1,stripe_size.height),cvPoint(0,0),stage+CV_ISOLATED_ROI);
525 CvPoint el_anchor;
555 el_anchor = cvPoint( aperture_size/2, aperture_size/2 );
626 CvPoint origin=cvPoint(0,0);
cvlkpyramid.cpp 47 CvPoint* min_pt, CvPoint* max_pt )
49 CvPoint ipt;
450 CvPoint minI, maxI, minJ, maxJ;
454 CvPoint prev_minJ = { -1, -1 }, prev_maxJ = { -1, -1 };
481 minI = maxI = minJ = maxJ = cvPoint( 0, 0 );
    [all...]
cvsmooth.cpp 90 CvPoint _anchor, int _border_mode,
110 CvPoint _anchor, int _border_mode,
    [all...]
cvsurf.cpp 284 CvPoint apt[81];
333 apt[nangle0++] = cvPoint(j,i);
362 CvPoint pt = cvPointFrom32f(center);
  /external/opencv/cxcore/src/
_cxipp.h 230 CvPoint* minLoc, CvPoint* maxLoc )) \
237 CvPoint* minLoc, CvPoint* maxLoc ))
    [all...]
  /external/opencv3/modules/calib3d/src/
calibinit.cpp 369 cvRectangle( thresh_img, cvPoint(0,0), cvPoint(thresh_img->cols-1,
    [all...]
  /external/opencv/cvaux/src/
cv3dtracker.cpp 333 CvPoint prev_pt = { 0, 0 };
355 CvPoint pt;
368 cvLine( img, cvPoint(pt.x - r, pt.y - r),
369 cvPoint(pt.x + r, pt.y + r), color, 1, CV_AA );
370 cvLine( img, cvPoint(pt.x - r, pt.y + r),
371 cvPoint(pt.x + r, pt.y - r), color, 1, CV_AA );
cvcalibfilter.cpp 548 CvPoint prev_pt = { 0, 0};
552 CvPoint pt;
567 cvLine( dst, cvPoint( pt.x - r, pt.y - r ),
568 cvPoint( pt.x + r, pt.y + r ), color, 1, CV_AA );
570 cvLine( dst, cvPoint( pt.x - r, pt.y + r),
571 cvPoint( pt.x + r, pt.y - r), color, 1, CV_AA );
  /external/opencv/
cvjni.cpp 241 cvPoint( 0, 0 ) // ?I?t?Z?b?g
254 cvPoint( 0, 0 ) // ?I?t?Z?b?g
618 CvPoint pt1 = cvPoint(int(face->x * scale), int(face->y * scale));
619 CvPoint pt2 = cvPoint(int((face->x + face->width) * scale),
746 cvCircle( frameImage, cvPoint( gravityX, gravityY ), CIRCLE_RADIUS,
  /external/opencv3/modules/imgproc/test/
test_floodfill.cpp 64 CvPoint seed_pt;
237 cvTsFloodFill( CvMat* _img, CvPoint seed_pt, CvScalar new_val,
273 cvRectangle( mask, cvPoint(0,0), cvPoint(mask->cols-1,mask->rows-1), Scalar::all(1.), 1, 8, 0 );
  /external/opencv3/modules/highgui/src/
window.cpp 619 CV_IMPL void cvAddText( const CvArr*, const char*, CvPoint , CvFont* )
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/opencv3/apps/createsamples/
utility.cpp 588 CvPoint offset;
592 CvPoint point;
942 reader->offset = cvPoint( 0, 0 );
976 CvPoint offset = cvPoint(0,0);
    [all...]

Completed in 1191 milliseconds

1 23 4