STK Graphics PrimitivesSend comments on this topic.
AgEStkGraphicsEdgeDetectMethod Enumeration
See Also

Description

The method used to detect edges in a raster.

Members

MemberValueDescription
eStkGraphicsEdgeDetectMethodVertical0Detects vertical edges.
eStkGraphicsEdgeDetectMethodHorizontal1Detects horizontal edges.
eStkGraphicsEdgeDetectMethodLeftDiagonal2Detects left diagonal edges.
eStkGraphicsEdgeDetectMethodRightDiagonal3Detects right diagonal edges.
eStkGraphicsEdgeDetectMethodLaplacian4Detects edges using the Laplacian method.
eStkGraphicsEdgeDetectMethodPrewittLaplacian5Detects edges using the Prewitt-Laplacian method.
eStkGraphicsEdgeDetectMethodSobelVertical6Detects vertical edges using the Sobel method.
eStkGraphicsEdgeDetectMethodSobelHorizontal7Detects horizontal edges using the Sobel method.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.