CVD 0.8
Classes
CVD::ImageError Namespace Reference

Fatal image errors (used for debugging). More...

Classes

class  AccessOutsideImage
 An attempt was made to access a pixel outside the image. More...

Detailed Description

Fatal image errors (used for debugging).

These are not included in the main CVD::Exceptions namespace since they are fatal errors which are only thrown if the library is compiled with -D CVD_IMAGE_DEBUG. This compiles in image bounds checking (see CVD::BasicImage::operator[]()) and makes image accesses very slow!