Click or drag to resize

CvInvokeReadCloud Method

http://www.emgu.com
Read point cloud from 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 Mat ReadCloud(
	string file,
	IOutputArray colors = null,
	IOutputArray normals = null
)

Parameters

file
Type: SystemString
The point cloud file
colors (Optional)
Type: Emgu.CVIOutputArray
The color of the points
normals (Optional)
Type: Emgu.CVIOutputArray
The normal of the points

Return Value

Type: Mat
The points
See Also