Home | History | Annotate | Download | only in src

Lines Matching refs:mask1

956             CvMat img1, sum1, sqsum1, norm1, tilted1, mask1;
973 mask1 = cvMat( sz1.height, sz1.width, CV_8UC1, temp->data.ptr );
1027 memset( mask1.data.ptr + y1*mask1.step, ystep == 1, mask1.height*mask1.step);
1033 mask1.data.ptr[mask1.step*y + x] = (uchar)1;
1041 mask1.data.ptr + y1*mask1.step, mask1.step, ssz, &positive,
1057 mask1.data.ptr[mask1.step*y + x] =
1059 positive += mask1.data.ptr[mask1.step*y + x];
1067 if( mask1.data.ptr[mask1.step*y + x] != 0 )