15 #ifndef __IPSDKIMAGEPROCESSING_BASEKERNELATTRIBUTE_H__ 16 #define __IPSDKIMAGEPROCESSING_BASEKERNELATTRIBUTE_H__ 21 #include <IPSDKImageProcessing/Attribute/BaseImageProcessingAttribute.h> 81 #endif // __IPSDKIMAGEPROCESSING_BASEKERNELATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base class for image processing attributes.
Definition: BaseImageProcessingAttribute.h:28
static const eImageProcessingAttributeType::domain g_imageProcessingAttributeType
image processing attribute type
Definition: BaseKernelAttribute.h:40
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
#define IPSDK_DECLARE_INPUT_DATA()
macro allowing to declare an input data
Definition: DataStatusHdrMacros.h:106
Predefined types for kernel attributes management.
Definition of import/export macro for library.
eKernelType
Enumerate describing kernel type.
Definition: KernelTypes.h:34
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
eImageProcessingAttributeType
Enumerate describing image attributes type.
Definition: ImageProcessingAttributeTypes.h:33
Attribute associated to a kernel.
Definition: ImageProcessingAttributeTypes.h:39
eImageProcessingAttributeType getImageProcessingAttributeType() const
retrieve image attribute type
Definition: BaseKernelAttribute.h:70
Predefined types for kernel management.
Base class for kernel attributes.
Definition: BaseKernelAttribute.h:29