open3d.io.read_image#

open3d.io.read_image(filename: os.PathLike | str | bytes) open3d.geometry.Image#

Function to read Image from file

Parameters:

filename (Union[os.PathLike, str, bytes]) – Path to file.

Returns:

open3d.geometry.Image