AGI STK Graphics 11 Send comments on this topic.
AgEStkGraphicsEdgeDetectMethod Enumeration
See Also 

Description

The method used to detect edges in a raster.

Members

Member Value Description
eStkGraphicsEdgeDetectMethodVertical 0 Detects vertical edges.
eStkGraphicsEdgeDetectMethodHorizontal 1 Detects horizontal edges.
eStkGraphicsEdgeDetectMethodLeftDiagonal 2 Detects left diagonal edges.
eStkGraphicsEdgeDetectMethodRightDiagonal 3 Detects right diagonal edges.
eStkGraphicsEdgeDetectMethodLaplacian 4 Detects edges using the Laplacian method.
eStkGraphicsEdgeDetectMethodPrewittLaplacian 5 Detects edges using the Prewitt-Laplacian method.
eStkGraphicsEdgeDetectMethodSobelVertical 6 Detects vertical edges using the Sobel method.
eStkGraphicsEdgeDetectMethodSobelHorizontal 7 Detects horizontal edges using the Sobel method.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface