#include <iostream>
#include <fstream>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | img |
the img module namespace | |
Functions | |
template<int Channels, typename ScalarType , bool Safe> | |
bool | img::openNativeFormat (const char *filename, Image< Channels, ScalarType, Safe > &image) |
template<int Channels, typename ScalarType , bool Safe> | |
bool | img::saveNativeFormat (const Image< Channels, ScalarType, Safe > &image, const char *filename) |