38 const std::string &filename);
43 bool ReadImage(
const std::string &filename, geometry::Image &image);
51 const geometry::Image &image,
57 const geometry::Image &image,
63 const geometry::Image &image,
bool WriteImageToJPG(const std::string &filename, const geometry::Image &image, int quality=90)
Definition: FileJPG.cpp:94
bool WriteImageToPNG(const std::string &filename, const geometry::Image &image, int quality)
Definition: FilePNG.cpp:78
bool ReadImageFromPNG(const std::string &filename, geometry::Image &image)
Definition: FilePNG.cpp:53
Definition: PinholeCameraIntrinsic.cpp:33
std::shared_ptr< geometry::Image > CreateImageFromFile(const std::string &filename)
Definition: ImageIO.cpp:60
bool ReadImage(const std::string &filename, geometry::Image &image)
Definition: ImageIO.cpp:67
bool ReadImageFromJPG(const std::string &filename, geometry::Image &image)
Definition: FileJPG.cpp:35
bool WriteImage(const std::string &filename, const geometry::Image &image, int quality)
Definition: ImageIO.cpp:84