MLDepthFeature
abstract class NatML.Features.MLDepthFeature : MLFeature
Creating the Feature
/// <summary>
/// Initialize the depth feature with the depth map dimensions.
/// </summary>
/// <param name="width">Depth map width.</param>
/// <param name="height">Depth map height.</param>
protected MLDepthFeature (int width, int height);/// <summary>
/// Initialize the depth feature with the depth map feature type.
/// </summary>
/// <param name="type">Depth map feature type.</param>
protected MLDepthFeature (MLImageType type);Inspecting the Feature
Feature Type
Depth Map Width
Depth Map Height
Sampling Pixel Depth
Projecting to 3D Space
Last updated