Cpp-Processing
Classes | Typedefs
Exceptions
Collaboration diagram for Exceptions:

Classes

class  celantur::ModelCompileException
 Exception class for errors during model compilation. This exception is thrown when there are issues encountered while compiling a machine learning model. More...
 
class  celantur::LicensingException
 
class  celantur::ModelLoadException
 Exception class for errors during model loading. This exception is thrown when there are issues encountered while loading a machine learning model. More...
 
class  celantur::DimensionMismatchException
 Exception class for dimension mismatches. This exception is thrown when there is a mismatch in expected dimensions, such as input size or tensor shapes. More...
 
class  celantur::WrongConfig
 Exception that is getting thrown in case the user tries to set wrong configuration for the processor, for example, if the detection type is lower than the blur type. More...
 

Typedefs

typedef DimensionMismatchException celantur::dimension_mismatch_exception
 Alias for backward compatibility. More...
 

Detailed Description

Celantur Exceptions that may be thrown by the SDK library

Typedef Documentation

◆ dimension_mismatch_exception

Alias for backward compatibility.