/external/opencv/cv/src/ |
D | cvapprox.cpp | 577 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 …]
|
D | cvgeometry.cpp | 212 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()
|
D | cvshapedescr.cpp | 331 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 …]
|
D | cvmatchcontours.cpp | 268 CV_READ_SEQ_ELEM( tree_1, reader1 ); in cvMatchContourTrees() 269 CV_READ_SEQ_ELEM( tree_2, reader2 ); in cvMatchContourTrees()
|
D | cvrotcalipers.cpp | 427 CV_READ_SEQ_ELEM( pt, reader ); in cvMinAreaRect2() 436 CV_READ_SEQ_ELEM( points[i], reader ); in cvMinAreaRect2()
|
D | cvdominants.cpp | 117 CV_READ_SEQ_ELEM( ptInf[i].pt, reader ); in icvFindDominantPointsIPAN()
|
D | cvcontourtree.cpp | 746 CV_READ_SEQ_ELEM( tree_root, reader ); in cvContourFromContourTree()
|
D | cvhough.cpp | 1018 CV_READ_SEQ_ELEM( pt, reader ); in icvHoughCirclesGradient()
|
D | cvcontours.cpp | 1440 CV_READ_SEQ_ELEM( p00, reader ); in icvFindContoursInInterval()
|
/external/opencv/ml/src/ |
D | mltestset.cpp | 135 CV_READ_SEQ_ELEM( elem, reader ); in cvCreateTestSet() 150 CV_READ_SEQ_ELEM( elem, reader ); in cvCreateTestSet()
|
D | mlboost.cpp | 819 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/ |
D | extendededges.cpp | 145 CV_READ_SEQ_ELEM( cur, reader ); in icvCutContourRaster() 158 CV_READ_SEQ_ELEM( cur, reader ); in icvCutContourRaster()
|
D | cvcreatehandmask.cpp | 83 CV_READ_SEQ_ELEM( pt, reader ); in icvCreateHandMask8uC1R()
|
D | decomppoly.cpp | 565 CV_READ_SEQ_ELEM( (contour[ i ]), reader );
|
D | cvlee.cpp | 2146 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()
|
D | cvmorphcontours.cpp | 593 CV_READ_SEQ_ELEM( corr_point, reader01 ); in icvBlendContours()
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 2501 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()
|
D | cxpersistence.cpp | 3786 CV_READ_SEQ_ELEM( idx, reader ); in icvWriteSparseMat()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 1573 #define CV_READ_SEQ_ELEM( elem, reader ) \ macro 1594 CV_READ_SEQ_ELEM( (reader).code, (reader)); \
|