Class PCDLoader
Used for loading pointcloud data from pcd file.
Inheritance
System.Object
PCDLoader
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Marus.Utils
Assembly: cs.temp.dll.dll
Syntax
public static class PCDLoader
Methods
LoadFromPcd(String)
Load PointCloud object from pcd file
Declaration
public static PointCloud LoadFromPcd(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | File path |
Returns
Type | Description |
---|---|
PointCloud |