Home | History | Annotate | Download | only in test

Lines Matching defs:ptm

297         CvMat* ptm = (CvMat*)pointsSet;
298 assert( CV_IS_MAT(ptm) && CV_IS_MAT_CONT(ptm->type) );
299 total = ptm->rows + ptm->cols - 1;
300 point_type = CV_MAT_TYPE(ptm->type);
301 data = ptm->data.ptr;
1189 CvMat* ptm = (CvMat*)pointsSet;
1190 assert( CV_IS_MAT(ptm) && CV_IS_MAT_CONT(ptm->type) );
1191 total = ptm->rows + ptm->cols - 1;
1192 point_type = CV_MAT_TYPE(ptm->type);
1193 data = ptm->data.ptr;
1480 CvMat* ptm = (CvMat*)pointsSet;
1481 assert( CV_IS_MAT(ptm) && CV_IS_MAT_CONT(ptm->type) );
1482 total = ptm->rows + ptm->cols - 1;
1483 point_type = CV_MAT_DEPTH(CV_MAT_TYPE(ptm->type));
1484 data = ptm->data.ptr;
1656 CvMat* ptm = (CvMat*)points;
1657 assert( CV_IS_MAT(ptm) && CV_IS_MAT_CONT(ptm->type) );
1658 total = ptm->rows + ptm->cols - 1;
1659 point_type = CV_MAT_TYPE(ptm->type);
1660 data = ptm->data.ptr;