Node reference / Filters & Converters
Depth Outline
depth_outlineExtract transparent depth edges, growing toward the nearer side.
The outline grows toward greater depth. Pass its transparent output through Mapped Texture before composing it over the stereo base.
Inputs
Depth
depthOutputs
Image
imageAdjusting the outline
- Thickness: 1–32 px, default 2 px. Grows toward greater (nearer) depth, not outward into the background.
- Depth threshold: 0–1, default 0.05. Increase it to suppress edges from small depth variations.
- Color and background: RGBA channels from 0–255. Defaults to a black outline on a transparent background.
- Supersampling: the app offers 1×, 2× and 4×; default 2×. Higher values improve edges at additional computational cost.
No outline visible?
Confirm that the input is depth, using Image to Depth if needed. Lower the depth threshold and check the outline color’s alpha.
Default parameters
Parameters come from the app’s node definitions. Connected settings may override local values. Dynamic ports show their default slots.
| Parameter | Default |
|---|---|
thickness | 2 |
depthThreshold | 0.05 |
color | [0,0,0,255] |
background | [0,0,0,0] |
supersample | 2 |
Requires a StereoGen build with node graph support. Store 0.2.0 users can follow the linked tutorials.