Home
last modified time | relevance | path

Searched refs:anchorX (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
Dcvmorph.cpp727 int anchorX, int anchorY, in cvCreateStructuringElementEx() argument
742 (unsigned) anchorX >= (unsigned) cols || in cvCreateStructuringElementEx()
752 element->anchorX = anchorX; in cvCreateStructuringElementEx()
768 shape, cvPoint(anchorX,anchorY))); in cvCreateStructuringElementEx()
879 el_anchor = cvPoint( element->anchorX, element->anchorY ); in icvMorphOp()
/external/opencv/cxcore/include/
Dcxtypes.h416 int anchorX; member
427 int anchorX; member