|
| static std::tuple< geometry::PointCloud, geometry::PointCloud > | cloudViewer::t::pipelines::registration::LoadTensorPointCloudFromFile (const std::string &source_pointcloud_filename, const std::string &target_pointcloud_filename, const double voxel_downsample_factor, const core::Dtype &dtype, const core::Device &device) |
| |
| static void | cloudViewer::t::pipelines::registration::BenchmarkICP (benchmark::State &state, const core::Device &device, const core::Dtype &dtype, const TransformationEstimationType &type) |
| |
| core::Tensor | cloudViewer::t::pipelines::registration::ComputeDirectionVectors (const core::Tensor &positions) |
| |
| static std::tuple< geometry::PointCloud, geometry::PointCloud > | cloudViewer::t::pipelines::registration::LoadTensorDopplerPointCloudFromFile (const std::string &source_pointcloud_filename, const std::string &target_pointcloud_filename, const double voxel_downsample_factor, const core::Dtype &dtype, const core::Device &device) |
| |
| static void | cloudViewer::t::pipelines::registration::BenchmarkDopplerICP (benchmark::State &state, const core::Device &device, const core::Dtype &dtype, const TransformationEstimationType &type) |
| |
| | cloudViewer::t::pipelines::registration::BENCHMARK_CAPTURE (BenchmarkICP, "CPU:0" PointToPoint_Float32, core::Device("CPU:0"), core::Float32, TransformationEstimationType::PointToPoint) -> Unit(benchmark::kMillisecond) |
| |
| | cloudViewer::t::pipelines::registration::BENCHMARK_CAPTURE (BenchmarkICP, "CPU:0" PointToPoint_Float64, core::Device("CPU:0"), core::Float64, TransformationEstimationType::PointToPoint) -> Unit(benchmark::kMillisecond) |
| |
| | cloudViewer::t::pipelines::registration::BENCHMARK_CAPTURE (BenchmarkICP, "CPU:0" PointToPlane_Float32, core::Device("CPU:0"), core::Float32, TransformationEstimationType::PointToPlane) -> Unit(benchmark::kMillisecond) |
| |
| | cloudViewer::t::pipelines::registration::BENCHMARK_CAPTURE (BenchmarkICP, "CPU:0" PointToPlane_Float64, core::Device("CPU:0"), core::Float64, TransformationEstimationType::PointToPlane) -> Unit(benchmark::kMillisecond) |
| |
| | cloudViewer::t::pipelines::registration::BENCHMARK_CAPTURE (BenchmarkICP, "CPU:0" ColoredICP_Float32, core::Device("CPU:0"), core::Float32, TransformationEstimationType::ColoredICP) -> Unit(benchmark::kMillisecond) |
| |
| | cloudViewer::t::pipelines::registration::BENCHMARK_CAPTURE (BenchmarkICP, "CPU:0" ColoredICP_Float64, core::Device("CPU:0"), core::Float64, TransformationEstimationType::ColoredICP) -> Unit(benchmark::kMillisecond) |
| |
| | cloudViewer::t::pipelines::registration::BENCHMARK_CAPTURE (BenchmarkDopplerICP, "CPU:0" DopplerICP_Float32, core::Device("CPU:0"), core::Float32, TransformationEstimationType::DopplerICP) -> Unit(benchmark::kMillisecond) |
| |
| | cloudViewer::t::pipelines::registration::BENCHMARK_CAPTURE (BenchmarkDopplerICP, "CPU:0" DopplerICP_Float64, core::Device("CPU:0"), core::Float64, TransformationEstimationType::DopplerICP) -> Unit(benchmark::kMillisecond) |
| |