当前位置:网站首页>Open3d learning notes II [file reading and writing]
Open3d learning notes II [file reading and writing]
2022-07-02 07:53:00 【Silent clouds】
Official document reading function
| function | Parameters |
|---|---|
| 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( Read the geometry type of the file ) | ( 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) |
See the previous chapter for detailed reading operations .
Writing function of official documents .
| function | Parameters |
|---|---|
| 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) |
There are two commonly used .
One is point cloud writing open3d.io.write_point_cloud(), Corresponding reading format , Mostly used for writing ply and pcd Format file .
The other is open3d.io.write_triangle_mesh, The same corresponds to the read format , write in stl Etc .
边栏推荐
- Comparison of chat Chinese corpus (attach links to various resources)
- 【学习笔记】Matlab自编图像卷积函数
- Yolov3 trains its own data set (mmdetection)
- PHP returns the corresponding key value according to the value in the two-dimensional array
- 【多模态】CLIP模型
- Apple added the first iPad with lightning interface to the list of retro products
- open3d学习笔记五【RGBD融合】
- [multimodal] clip model
- Ppt skills
- [binocular vision] binocular correction
猜你喜欢
![[Sparse to Dense] Sparse to Dense: Depth Prediction from Sparse Depth samples and a Single Image](/img/05/bf131a9e2716c9147a5473db4d0a5b.png)
[Sparse to Dense] Sparse to Dense: Depth Prediction from Sparse Depth samples and a Single Image
![[multimodal] clip model](/img/45/8501269190d922056ea0aad2e69fb7.png)
[multimodal] clip model
![How do vision transformer work? [interpretation of the paper]](/img/93/5f967b876fbd63c07b8cfe8dd17263.png)
How do vision transformer work? [interpretation of the paper]

【Sparse-to-Dense】《Sparse-to-Dense:Depth Prediction from Sparse Depth Samples and a Single Image》

【多模态】CLIP模型

【BiSeNet】《BiSeNet:Bilateral Segmentation Network for Real-time Semantic Segmentation》

【MagNet】《Progressive Semantic Segmentation》

【双目视觉】双目立体匹配

【Hide-and-Seek】《Hide-and-Seek: A Data Augmentation Technique for Weakly-Supervised Localization xxx》

Embedding malware into neural networks
随机推荐
Win10+vs2017+denseflow compilation
【Cutout】《Improved Regularization of Convolutional Neural Networks with Cutout》
【C#笔记】winform中保存DataGridView中的数据为Excel和CSV
联邦学习下的数据逆向攻击 -- GradInversion
Daily practice (19): print binary tree from top to bottom
Mmdetection trains its own data set -- export coco format of cvat annotation file and related operations
win10解决IE浏览器安装不上的问题
label propagation 标签传播
【Mixup】《Mixup:Beyond Empirical Risk Minimization》
生成模型与判别模型的区别与理解
Pointnet understanding (step 4 of pointnet Implementation)
[in depth learning series (8)]: principles of transform and actual combat
Proof and understanding of pointnet principle
【MagNet】《Progressive Semantic Segmentation》
Conversion of numerical amount into capital figures in PHP
图像增强的几个方法以及Matlab代码
图片数据爬取工具Image-Downloader的安装和使用
Feature Engineering: summary of common feature transformation methods
浅谈深度学习模型中的后门
Solve the problem of latex picture floating