Available in the LEADTOOLS Imaging toolkit. |
ContourOption property (ILEADRasterDlgImgEfx)
ContourFilterOption ContourOption | |
Overview |
Refer to Using Imaging Common Dialogs |
Remarks
Gets or sets an option value in the ContourFilter dialog box. This value tells the method what process to complete before returning.
Possible values are:
Value |
Meaning |
CONTOUR_THIN |
[0] return after the thinning algorithm |
CONTOUR_LINK_BLACKWHITE |
[1] return after contour linking, using only black and white |
CONTOUR_LINK_GRAY |
[2] return after contour linking, using 256 grayscale |
CONTOUR_LINK_COLOR |
[3] return after contour linking, using colors |
CONTOUR_APPROX_COLOR |
[4] return after line segment approximation, using colors |
See Also
Elements |
ContourFilter method, ShowContourFilterDlg method, Threshold property, DeltaDirection property, MaxError property, OptionFlags property |