Pixel Cleanup
Removes isolated 1px noise and fills tiny 1px holes
intermediate
Since P00
Input Ports
Image
Image input for Pixel Cleanup.
Output Ports
Image
Corrected image
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Alpha Threshold | Float | `0.5` | Controls the alpha threshold setting for Pixel Cleanup. |
| Remove Isolated Pixels | Bool | `true` | Controls the remove isolated pixels setting for Pixel Cleanup. |
| Fill Single Holes | Bool | `true` | Controls the fill single holes setting for Pixel Cleanup. |
| Passes | Int | `1` | Controls the passes setting for Pixel Cleanup. |
Overview
Removes isolated 1px noise and fills tiny 1px holes
Inputs and Outputs
Input Ports
- Image
Image: Image input for Pixel Cleanup.
Output Ports
- Image
Image: Corrected image
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Alpha Threshold | Float | `0.5` | Controls the alpha threshold setting for Pixel Cleanup. |
| Remove Isolated Pixels | Bool | `true` | Controls the remove isolated pixels setting for Pixel Cleanup. |
| Fill Single Holes | Bool | `true` | Controls the fill single holes setting for Pixel Cleanup. |
| Passes | Int | `1` | Controls the passes setting for Pixel Cleanup. |
When to Use
Use Pixel Cleanup when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.