concepts.vision.depth_smoother.depth_anything_smoother#
Use the Depth Anything v2 model to smooth the depth map.
Functions
|
Cluster the depth map using the predicted depth map. |
|
Fit a single line to the depth map using the predicted depth map. |
|
Fit a spline to the depth map using the predicted depth map. |
|
Fit a spline to the depth map using the predicted depth map. |
|
Remove the edge of the depth map. |
Sample n points from the depth map and the predicted depth map, and return the corresponding values. |
Classes
The Depth Anything V2 smoother. |
|
DepthAnythingV2SmootherConfig(model_size, mode, remove_edge, curve_smooth, nr_samples, nr_sample_points) |