Searched refs:el_hdr (Results 1 – 1 of 1) sorted by relevance
766 CvMat el_hdr = cvMat( rows, cols, CV_32SC1, element->values ); in cvCreateStructuringElementEx() local767 CV_CALL( CvMorphology::init_binary_element(&el_hdr, in cvCreateStructuringElementEx()827 CvMat el_hdr, *el = 0; in icvMorphOp() local1084 el_hdr = cvMat( element->nRows, element->nCols, CV_32SC1, element->values ); in icvMorphOp()1085 el = &el_hdr; in icvMorphOp()