Click or drag to resize

CvInvokeWriteCloud Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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