Median3x3 Node
Median3x3 filter is a median filter with a 3x3 kernel used to reduce noise while preserving edges in an image. This process removes outliers and smooths the image without noise reduction and feature preservation in digital images.

Category
Filter/Smoothing
Inputs
| Name | Type | Description |
|---|---|---|
| input | VirtualArray | Input heightmap. |
| mask | VirtualArray | Mask defining the filtering intensity (expected in [0, 1]). |
Outputs
| Name | Type | Description |
|---|---|---|
| output | VirtualArray | Filtered heightmap. |
Parameters
| Name | Type | Description |
|---|---|---|
| GPU | Bool | Toogle GPU acceleration on or off. |
Example
No example yet
No example available for this node.