1 #ifndef CVD_INCLUDE_VISION_EXCEPTIONS_H 2 #define CVD_INCLUDE_VISION_EXCEPTIONS_H 4 #include <cvd/exceptions.h> 21 using CVD::Exceptions::All::All;
29 :
All(
"Incompatible image sizes in " +
function) {};
37 :
All(
"Input ImageRefs not in image in " +
function) {};
42 BadInput(
const std::string&
function)
43 :
All(
"Bad input in " +
function) {};
Input ImageRef not within image dimensions.
Definition: vision_exceptions.h:34
Input images have incompatible dimensions.
Definition: vision_exceptions.h:26
All classes and functions are within the CVD namespace.
Definition: argb.h:6
Base class for all Image_IO exceptions.
Definition: vision_exceptions.h:19
Base class for all CVD exceptions.
Definition: exceptions.h:15