PointCloudFromFile Method (String)

CVB.Net Documentation
Loads a point cloud from the given fileName.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static PointCloud FromFile(
	string fileName
)

Parameters

fileName
Type: SystemString
File to load the point cloud from.

Return Value

Type: PointCloud
Loaded point cloud.
Exceptions

ExceptionCondition
CvbExceptionWhen loading the point cloud failed.
See Also

Reference