Home
last modified time | relevance | path

Searched refs:point_seq (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxpersistence.cpp4100 CvPoint2DSeq* point_seq = (CvPoint2DSeq*)seq; in icvWriteHeaderData() local
4103 cvWriteInt( fs, "x", point_seq->rect.x ); in icvWriteHeaderData()
4104 cvWriteInt( fs, "y", point_seq->rect.y ); in icvWriteHeaderData()
4105 cvWriteInt( fs, "width", point_seq->rect.width ); in icvWriteHeaderData()
4106 cvWriteInt( fs, "height", point_seq->rect.height ); in icvWriteHeaderData()
4108 cvWriteInt( fs, "color", point_seq->color ); in icvWriteHeaderData()
4342 CvPoint2DSeq* point_seq = (CvPoint2DSeq*)seq; in icvReadSeq() local
4343 point_seq->rect.x = cvReadIntByName( fs, rect_node, "x", 0 ); in icvReadSeq()
4344 point_seq->rect.y = cvReadIntByName( fs, rect_node, "y", 0 ); in icvReadSeq()
4345 point_seq->rect.width = cvReadIntByName( fs, rect_node, "width", 0 ); in icvReadSeq()
[all …]
/external/opencv3/modules/core/src/
Dpersistence.cpp4030 CvPoint2DSeq* point_seq = (CvPoint2DSeq*)seq; in icvWriteHeaderData() local
4033 cvWriteInt( fs, "x", point_seq->rect.x ); in icvWriteHeaderData()
4034 cvWriteInt( fs, "y", point_seq->rect.y ); in icvWriteHeaderData()
4035 cvWriteInt( fs, "width", point_seq->rect.width ); in icvWriteHeaderData()
4036 cvWriteInt( fs, "height", point_seq->rect.height ); in icvWriteHeaderData()
4038 cvWriteInt( fs, "color", point_seq->color ); in icvWriteHeaderData()
4297 CvPoint2DSeq* point_seq = (CvPoint2DSeq*)seq; in icvReadSeq() local
4298 point_seq->rect.x = cvReadIntByName( fs, rect_node, "x", 0 ); in icvReadSeq()
4299 point_seq->rect.y = cvReadIntByName( fs, rect_node, "y", 0 ); in icvReadSeq()
4300 point_seq->rect.width = cvReadIntByName( fs, rect_node, "width", 0 ); in icvReadSeq()
[all …]