Lines Matching refs:CV_CALL

183         CV_CALL( nz = cvCountNonZero(_element));  in init()
191 CV_CALL( CvBaseImageFilter::init( _max_width, _src_dst_type, _src_dst_type, in init()
233 CV_CALL( element = cvCreateMat( _ksize.height, _ksize.width, CV_8UC1 )); in init()
234 CV_CALL( el_sparse = (uchar*)cvAlloc( in init()
240 CV_CALL( cvConvert( _element, element )); in init()
244 CV_CALL( init_binary_element( element, el_shape, anchor )); in init()
746 CV_CALL( element = (IplConvKernel *)cvAlloc(element_size + 32)); in cvCreateStructuringElementEx()
767 CV_CALL( CvMorphology::init_binary_element(&el_hdr, in cvCreateStructuringElementEx()
835 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 )); in icvMorphOp()
847 CV_CALL( dst = cvGetMat( dst, &dststub, &coi2 )); in icvMorphOp()
978 CV_CALL( buffer = cvAlloc( bufsize )); in icvMorphOp()
987 CV_CALL( temp = cvCloneMat( dst )); in icvMorphOp()
1051 CV_CALL( temp = cvCloneMat( src )); in icvMorphOp()
1089 CV_CALL( morphology.init( mop, src->cols, src->type, in icvMorphOp()
1094 CV_CALL( morphology.process( src, dst )); in icvMorphOp()
1140 CV_CALL( cvErode( src, dst, element, iterations )); in cvMorphologyEx()
1141 CV_CALL( cvDilate( dst, dst, element, iterations )); in cvMorphologyEx()
1144 CV_CALL( cvDilate( src, dst, element, iterations )); in cvMorphologyEx()
1145 CV_CALL( cvErode( dst, dst, element, iterations )); in cvMorphologyEx()
1148 CV_CALL( cvErode( src, temp, element, iterations )); in cvMorphologyEx()
1149 CV_CALL( cvDilate( src, dst, element, iterations )); in cvMorphologyEx()
1150 CV_CALL( cvSub( dst, temp, dst )); in cvMorphologyEx()
1155 CV_CALL( cvErode( src, temp, element, iterations )); in cvMorphologyEx()
1156 CV_CALL( cvDilate( temp, temp, element, iterations )); in cvMorphologyEx()
1157 CV_CALL( cvSub( src, temp, dst )); in cvMorphologyEx()
1162 CV_CALL( cvDilate( src, temp, element, iterations )); in cvMorphologyEx()
1163 CV_CALL( cvErode( temp, temp, element, iterations )); in cvMorphologyEx()
1164 CV_CALL( cvSub( temp, src, dst )); in cvMorphologyEx()