Home | History | Annotate | Download | only in src

Lines Matching refs:CvPoint

132                             CvSize _ksize, CvPoint _anchor,
159 CvSize _ksize, CvPoint _anchor,
226 CvPoint* nz_loc;
267 nz_loc = (CvPoint*)el_sparse;
273 nz_loc[k++] = cvPoint(j*cn,i);
276 nz_loc[k++] = cvPoint(anchor.x*cn,anchor.y);
294 CvPoint _anchor, int _border_mode,
377 void CvMorphology::init_binary_element( CvMat* element, int element_shape, CvPoint anchor )
659 CvPoint* el_sparse = (CvPoint*)state->get_element_sparse_buf();\
768 shape, cvPoint(anchorX,anchorY)));
800 CvSize roi, CvSize el_size, CvPoint el_anchor, void* buffer );
804 CvPoint el_anchor, void** morphstate );
829 CvPoint el_anchor;
879 el_anchor = cvPoint( element->anchorX, element->anchorY );
886 el_anchor = cvPoint(1,1);