39 const std::string &filename);
44 bool ReadImage(
const std::string &filename, geometry::Image &image);
52 const geometry::Image &image,
58 const geometry::Image &image,
64 const geometry::Image &image,
bool WriteImageToJPG(const std::string &filename, const geometry::Image &image, int quality=90)
Definition: FileJPG.cpp:97
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:34
std::shared_ptr< geometry::Image > CreateImageFromFile(const std::string &filename)
Definition: ImageIO.cpp:61
bool ReadImage(const std::string &filename, geometry::Image &image)
Definition: ImageIO.cpp:68
bool ReadImageFromJPG(const std::string &filename, geometry::Image &image)
Definition: FileJPG.cpp:38
bool WriteImage(const std::string &filename, const geometry::Image &image, int quality)
Definition: ImageIO.cpp:85