PointCloudDownsampling Enumeration | 
 Option for downsampling
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
SyntaxPublic 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