EdgeDetectMethod#
- class ansys.stk.core.graphics.EdgeDetectMethod#
IntEnum
Overview#
|
Detects vertical edges. |
|
Detects horizontal edges. |
|
Detects left diagonal edges. |
|
Detects right diagonal edges. |
|
Detects edges using the Laplacian method. |
|
Detects edges using the Prewitt-Laplacian method. |
|
Detects vertical edges using the Sobel method. |
|
Detects horizontal edges using the Sobel method. |
Import detail#
from ansys.stk.core.graphics import EdgeDetectMethod