Searched refs:rect_node (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 4289 CvFileNode *data, *header_node, *rect_node, *origin_node; in icvReadSeq() local 4318 rect_node = cvGetFileNodeByName( fs, node, "rect" ); in icvReadSeq() 4321 if( (header_node != 0) + (rect_node != 0) + (origin_node != 0) > 1 ) in icvReadSeq() 4328 else if( rect_node ) in icvReadSeq() 4340 else if( rect_node ) in icvReadSeq() 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() 4346 point_seq->rect.height = cvReadIntByName( fs, rect_node, "height", 0 ); in icvReadSeq()
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 4204 CvFileNode *data, *header_node, *rect_node, *origin_node; in icvReadSeq() local 4273 rect_node = cvGetFileNodeByName( fs, node, "rect" ); in icvReadSeq() 4276 if( (header_node != 0) + (rect_node != 0) + (origin_node != 0) > 1 ) in icvReadSeq() 4283 else if( rect_node ) in icvReadSeq() 4295 else if( rect_node ) in icvReadSeq() 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() 4301 point_seq->rect.height = cvReadIntByName( fs, rect_node, "height", 0 ); in icvReadSeq()
|