EContourMode Enum

Possible modes for contour traversal.

Namespace: Euresys::Open_eVision

EContourMode_Clockwise
The contour is traversed clockwise.
EContourMode_ClockwiseAlwaysClosed
The contour is traversed clockwise and the image border may be followed if necessary to close the contour.
EContourMode_ClockwiseContinueIfBorder
Contour traversal is restarted counterclockwise when an image border is met.
EContourMode_Anticlockwise
The contour is traversed counterclockwise.
EContourMode_AnticlockwiseContinueIfBorder
Contour traversal is restarted clockwise when an image border is met.
EContourMode_AnticlockwiseAlwaysClosed
The contour is traversed anticlockwise and the image border may be followed if necessary to close the contour.

EContourMode Enum

Possible modes for contour traversal.

Namespace: Euresys.Open_eVision

Clockwise
The contour is traversed clockwise.
ClockwiseAlwaysClosed
The contour is traversed clockwise and the image border may be followed if necessary to close the contour.
ClockwiseContinueIfBorder
Contour traversal is restarted counterclockwise when an image border is met.
Anticlockwise
The contour is traversed counterclockwise.
AnticlockwiseContinueIfBorder
Contour traversal is restarted clockwise when an image border is met.
AnticlockwiseAlwaysClosed
The contour is traversed anticlockwise and the image border may be followed if necessary to close the contour.