15 #ifndef __IPSDKIMAGEPROCESSING_BASESTRUCTURINGELEMENTATTRIBUTE_H__ 16 #define __IPSDKIMAGEPROCESSING_BASESTRUCTURINGELEMENTATTRIBUTE_H__ 21 #include <IPSDKImageProcessing/Attribute/BaseImageProcessingAttribute.h> 78 #endif // __IPSDKIMAGEPROCESSING_BASESTRUCTURINGELEMENTATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base class for image processing attributes.
Definition: BaseImageProcessingAttribute.h:28
#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
Definition of import/export macro for library.
Attribute associated to a binary structuring element.
Definition: ImageProcessingAttributeTypes.h:41
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
eImageProcessingAttributeType
Enumerate describing image attributes type.
Definition: ImageProcessingAttributeTypes.h:33
Base class for structuring element attributes.
Definition: BaseStructuringElementAttribute.h:29
eStructuringElementType
Enumerate describing binary structuring element type.
Definition: StructuringElementTypes.h:37
static const eImageProcessingAttributeType::domain g_imageProcessingAttributeType
image processing attribute type
Definition: BaseStructuringElementAttribute.h:40
Predefined types for structuring element attributes management.
Predefined types for structuring element information management.
eImageProcessingAttributeType getImageProcessingAttributeType() const
retrieve image attribute type
Definition: BaseStructuringElementAttribute.h:67