Home
last modified time | relevance | path

Searched refs:point_seq (Results 1 – 1 of 1) 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 …]