Searched refs:eltype (Results 1 – 1 of 1) sorted by relevance
55 int eltype; in cvPointSeqFromMat() local61 eltype = CV_MAT_TYPE( mat->type ); in cvPointSeqFromMat()62 if( eltype != CV_32SC2 && eltype != CV_32FC2 ) in cvPointSeqFromMat()73 (seq_kind & (CV_SEQ_KIND_MASK|CV_SEQ_FLAG_CLOSED)) | eltype, in cvPointSeqFromMat()74 sizeof(CvContour), CV_ELEM_SIZE(eltype), mat->data.ptr, in cvPointSeqFromMat()