36 #ifndef RC_GENICAM_API_IMAGE_STORE 37 #define RC_GENICAM_API_IMAGE_STORE 69 size_t yoffset=0,
size_t height=0);
85 int inv,
float scale,
float offset);
std::string ensureNewFileName(std::string name)
This method checks if the given file name already exists and produces a new file name if this happens...
The image class encapsulates image information.
std::string storeImage(const std::string &name, ImgFmt fmt, const Image &image, size_t yoffset, size_t height)
Stores the given image.
std::string storeImageAsDisparityPFM(const std::string &name, const Image &image, int inv, float scale, float offset)
Stores the given image as disparity.