Home | History | Annotate | Download | only in src

Lines Matching refs:CV_32SC1

463         CV_MAT_TYPE(sum->type) != CV_32SC1 )
476 if( CV_MAT_TYPE(tilted->type) != CV_32SC1 )
900 CV_CALL( sum = cvCreateMat( img->rows + 1, img->cols + 1, CV_32SC1 ));
908 tilted = cvCreateMat( img->rows + 1, img->cols + 1, CV_32SC1 );
965 sum1 = cvMat( sz.height+1, sz.width+1, CV_32SC1, sum->data.ptr );
969 tilted1 = cvMat( sz.height+1, sz.width+1, CV_32SC1, tilted->data.ptr );
1098 sumcanny = cvCreateMat( img->rows + 1, img->cols + 1, CV_32SC1 );