PointCloudDownsampling Enumeration |
Option for downsampling
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax Public Enumeration Downsampling
public enum class Downsampling
Members
| Member name | Value | Description |
---|
| By2x2 | 0 | |
| By3x3 | 1 | |
| By4x4 | 2 | |
Remarks
This enumeration defines if 2x2, 3x3 or 4x4 downsampling is performed.
See Also