Lines Matching refs:CV_32SC1
662 CV_MAT_TYPE(sum->type) != CV_32SC1 )
675 if( CV_MAT_TYPE(tilted->type) != CV_32SC1 )
925 CV_CALL( sum = cvCreateMat( img->rows + 1, img->cols + 1, CV_32SC1 ));
936 tilted = cvCreateMat( img->rows + 1, img->cols + 1, CV_32SC1 );
993 // sum1 = cvMat( sz.height+1, sz.width+1, CV_32SC1, sum->data.ptr );
997 // tilted1 = cvMat( sz.height+1, sz.width+1, CV_32SC1, tilted->data.ptr );
1130 // sumcanny = cvCreateMat( img->rows + 1, img->cols + 1, CV_32SC1 );