/* * NICE-Core - efficient algebra and computer vision methods * - libimage - An image library * See file License for license information. */ #include "ImageOutputStream.h" namespace NICE { ImageOutputStream::~ImageOutputStream() { } } // namespace