/external/opencv/cvaux/src/ |
D | extendededges.cpp | 56 …cvFindContours( image, tmp_storage, &contours, sizeof(CvContour), CV_RETR_LIST, CV_CHAIN_APPROX_NO… in cvExtractSingleEdges() 134 cvStartWriteSeq( current->flags, sizeof(CvContour), sizeof(CvPoint), storage, &writer ); in icvCutContourRaster() 166 … cvStartWriteSeq( current->flags, sizeof(CvContour), sizeof(CvPoint), storage, &writer ); in icvCutContourRaster()
|
D | cvbgfg_common.cpp | 87 sizeof(CvContour), CV_RETR_EXTERNAL, CV_CHAIN_APPROX_SIMPLE, offset ); in cvSegmentFGMask() 99 newC = cvApproxPoly( c, sizeof(CvContour), tempStorage, CV_POLY_APPROX_DP, 2, 0 ); in cvSegmentFGMask()
|
D | cvbgfg_gaussmix.cpp | 324 …cvFindContours( bg_model->foreground, bg_model->storage, &first_seq, sizeof(CvContour), CV_RETR_LI… in icvUpdateGaussianBGModel() 327 CvContour* cnt = (CvContour*)seq; in icvUpdateGaussianBGModel()
|
D | cvbgfg_acmmm2003.cpp | 439 … cvFindContours( model->foreground, model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST ); in icvUpdateFGDStatModel() 442 CvContour* cnt = (CvContour*)seq; in icvUpdateFGDStatModel()
|
D | cvsegment.cpp | 389 sizeof(CvContour), sizeof(CvPoint), storage, &writer ); in icvGetComponent() 557 … ((CvContour*)tmpseq)->color = avgVal[0] + (avgVal[1] << 8) + (avgVal[2] << 16); in cvSegmentImage()
|
D | cvlcm.cpp | 588 pLCMNode->contour = (CvContour*)cvCreateSeq(0, sizeof(CvContour), in _cvCreateLCMNode()
|
D | cvfacedetection.cpp | 121 …if (cvFindContours(m_imgThresh, m_mstgContours, &m_seqContours[i], sizeof(CvContour), CV_RETR_CCOM… in FindContours()
|
D | decomppoly.cpp | 528 void cvDecompPoly( CvContour* cont,
|
/external/opencv/cv/src/ |
D | cvconvhull.cpp | 231 union { CvContour* c; CvSeq* s; } hull; in cvConvexHull2() 245 CvContour contour_header; in cvConvexHull2() 246 union { CvContour c; CvSeq s; } hull_header; in cvConvexHull2() 279 sizeof(CvContour), sizeof(CvPoint),(CvMemStorage*)hull_storage )); in cvConvexHull2() 286 sizeof(CvContour), sizeof(CvPoint*), (CvMemStorage*)hull_storage )); in cvConvexHull2() 498 ptseq->header_size < (int)sizeof(CvContour) || in cvConvexHull2() 533 CvContour contour_header; in cvConvexityDefects() 534 union { CvContour c; CvSeq s; } hull_header; in cvConvexityDefects() 588 sizeof(CvContour), CV_ELEM_SIZE(mat->type), mat->data.ptr, in cvConvexityDefects() 741 CvContour contour_header; in cvCheckContourConvexity()
|
D | cvshapedescr.cpp | 58 CvContour contour_header; in cvArcLength() 298 CvContour contour_header; in cvMinEnclosingCircle() 736 CvContour contour_header; in cvContourArea() 987 CvContour contour_header; in cvFitEllipse2() 1132 CvContour contour_header; in cvBoundingRect() 1150 if( ptseq->header_size < (int)sizeof(CvContour)) in cvBoundingRect() 1179 rect = ((CvContour*)ptseq)->rect; in cvBoundingRect() 1348 ((CvContour*)ptseq)->rect = rect; in cvBoundingRect()
|
D | cvapprox.cpp | 89 if( header_size < (int)sizeof(CvContour) ) in icvApproximateChainTC89() 447 sizeof( CvContour ), storage, in cvApproxChains() 932 CvContour contour_header; in cvApproxPoly() 985 if( header_size < (int)sizeof(CvContour) ) in cvApproxPoly() 1019 if( header_size >= (int)sizeof(CvContour)) in cvApproxPoly()
|
D | cvcalibinit.cpp | 1633 CvRect rect = ((CvContour*)src_contour)->rect; in icvGenerateQuads() 1642 dst_contour = cvApproxPoly( src_contour, sizeof(CvContour), temp_storage, in icvGenerateQuads() 1646 dst_contour = cvApproxPoly( dst_contour, sizeof(CvContour), temp_storage, in icvGenerateQuads() 1757 CvRect a = (*((CvContour**)_a))->rect; in is_equal_quad() 1758 CvRect b = (*((CvContour**)_b))->rect; in is_equal_quad() 1824 CvRect rect = ((CvContour*)src_contour)->rect; in icvGenerateQuadsEx() 1833 dst_contour = cvApproxPoly( src_contour, sizeof(CvContour), temp_storage, in icvGenerateQuadsEx() 1837 dst_contour = cvApproxPoly( dst_contour, sizeof(CvContour), temp_storage, in icvGenerateQuadsEx() 1915 CvContour* cnt = *(CvContour**)cvGetSeqElem(root_tmp, j); in icvGenerateQuadsEx()
|
D | cvgeometry.cpp | 173 CvContour header; in cvPointPolygonTest() 188 if( contour->header_size == sizeof(CvContour) && !measure_dist ) in cvPointPolygonTest() 190 CvRect r = ((CvContour*)contour)->rect; in cvPointPolygonTest()
|
D | cvrotcalipers.cpp | 362 CvContour contour_header; in cvMinAreaRect2() 405 sizeof(CvContour), CV_ELEM_SIZE(ptseq->v_prev->flags), in cvMinAreaRect2()
|
D | cvcontours.cpp | 223 if( header_size < (int) (method == CV_CHAIN_CODE ? sizeof( CvChain ) : sizeof( CvContour ))) in cvStartFindContours() 271 header_size : sizeof( CvContour ); in cvStartFindContours() 821 ((CvContour*)contour)->rect = rect; in icvFetchContourEx() 1187 if( contourHeaderSize < (int)sizeof(CvContour)) in icvFindContoursInInterval()
|
D | cvutils.cpp | 45 CvContour* contour_header, CvSeqBlock* block ) in cvPointSeqFromMat() 74 sizeof(CvContour), CV_ELEM_SIZE(eltype), mat->data.ptr, in cvPointSeqFromMat()
|
D | cvlinefit.cpp | 649 union { CvContour contour; CvSeq seq; } header; in cvFitLine() 681 CV_SEQ_KIND_GENERIC|type, sizeof(CvContour), CV_ELEM_SIZE(type), mat->data.ptr, in cvFitLine()
|
D | cvmoments.cpp | 385 CvContour contour_header; in cvMoments()
|
D | cvcontourtree.cpp | 723 out_hearder_size = sizeof( CvContour ); in cvContourFromContourTree()
|
D | cvdistransform.cpp | 835 cvFindContours( src_copy, st, &contours, sizeof(CvContour), in cvDistTransform()
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 61 icvCollectPolyEdges( CvMat* img, CvSeq* v, CvContour* edges, 66 icvFillEdgeCollection( CvMat* img, CvContour* edges, const void* color ); 943 CvContour* edges; in icvEllipseEx() 948 CV_CALL( edges = (CvContour*)cvCreateSeq( 0, sizeof(CvContour), sizeof(CvPolyEdge), st )); in icvEllipseEx() 1149 icvCollectPolyEdges( CvMat* img, CvSeq* v, CvContour* edges, in icvCollectPolyEdges() 1249 icvFillEdgeCollection( CvMat* img, CvContour* edges, const void* color ) in icvFillEdgeCollection() 1985 CvContour* edges = 0; in cvFillPoly() 1990 CV_CALL( edges = (CvContour*)cvCreateSeq( 0, sizeof(CvContour), in cvFillPoly() 2423 CvContour* edges = 0; in cvDrawContours() 2465 tseq = cvCreateSeq( 0, sizeof(CvContour), sizeof(CvPoint), st ); in cvDrawContours() [all …]
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 1347 typedef struct CvContour struct 1351 CvContour; typedef 1353 typedef CvContour CvPoint2DSeq;
|
/external/opencv/cv/include/ |
D | cv.h | 411 int header_size CV_DEFAULT(sizeof(CvContour)), in LOAD_CHDL() 423 int header_size CV_DEFAULT(sizeof(CvContour)), in LOAD_CHDL() 809 CvContour* contour_header, in LOAD_CHDL()
|
/external/opencv/ |
D | cvjni.cpp | 238 sizeof( CvContour ), // �V�[�P���X�w�b�_�̃T�C�Y in Java_org_siprop_opencv_OpenCV_findContours()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 1018 CvContour* contour;
|