/external/opencv3/modules/imgproc/src/ |
utils.cpp | 45 CvContour* contour_header, CvSeqBlock* block ) 72 sizeof(CvContour), CV_ELEM_SIZE(eltype), mat->data.ptr,
|
convhull.cpp | 398 union { CvContour* c; CvSeq* s; } hull; 402 CvContour contour_header; 427 sizeof(CvContour), sizeof(CvPoint),(CvMemStorage*)hull_storage ); 434 sizeof(CvContour), sizeof(CvPoint*), (CvMemStorage*)hull_storage ); 503 ptseq->header_size < (int)sizeof(CvContour) || 525 CvContour contour_header; 578 sizeof(CvContour), CV_ELEM_SIZE(mat->type), mat->data.ptr, 717 CvContour contour_header;
|
contours.cpp | 207 if( header_size < (int) (method == CV_CHAIN_CODE ? sizeof( CvChain ) : sizeof( CvContour ))) 252 header_size : sizeof( CvContour ); 789 ((CvContour*)contour)->rect = rect; 978 ((CvContour*)contour)->rect = rect; [all...] |
approx.cpp | 75 CV_Assert( header_size >= (int)sizeof(CvContour) ); 409 contour = icvApproximateChainTC89( (CvChain *) src_seq, sizeof( CvContour ), storage, method ); 712 CvContour contour_header; 761 if( header_size < (int)sizeof(CvContour) ) 762 CV_Error( CV_StsBadSize, "New header size must be non-less than sizeof(CvContour)" ); 810 if( header_size >= (int)sizeof(CvContour))
|
shapedescr.cpp | 918 CvContour contour_header; 959 CvContour contour_header; 1049 CvContour contour_header; 1062 if( ptseq->header_size < (int)sizeof(CvContour)) 1086 return ((CvContour*)ptseq)->rect; 1098 ((CvContour*)ptseq)->rect = rect;
|
/external/opencv/cvaux/src/ |
extendededges.cpp | 56 cvFindContours( image, tmp_storage, &contours, sizeof(CvContour), CV_RETR_LIST, CV_CHAIN_APPROX_NONE ); 134 cvStartWriteSeq( current->flags, sizeof(CvContour), sizeof(CvPoint), storage, &writer ); 166 cvStartWriteSeq( current->flags, sizeof(CvContour), sizeof(CvPoint), storage, &writer );
|
cvbgfg_common.cpp | 87 sizeof(CvContour), CV_RETR_EXTERNAL, CV_CHAIN_APPROX_SIMPLE, offset ); 99 newC = cvApproxPoly( c, sizeof(CvContour), tempStorage, CV_POLY_APPROX_DP, 2, 0 );
|
cvbgfg_gaussmix.cpp | 324 cvFindContours( bg_model->foreground, bg_model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST ); 327 CvContour* cnt = (CvContour*)seq;
|
cvlcm.cpp | 588 pLCMNode->contour = (CvContour*)cvCreateSeq(0, sizeof(CvContour),
|
cvsegment.cpp | 389 sizeof(CvContour), sizeof(CvPoint), storage, &writer ); 557 ((CvContour*)tmpseq)->color = avgVal[0] + (avgVal[1] << 8) + (avgVal[2] << 16);
|
cvfacedetection.cpp | 121 if (cvFindContours(m_imgThresh, m_mstgContours, &m_seqContours[i], sizeof(CvContour), CV_RETR_CCOMP, CV_CHAIN_APPROX_SIMPLE))
|
cvbgfg_acmmm2003.cpp | 439 cvFindContours( model->foreground, model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST ); 442 CvContour* cnt = (CvContour*)seq;
|
/external/opencv3/modules/calib3d/src/ |
checkchessboard.cpp | 151 cvFindContours(thresh, storage, &first, sizeof(CvContour), CV_RETR_CCOMP); 161 cvFindContours(thresh, storage, &first, sizeof(CvContour), CV_RETR_CCOMP);
|
/external/opencv/cv/src/ |
cvconvhull.cpp | 231 union { CvContour* c; CvSeq* s; } hull; 245 CvContour contour_header; 246 union { CvContour c; CvSeq s; } hull_header; 279 sizeof(CvContour), sizeof(CvPoint),(CvMemStorage*)hull_storage )); 286 sizeof(CvContour), sizeof(CvPoint*), (CvMemStorage*)hull_storage )); 498 ptseq->header_size < (int)sizeof(CvContour) || 533 CvContour contour_header; 534 union { CvContour c; CvSeq s; } hull_header; 588 sizeof(CvContour), CV_ELEM_SIZE(mat->type), mat->data.ptr, 741 CvContour contour_header [all...] |
cvshapedescr.cpp | 58 CvContour contour_header; 298 CvContour contour_header; 736 CvContour contour_header; 987 CvContour contour_header; 1132 CvContour contour_header; 1150 if( ptseq->header_size < (int)sizeof(CvContour)) 1179 rect = ((CvContour*)ptseq)->rect; [all...] |
cvapprox.cpp | 89 if( header_size < (int)sizeof(CvContour) ) 447 sizeof( CvContour ), storage, 932 CvContour contour_header; 985 if( header_size < (int)sizeof(CvContour) ) 986 CV_ERROR( CV_StsBadSize, "New header size must be non-less than sizeof(CvContour)" ); 1019 if( header_size >= (int)sizeof(CvContour))
|
cvgeometry.cpp | 173 CvContour header; 188 if( contour->header_size == sizeof(CvContour) && !measure_dist ) 190 CvRect r = ((CvContour*)contour)->rect;
|
cvrotcalipers.cpp | 362 CvContour contour_header; 405 sizeof(CvContour), CV_ELEM_SIZE(ptseq->v_prev->flags),
|
cvcalibinit.cpp | [all...] |
cvlinefit.cpp | 649 union { CvContour contour; CvSeq seq; } header; 681 CV_SEQ_KIND_GENERIC|type, sizeof(CvContour), CV_ELEM_SIZE(type), mat->data.ptr,
|
cvutils.cpp | 45 CvContour* contour_header, CvSeqBlock* block ) 74 sizeof(CvContour), CV_ELEM_SIZE(eltype), mat->data.ptr,
|
cvcontours.cpp | 223 if( header_size < (int) (method == CV_CHAIN_CODE ? sizeof( CvChain ) : sizeof( CvContour ))) 271 header_size : sizeof( CvContour ); 821 ((CvContour*)contour)->rect = rect; [all...] |
/external/opencv/cxcore/src/ |
cxdrawing.cpp | 61 icvCollectPolyEdges( CvMat* img, CvSeq* v, CvContour* edges, 66 icvFillEdgeCollection( CvMat* img, CvContour* edges, const void* color ); 943 CvContour* edges; 948 CV_CALL( edges = (CvContour*)cvCreateSeq( 0, sizeof(CvContour), sizeof(CvPolyEdge), st )); [all...] |
/external/opencv3/modules/cudalegacy/src/ |
fgd.cpp | 360 ((CvContour*)c)->color = (int)i; 379 cvFindContours(&ipl_foreground, storage, &first_seq, sizeof(CvContour), CV_RETR_LIST); 383 CvContour* cnt = reinterpret_cast<CvContour*>(seq);
|
/external/opencv3/modules/imgproc/test/ |
test_approxpoly.cpp | 141 seq = cvCreateSeq( CV_SEQ_POLYGON, sizeof(CvContour), sizeof(CvPoint), storage );
|