Click or drag to resize

CvInvokeWriteCloud Method

http://www.emgu.com
Write point cloud to file

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void WriteCloud(
	string file,
	IInputArray cloud,
	IInputArray colors = null,
	IInputArray normals = null
)

Parameters

file
Type: SystemString
The point cloud file name
cloud
Type: Emgu.CVIInputArray
The point cloud
colors (Optional)
Type: Emgu.CVIInputArray
The color
normals (Optional)
Type: Emgu.CVIInputArray
The normals
See Also