Home | History | Annotate | Download | only in src

Lines Matching full:el_hdr

766         CvMat el_hdr = cvMat( rows, cols, CV_32SC1, element->values );
767 CV_CALL( CvMorphology::init_binary_element(&el_hdr,
827 CvMat el_hdr, *el = 0;
1084 el_hdr = cvMat( element->nRows, element->nCols, CV_32SC1, element->values );
1085 el = &el_hdr;