ImageOutputStream.cpp 258 B

1234567891011121314
  1. /*
  2. * NICE-Core - efficient algebra and computer vision methods
  3. * - libimage - An image library
  4. * See file License for license information.
  5. */
  6. #include "ImageOutputStream.h"
  7. namespace NICE {
  8. ImageOutputStream::~ImageOutputStream() {
  9. }
  10. } // namespace