当前位置:网站首页>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等格式文件。
边栏推荐
- 【MEDICAL】Attend to Medical Ontologies: Content Selection for Clinical Abstractive Summarization
- 点云数据理解(PointNet实现第3步)
- Huawei machine test questions
- [introduction to information retrieval] Chapter 3 fault tolerant retrieval
- 程序的内存模型
- Implement interface Iterable & lt; T>
- Ppt skills
- Pointnet understanding (step 4 of pointnet Implementation)
- Regular expressions in MySQL
- 【BiSeNet】《BiSeNet:Bilateral Segmentation Network for Real-time Semantic Segmentation》
猜你喜欢
TimeCLR: A self-supervised contrastive learning framework for univariate time series representation
MMDetection安装问题
Translation of the paper "written mathematical expression recognition with bidirectionally trained transformer"
What if the laptop task manager is gray and unavailable
【Mixup】《Mixup:Beyond Empirical Risk Minimization》
[tricks] whiteningbert: an easy unsupervised sentence embedding approach
Memory model of program
【Hide-and-Seek】《Hide-and-Seek: A Data Augmentation Technique for Weakly-Supervised Localization xxx》
【DIoU】《Distance-IoU Loss:Faster and Better Learning for Bounding Box Regression》
传统目标检测笔记1__ Viola Jones
随机推荐
[CVPR‘22 Oral2] TAN: Temporal Alignment Networks for Long-term Video
Execution of procedures
Mmdetection trains its own data set -- export coco format of cvat annotation file and related operations
基于onnxruntime的YOLOv5单张图片检测实现
ModuleNotFoundError: No module named ‘pytest‘
ModuleNotFoundError: No module named ‘pytest‘
Find in laravel8_ in_ Usage of set and upsert
Yolov3 trains its own data set (mmdetection)
[introduction to information retrieval] Chapter 6 term weight and vector space model
【Random Erasing】《Random Erasing Data Augmentation》
【Cascade FPD】《Deep Convolutional Network Cascade for Facial Point Detection》
Faster-ILOD、maskrcnn_benchmark训练自己的voc数据集及问题汇总
【Wing Loss】《Wing Loss for Robust Facial Landmark Localisation with Convolutional Neural Networks》
【FastDepth】《FastDepth:Fast Monocular Depth Estimation on Embedded Systems》
Win10 solves the problem that Internet Explorer cannot be installed
CONDA common commands
PHP uses the method of collecting to insert a value into the specified position in the array
【MEDICAL】Attend to Medical Ontologies: Content Selection for Clinical Abstractive Summarization
[introduction to information retrieval] Chapter II vocabulary dictionary and inverted record table
Thesis writing tip2