15 #ifndef __IPSDKIMAGEPROCESSING_BASEKERNELXYATTRIBUTE_H__ 16 #define __IPSDKIMAGEPROCESSING_BASEKERNELXYATTRIBUTE_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImageProcessing/Attribute/Kernel/BaseKernelAttribute.h> 99 #endif // __IPSDKIMAGEPROCESSING_BASEKERNELXYATTRIBUTE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Class encapsulating a 2d kernel spanning along x and y axis.
Definition: KernelXY.h:34
StorageType _pKernel
kernel associated to attribute
Definition: BaseKernelXYAttribute.h:79
#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
2d kernel type spanning x and y direction
Definition: KernelTypes.h:36
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
eKernelType getKernelType() const
retrieve kernel attribute type
Definition: BaseKernelXYAttribute.h:86
boost::shared_ptr< const KernelXY > KernelXYConstPtr
shared pointer to KernelXY
Definition: KernelTypes.h:49
KernelXYConstPtr StorageType
storage type associated to object
Definition: BaseKernelXYAttribute.h:42
Base class for XY kernel attributes.
Definition: BaseKernelXYAttribute.h:31
KernelXY ValueType
value type associated to object
Definition: BaseKernelXYAttribute.h:39
Base class for kernel attributes.
Definition: BaseKernelAttribute.h:29