15 #ifndef __IPSDKIMAGEPROCESSING_BASEKERNELXYZATTRIBUTE_H__ 16 #define __IPSDKIMAGEPROCESSING_BASEKERNELXYZATTRIBUTE_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImageProcessing/Attribute/Kernel/BaseKernelAttribute.h> 99 #endif // __IPSDKIMAGEPROCESSING_BASEKERNELXYZATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< const KernelXYZ > KernelXYZConstPtr
shared pointer to KernelXYZ
Definition: KernelTypes.h:56
eKernelType getKernelType() const
retrieve kernel attribute type
Definition: BaseKernelXYZAttribute.h:86
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
eKernelType
Enumerate describing kernel type.
Definition: KernelTypes.h:34
StorageType _pKernel
kernel associated to attribute
Definition: BaseKernelXYZAttribute.h:79
3d kernel type spanning x, y and z direction
Definition: KernelTypes.h:38
KernelXYZ ValueType
value type associated to object
Definition: BaseKernelXYZAttribute.h:39
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for XYZ kernel attributes.
Definition: BaseKernelXYZAttribute.h:31
KernelXYZConstPtr StorageType
storage type associated to object
Definition: BaseKernelXYZAttribute.h:42
Base class for kernel attributes.
Definition: BaseKernelAttribute.h:29
Class encapsulating a 3d kernel spanning along x, y and z axis.
Definition: KernelXYZ.h:34