HomeSort by relevance Sort by last modified time
    Searched refs:CvChain (Results 1 - 16 of 16) sorted by null

  /external/opencv3/modules/imgproc/src/
_geom.h 56 CvSeq* icvApproximateChainTC89( CvChain* chain, int header_size, CvMemStorage* storage, int method );
contours.cpp 54 cvStartReadChainPoints( CvChain * chain, CvChainPtReader * reader )
61 if( chain->elem_size != 1 || chain->header_size < (int)sizeof(CvChain))
207 if( header_size < (int) (method == CV_CHAIN_CODE ? sizeof( CvChain ) : sizeof( CvContour )))
245 header_size : sizeof( CvChain );
523 ((CvChain *) contour)->origin = pt;
695 ((CvChain *)contour)->origin = pt;
885 ((CvChain *)contour)->origin = pt;
    [all...]
approx.cpp 58 CvSeq* icvApproximateChainTC89( CvChain* chain, int header_size,
409 contour = icvApproximateChainTC89( (CvChain *) src_seq, sizeof( CvContour ), storage, method );
drawing.cpp     [all...]
  /external/opencv/cv/src/
_cvgeom.h 85 CvStatus icvApproximateChainTC89( CvChain* chain,
cvcontours.cpp 54 cvStartReadChainPoints( CvChain * chain, CvChainPtReader * reader )
65 if( chain->elem_size != 1 || chain->header_size < (int)sizeof(CvChain))
223 if( header_size < (int) (method == CV_CHAIN_CODE ? sizeof( CvChain ) : sizeof( CvContour )))
264 header_size : sizeof( CvChain );
553 ((CvChain *) contour)->origin = pt;
727 ((CvChain *)contour)->origin = pt;
1012 result = icvApproximateChainTC89( (CvChain *) seq,
    [all...]
cvdominants.cpp 102 cvStartReadChainPoints( (CvChain *) contour, &reader );
cvapprox.cpp 59 icvApproximateChainTC89( CvChain* chain,
446 IPPI_CALL( icvApproximateChainTC89( (CvChain *) src_seq,
  /external/opencv3/modules/imgproc/test/
test_contours.cpp 255 count2 = cvFindContours( img[2], storage, &chain, sizeof(CvChain), retr_mode, CV_CHAIN_CODE );
  /external/opencv/cxcore/include/
cxtypes.h     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h     [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp     [all...]
cxdrawing.cpp     [all...]
  /external/opencv3/modules/core/src/
persistence.cpp     [all...]
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h 500 CVAPI(void) cvStartReadChainPoints( CvChain* chain, CvChainPtReader* reader );
    [all...]
  /external/opencv/cv/include/
cv.h 451 CVAPI(void) cvStartReadChainPoints( CvChain* chain, CvChainPtReader* reader );
    [all...]

Completed in 3330 milliseconds