=================== Depth Scanner =================== Parameters =========== Model ------------------- The underlying depth estimation model. "Fast" and "Accurate" are deprecated options and need to be manually installed. Accurate 2023 is the current state-of-the-art and Accurate Large 2023 might give some improvements for indoor scenes and might need some readjustment with a level node. Base Resolution ------------------- The image resolution on which the depth map is computed. Temporal stabilize ------------------------------- Includes the depth from neighbouring frames to calculate a smoother depth map. Extra Details ------------------- Runs an additional pass of depth estimation at a higher resolution. Extra Details Multiplier -------------------------- The resolution of the extra details pass. Extra Details Samples -------------------------- More samples mean more accuracy in the high pass. Extra Details Alternative Algorithm ------------------------------------ Sometimes the Extra Details options produces artifacts. This option tries to remove those. Edges Enhancement ------------------- Enhances edge details. The higher the setting the stronger the filter. A high value may give inaccurate results. Subpixel smoothing ------------------------------- Will reduce flickering between frames at the cost of edge sharpness. Mapping Mode ------------------- Define, how the computed depth will be mapped to the 0-1 range for displaying. Raw ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is the raw depth prediction. Use this for consistent results between frames. Normalize ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Scale the computed depth to the 0-1 range. This can introduce flickering on image sequences / videos. Guided ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Set (and keyframe) the two points Near Guide Point and Far Guide Point as well the Near and Far values to define which parts of the image correspond to which depth. Mode ----- Choose between "Depth Map" and "Slicing". "Depth map" outputs the pure depth, whilst slicing lets you select parts of the images based on depth. **Attention**: The former "Heatmap" mode is deprecated. Please use Colorama effect with preset "Old Glory" as a replacement. Minimum (only if "Slicing") --------------------------- The near plane to cut. Maximum (only if "Slicing") --------------------------- The far plane to cut. Soft Border (only if "Slicing") ------------------------------------ Blur amount of the cutting planes. Backend & Performance ------------------------------------ .. include:: common-args.rst