PointCloudFromFile Method (String, PointCloudFlags)

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

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

public static PointCloud FromFile(
	string fileName,
	PointCloudFlags flags
)

Parameters

fileName
Type: SystemString
File to load the point cloud from.
flags
Type: Stemmer.CvbPointCloudFlags
Flags to load the point cloud with.

Return Value

Type: PointCloud
Loaded point cloud.
Exceptions

ExceptionCondition
CvbExceptionWhen loading the point cloud failed.
See Also

Reference