CVD 0.8
|
Fatal image errors (used for debugging). More...
Classes | |
class | AccessOutsideImage |
An attempt was made to access a pixel outside the image. More... |
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!