当前位置:网站首页>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 .
边栏推荐
- win10解决IE浏览器安装不上的问题
- (15) Flick custom source
- Solve the problem of latex picture floating
- Win10+vs2017+denseflow compilation
- What if the notebook computer cannot run the CMD command
- [Sparse to Dense] Sparse to Dense: Depth Prediction from Sparse Depth samples and a Single Image
- 【Cutout】《Improved Regularization of Convolutional Neural Networks with Cutout》
- 浅谈深度学习中的对抗样本及其生成方法
- Timeout docking video generation
- EKLAVYA -- 利用神经网络推断二进制文件中函数的参数
猜你喜欢
【Cutout】《Improved Regularization of Convolutional Neural Networks with Cutout》
ModuleNotFoundError: No module named ‘pytest‘
【Mixed Pooling】《Mixed Pooling for Convolutional Neural Networks》
Common CNN network innovations
[CVPR‘22 Oral2] TAN: Temporal Alignment Networks for Long-term Video
Pointnet understanding (step 4 of pointnet Implementation)
【AutoAugment】《AutoAugment:Learning Augmentation Policies from Data》
What if the laptop can't search the wireless network signal
【Sparse-to-Dense】《Sparse-to-Dense:Depth Prediction from Sparse Depth Samples and a Single Image》
【AutoAugment】《AutoAugment:Learning Augmentation Policies from Data》
随机推荐
解决latex图片浮动的问题
Yolov3 trains its own data set (mmdetection)
Faster-ILOD、maskrcnn_benchmark安装过程及遇到问题
Faster-ILOD、maskrcnn_ Benchmark training coco data set and problem summary
What if a new window always pops up when opening a folder on a laptop
用MLP代替掉Self-Attention
Calculate the difference in days, months, and years between two dates in PHP
CONDA common commands
Win10 solves the problem that Internet Explorer cannot be installed
浅谈深度学习中的对抗样本及其生成方法
Thesis tips
【C#笔记】winform中保存DataGridView中的数据为Excel和CSV
Label propagation
CVPR19-Deep Stacked Hierarchical Multi-patch Network for Image Deblurring论文复现
Mmdetection model fine tuning
How do vision transformer work?【论文解读】
【学习笔记】Matlab自编高斯平滑器+Sobel算子求导
CPU register
ModuleNotFoundError: No module named ‘pytest‘
Faster-ILOD、maskrcnn_ Benchmark installation process and problems encountered