当前位置:网站首页>open3d学习笔记二【文件读写】
open3d学习笔记二【文件读写】
2022-07-02 06:26:00 【寂云萧】
官方文档的读取函数
函数 | 参数 |
---|---|
open3d.io.read_azure_kinect_mkv_metadata | (filename) |
open3d.io.read_azure_kinect_sensor_config | (filename) |
open3d.io.read_feature | (filename) |
open3d.io.read_file_geometry_type(读取文件的几何类型) | ( arg0 : str )(return(open3d.cpu.pybind.io.FileGeometry)) |
open3d.io.read_image | (filename) |
open3d.io.read_pinhole_camera_intrinsic | (filename) |
open3d.io.read_line_set | (filename, format=‘auto’, print_progress=False) |
open3d.io.read_octree | (filename, format=‘auto’) |
open3d.io.read_pinhole_camera_parameters | (filename) |
open3d.io.read_pinhole_camera_trajectory | (filename) |
open3d.io.read_point_cloud | (filename, format=‘auto’, remove_nan_points=False, remove_infinite_points=False, print_progress=False) |
open3d.io.read_pose_graph | (filename) |
open3d.io.read_triangle_mesh | (filename, enable_post_processing=False, print_progress=False) |
open3d.io.read_triangle_model | (filename, print_progress=False) |
open3d.io.read_voxel_grid | (filename, format=‘auto’, print_progress=False) |
详细读取操作看上一章。
官方文档的写入函数。
函数 | 参数 |
---|---|
open3d.io.write_line_set | (filename,line_set,write_ascii = False,compressed = False,print_progress = False) |
open3d.io.write_octree | (filename, octree) |
open3d.io.write_pinhole_camera_intrinsic | (filename, intrinsic) |
open3d.io.write_pinhole_camera_parameters | (filename, parameters) |
open3d.io.write_pinhole_camera_trajectory | (filename, trajectory) |
open3d.io.write_point_cloud | (filename, pointcloud, write_ascii=False, compressed=False, print_progress=False) |
open3d.io.write_pose_graph | (filename, pose_graph) |
open3d.io.write_triangle_mesh | (filename, mesh, write_ascii=False, compressed=False, write_vertex_normals=True, write_vertex_colors=True, write_triangle_uvs=True, print_progress=False) |
open3d.io.write_voxel_grid | (filename, voxel_grid, write_ascii=False, compressed=False, print_progress=False) |
open3d.io.write_image | (filename, image, quality=- 1) |
open3d.io.write_feature | (filename, feature) |
open3d.io.write_azure_kinect_sensor_config | (filename, config) |
open3d.io.write_azure_kinect_mkv_metadata | (filename, config) |
其中常用两种。
一种是点云的写入open3d.io.write_point_cloud()
,对应读取格式,多用于写入ply和pcd格式文件。
另一种是open3d.io.write_triangle_mesh
,同样对应读取格式,写入stl等格式文件。
边栏推荐
- Calculate the total in the tree structure data in PHP
- Translation of the paper "written mathematical expression recognition with bidirectionally trained transformer"
- PHP returns the abbreviation of the month according to the numerical month
- One field in thinkphp5 corresponds to multiple fuzzy queries
- 【Sparse-to-Dense】《Sparse-to-Dense:Depth Prediction from Sparse Depth Samples and a Single Image》
- The difference and understanding between generative model and discriminant model
- Sorting out dialectics of nature
- 聊天中文语料库对比(附上各资源链接)
- 机器学习理论学习:感知机
- latex公式正体和斜体
猜你喜欢
label propagation 标签传播
Point cloud data understanding (step 3 of pointnet Implementation)
ABM论文翻译
ModuleNotFoundError: No module named ‘pytest‘
【Wing Loss】《Wing Loss for Robust Facial Landmark Localisation with Convolutional Neural Networks》
MMDetection安装问题
[paper introduction] r-drop: regulated dropout for neural networks
Thesis writing tip2
Common CNN network innovations
【Paper Reading】
随机推荐
How do vision transformer work?【论文解读】
Apple added the first iPad with lightning interface to the list of retro products
Using compose to realize visible scrollbar
conda常用命令
【Random Erasing】《Random Erasing Data Augmentation》
PHP returns the abbreviation of the month according to the numerical month
[introduction to information retrieval] Chapter 3 fault tolerant retrieval
MoCO ——Momentum Contrast for Unsupervised Visual Representation Learning
Traditional target detection notes 1__ Viola Jones
Drawing mechanism of view (3)
【AutoAugment】《AutoAugment:Learning Augmentation Policies from Data》
传统目标检测笔记1__ Viola Jones
How to turn on night mode on laptop
论文写作tip2
CPU的寄存器
Drawing mechanism of view (I)
Faster-ILOD、maskrcnn_benchmark训练自己的voc数据集及问题汇总
深度学习分类优化实战
Open failed: enoent (no such file or directory) / (operation not permitted)
Find in laravel8_ in_ Usage of set and upsert