ODA Product: | ODA Kernel SDK |
Sample Name: | PointCloudConverterSample |
Categories: | C++ / Beginner / Working with Point Cloud files / Android, iOS, macOS, Linux, Windows |
Source Code Location: | Kernel/Examples/PointCloudConverterSample |
A console sample application that illustrates working with user point cloud files.
The example reads a specified .pts file and converts its content into a new .rcs file that is defined by a user.
To run the PointCloudConverterSample
sample application, please do the following:
<KERNEL_DIR>\exe\<version>
<KERNEL_DIR>/bin/<version>
<KERNEL_DIR>
is a directory where you unpacked the Kernel archive.
To determine your <version>
parameter, please see the appropriate section in the
Download Kernel SDK topic.
PointCloudConverterSample <inputFileType> <inputFilePath> <outputFilePath>
inputFileType
|
The input file type. It should be equal to "pts". |
inputFilePath
|
The full path to the input point cloud file. |
outputFilePath
|
The full path to the output .rcs file . |
ODA Kernel SDK Sample Applications
Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.
|