39 const std::string &filename,
40 const std::string &
format =
"auto",
41 bool print_progress =
false);
47 geometry::PointCloud &pointcloud,
48 const std::string &
format =
"auto",
49 bool remove_nan_points =
true,
50 bool remove_infinite_points =
true,
51 bool print_progress =
false);
59 const geometry::PointCloud &pointcloud,
60 bool write_ascii =
false,
61 bool compressed =
false,
62 bool print_progress =
false);
65 geometry::PointCloud &pointcloud,
66 bool print_progress =
false);
69 const geometry::PointCloud &pointcloud,
70 bool write_ascii =
false,
71 bool compressed =
false,
72 bool print_progress =
false);
75 geometry::PointCloud &pointcloud,
76 bool print_progress =
false);
79 const geometry::PointCloud &pointcloud,
80 bool write_ascii =
false,
81 bool compressed =
false,
82 bool print_progress =
false);
85 geometry::PointCloud &pointcloud,
89 const geometry::PointCloud &pointcloud,
90 bool write_ascii =
false,
91 bool compressed =
false,
92 bool print_progress =
false);
95 geometry::PointCloud &pointcloud,
96 bool print_progress =
false);
99 const geometry::PointCloud &pointcloud,
100 bool write_ascii =
false,
101 bool compressed =
false,
102 bool print_progress =
false);
105 geometry::PointCloud &pointcloud,
106 bool print_progress =
false);
109 const geometry::PointCloud &pointcloud,
110 bool write_ascii =
false,
111 bool compressed =
false,
112 bool print_progress =
false);
115 geometry::PointCloud &pointcloud,
116 bool print_progress =
false);
119 const geometry::PointCloud &pointcloud,
120 bool write_ascii =
false,
121 bool compressed =
false,
122 bool print_progress =
false);
bool ReadPointCloudFromPLY(const std::string &filename, geometry::PointCloud &pointcloud, bool print_progress=false)
Definition: FilePLY.cpp:358
bool ReadPointCloud(const std::string &filename, geometry::PointCloud &pointcloud, const std::string &format, bool remove_nan_points, bool remove_infinite_points, bool print_progress)
Definition: PointCloudIO.cpp:78
std::shared_ptr< geometry::PointCloud > CreatePointCloudFromFile(const std::string &filename, const std::string &format, bool print_progress)
Definition: PointCloudIO.cpp:69
bool ReadPointCloudFromPTS(const std::string &filename, geometry::PointCloud &pointcloud, bool print_progress=false)
Definition: FilePTS.cpp:36
bool WritePointCloudToPTS(const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false, bool print_progress=false)
Definition: FilePTS.cpp:96
bool WritePointCloudToXYZN(const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false, bool print_progress=false)
Definition: FileXYZN.cpp:62
Definition: PinholeCameraIntrinsic.cpp:34
const char const char value recording_handle imu_sample recording_handle uint8_t size_t data_size k4a_record_configuration_t config target_format k4a_capture_t capture_handle k4a_imu_sample_t imu_sample playback_handle k4a_logging_message_cb_t void min_level device_handle k4a_imu_sample_t timeout_in_ms capture_handle capture_handle capture_handle image_handle temperature_c format
Definition: K4aPlugin.cpp:475
bool WritePointCloudToPLY(const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false, bool print_progress=false)
Definition: FilePLY.cpp:423
bool ReadPointCloudFromXYZRGB(const std::string &filename, geometry::PointCloud &pointcloud, bool print_progress)
Definition: FileXYZRGB.cpp:36
bool ReadPointCloudFromXYZN(const std::string &filename, geometry::PointCloud &pointcloud, bool print_progress=false)
Definition: FileXYZN.cpp:36
bool WritePointCloud(const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii, bool compressed, bool print_progress)
Definition: PointCloudIO.cpp:113
bool ReadPointCloudFromXYZ(const std::string &filename, geometry::PointCloud &pointcloud, bool print_progress=false)
Definition: FileXYZ.cpp:36
bool WritePointCloudToXYZ(const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false, bool print_progress=false)
Definition: FileXYZ.cpp:60
bool WritePointCloudToXYZRGB(const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false, bool print_progress=false)
Definition: FileXYZRGB.cpp:62
bool ReadPointCloudFromPCD(const std::string &filename, geometry::PointCloud &pointcloud, bool print_progress=false)
Definition: FilePCD.cpp:714
bool WritePointCloudToPCD(const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false, bool print_progress=false)
Definition: FilePCD.cpp:751