Edge Detection operator properties for Script Engine. Real-time edge detection filter with multiple algorithms and output modes.
Properties | |
| EdgeAlgorithm | Algorithm [get, set] |
| Edge detection algorithm. | |
| EdgeOutputMode | OutputMode [get, set] |
| Output mode. | |
| int | EdgeThresholdMin [get, set] |
| Minimum edge threshold (%). [min=0, max=100, default=5]. Edges below this threshold are discarded. | |
| int | EdgeThresholdMax [get, set] |
| Maximum edge threshold (%). [min=0, max=100, default=50]. Edges above this threshold are fully visible. | |
| int | EdgeStrength [get, set] |
| Edge strength/intensity. [min=0, max=500, default=100]. Multiplier for edge detection sensitivity. | |
| Command | ResetThresholdsCmd [get] |
| Reset thresholds to default values. | |
| int | EdgeColorRed [get, set] |
| Edge color red component. [min=0, max=255, default=255]. | |
| int | EdgeColorGreen [get, set] |
| Edge color green component. [min=0, max=255, default=255]. | |
| int | EdgeColorBlue [get, set] |
| Edge color blue component. [min=0, max=255, default=255]. | |
| Command | ResetColorCmd [get] |
| Reset edge color to white. | |
| int | OverlayOpacity [get, set] |
| Overlay opacity (%). [min=0, max=100, default=100]. Only applies when output mode is "Overlay on Original". | |
| bool | PreserveOriginalAlpha [get, set] |
| Preserve original alpha channel. | |
| bool | InvertEdges [get, set] |
| Invert edges. | |
| int | EdgeGlow [get, set] |
| Edge glow/expansion. [min=0, max=100, default=0]. Adds a glow effect around detected edges. | |
| bool | ShowOriginal [get, set] |
| Show original image (debug). | |
| FormattedMessage | Minilog [get, set] |
| Formatted message. | |