- /*
- * NICE-Core - efficient algebra and computer vision methods
- * - libimage - An image library
- * See file License for license information.
- */
- #ifndef _LIMUN_IMAGEEXCEPTION_H
- #define _LIMUN_IMAGEEXCEPTION_H
- #include "core/basics/Exception.h"
- namespace NICE {
- DEFINE_LIMUN_EXCEPTION(ImageException)
- } // namespace
- #endif
|