Home | History | Annotate | Download | only in src

Lines Matching refs:nz

872     CvSeq *nz, *centers;
891 CV_CALL( nz = cvCreateSeq( CV_32SC2, sizeof(CvSeq), sizeof(CvPoint), storage ));
954 cvSeqPush( nz, &pt );
958 nz_count = nz->total;
1013 cvStartReadSeq( nz, &reader );