Table of Contents

Constructor Volume

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Volume(VolumeType, VolumeSettings?)

Constructor of custom volume.

public Volume(VolumeType vtype = VolumeType.TSDF, VolumeSettings? settings = null)

Parameters

vtype VolumeType

the volume type [TSDF, HashTSDF, ColorTSDF].

settings VolumeSettings

the custom settings for volume. If null, a default VolumeSettings(TSDF) is used.