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

  /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/opencv/cxcore/include/
cxtypes.h     [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp     [all...]
cxdrawing.cpp     [all...]
  /external/opencv/cv/include/
cv.h 451 CVAPI(void) cvStartReadChainPoints( CvChain* chain, CvChainPtReader* reader );
    [all...]

Completed in 1876 milliseconds