kornia.geometry.pointcloud ========================== .. meta:: :name: description :content: "The kornia.geometry.pointcloud module provides functionality for loading and saving point clouds in PLY format. It includes functions for reading and writing 3D point cloud data, making it easy to work with point cloud files in computer vision and geometric processing tasks." .. currentmodule:: kornia.geometry.pointcloud .. autofunction:: save_pointcloud_ply .. autofunction:: load_pointcloud_ply