Home
last modified time | relevance | path

Searched refs:CV_READ_SEQ_ELEM (Results 1 – 19 of 19) sorted by relevance

/external/opencv/cv/src/
Dcvapprox.cpp577 CV_READ_SEQ_ELEM( start_pt, reader ); /* read the first point */ in icvApproxPolyDP_32s()
583 CV_READ_SEQ_ELEM( pt, reader ); in icvApproxPolyDP_32s()
623 CV_READ_SEQ_ELEM( end_pt, reader ); in icvApproxPolyDP_32s()
626 CV_READ_SEQ_ELEM( start_pt, reader ); in icvApproxPolyDP_32s()
639 CV_READ_SEQ_ELEM( pt, reader ); in icvApproxPolyDP_32s()
657 CV_READ_SEQ_ELEM( start_pt, reader ); in icvApproxPolyDP_32s()
680 CV_READ_SEQ_ELEM( start_pt, reader ); in icvApproxPolyDP_32s()
683 CV_READ_SEQ_ELEM( pt, reader ); in icvApproxPolyDP_32s()
689 CV_READ_SEQ_ELEM( end_pt, reader ); in icvApproxPolyDP_32s()
699 CV_READ_SEQ_ELEM( pt, reader ); in icvApproxPolyDP_32s()
[all …]
Dcvgeometry.cpp212 CV_READ_SEQ_ELEM( v, reader ); in cvPointPolygonTest()
218 CV_READ_SEQ_ELEM( v, reader ); in cvPointPolygonTest()
247 CV_READ_SEQ_ELEM( v, reader ); in cvPointPolygonTest()
251 CV_READ_SEQ_ELEM( iv, reader ); in cvPointPolygonTest()
263 CV_READ_SEQ_ELEM( v, reader ); in cvPointPolygonTest()
267 CV_READ_SEQ_ELEM( iv, reader ); in cvPointPolygonTest()
300 CV_READ_SEQ_ELEM( v, reader ); in cvPointPolygonTest()
304 CV_READ_SEQ_ELEM( iv, reader ); in cvPointPolygonTest()
Dcvshapedescr.cpp331 CV_READ_SEQ_ELEM( pt, reader ); in cvMinEnclosingCircle()
336 CV_READ_SEQ_ELEM( pt, reader ); in cvMinEnclosingCircle()
358 CV_READ_SEQ_ELEM( pt, reader ); in cvMinEnclosingCircle()
363 CV_READ_SEQ_ELEM( pt, reader ); in cvMinEnclosingCircle()
602 CV_READ_SEQ_ELEM( pt_s, reader ); in icvContourSecArea()
605 CV_READ_SEQ_ELEM( pt_e, reader ); in icvContourSecArea()
614 CV_READ_SEQ_ELEM( pt, reader ); in icvContourSecArea()
1282 CV_READ_SEQ_ELEM( pt, reader ); in cvBoundingRect()
1288 CV_READ_SEQ_ELEM( pt, reader ); in cvBoundingRect()
1308 CV_READ_SEQ_ELEM( pt, reader ); in cvBoundingRect()
[all …]
Dcvmatchcontours.cpp268 CV_READ_SEQ_ELEM( tree_1, reader1 ); in cvMatchContourTrees()
269 CV_READ_SEQ_ELEM( tree_2, reader2 ); in cvMatchContourTrees()
Dcvrotcalipers.cpp427 CV_READ_SEQ_ELEM( pt, reader ); in cvMinAreaRect2()
436 CV_READ_SEQ_ELEM( points[i], reader ); in cvMinAreaRect2()
Dcvdominants.cpp117 CV_READ_SEQ_ELEM( ptInf[i].pt, reader ); in icvFindDominantPointsIPAN()
Dcvcontourtree.cpp746 CV_READ_SEQ_ELEM( tree_root, reader ); in cvContourFromContourTree()
Dcvhough.cpp1018 CV_READ_SEQ_ELEM( pt, reader ); in icvHoughCirclesGradient()
Dcvcontours.cpp1440 CV_READ_SEQ_ELEM( p00, reader ); in icvFindContoursInInterval()
/external/opencv/ml/src/
Dmltestset.cpp135 CV_READ_SEQ_ELEM( elem, reader ); in cvCreateTestSet()
150 CV_READ_SEQ_ELEM( elem, reader ); in cvCreateTestSet()
Dmlboost.cpp819 CV_READ_SEQ_ELEM( w, reader ); in prune()
1418 CV_READ_SEQ_ELEM( wtree, reader ); in predict()
1610 CV_READ_SEQ_ELEM( tree, reader ); in write()
/external/opencv/cvaux/src/
Dextendededges.cpp145 CV_READ_SEQ_ELEM( cur, reader ); in icvCutContourRaster()
158 CV_READ_SEQ_ELEM( cur, reader ); in icvCutContourRaster()
Dcvcreatehandmask.cpp83 CV_READ_SEQ_ELEM( pt, reader ); in icvCreateHandMask8uC1R()
Ddecomppoly.cpp565 CV_READ_SEQ_ELEM( (contour[ i ]), reader );
Dcvlee.cpp2146 CV_READ_SEQ_ELEM(VertexT1,ContourReader); in _cvConstructExtSites()
2147 CV_READ_SEQ_ELEM(VertexT2,ContourReader); in _cvConstructExtSites()
2172 CV_READ_SEQ_ELEM(VertexT3,ContourReader); in _cvConstructExtSites()
2286 CV_READ_SEQ_ELEM(VertexT1,ContourReader); in _cvConstructIntSites()
2306 CV_READ_SEQ_ELEM(VertexT1,ContourReader); in _cvConstructIntSites()
2307 CV_READ_SEQ_ELEM(VertexT2,ContourReader); in _cvConstructIntSites()
2331 CV_READ_SEQ_ELEM(VertexT3,ContourReader); in _cvConstructIntSites()
Dcvmorphcontours.cpp593 CV_READ_SEQ_ELEM( corr_point, reader01 ); in icvBlendContours()
/external/opencv/cxcore/src/
Dcxdrawing.cpp2501 CV_READ_SEQ_ELEM( code, reader ); in cvDrawContours()
2545 CV_READ_SEQ_ELEM( pt1, reader ); in cvDrawContours()
2552 CV_READ_SEQ_ELEM( pt1f, reader ); in cvDrawContours()
2562 CV_READ_SEQ_ELEM( pt2, reader ); in cvDrawContours()
2569 CV_READ_SEQ_ELEM( pt2f, reader ); in cvDrawContours()
Dcxpersistence.cpp3786 CV_READ_SEQ_ELEM( idx, reader ); in icvWriteSparseMat()
/external/opencv/cxcore/include/
Dcxtypes.h1573 #define CV_READ_SEQ_ELEM( elem, reader ) \ macro
1594 CV_READ_SEQ_ELEM( (reader).code, (reader)); \