16 #ifndef __IPSDKIMAGEPROCESSING_BASEYSTRIP2DWITHKERNELATTRIBUTE_H__ 17 #define __IPSDKIMAGEPROCESSING_BASEYSTRIP2DWITHKERNELATTRIBUTE_H__ 19 #include <IPSDKImageProcessing/Attribute/Strip/BaseStripAttribute.h> 67 ipUInt64 getStartingKernelSizeX()
const;
68 ipUInt64 getStartingKernelSizeY()
const;
75 ipUInt64 getEndingKernelSizeX()
const;
76 ipUInt64 getEndingKernelSizeY()
const;
83 ipUInt64 getNbMissingStartingRows()
const;
89 ipUInt64 getNbMissingEndingRows()
const;
111 #endif // __IPSDKIMAGEPROCESSING_BASEYSTRIP2DWITHKERNELATTRIBUTE_H__ Base class for image 2d strip with splitting along Y axis associated to a kernel. ...
Definition: BaseImageYStrip2dWithKernel.h:33
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eStripAttributeType
Enumerate describing strip attributes type.
Definition: StripAttributeTypes.h:44
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
static const eStripAttributeType::domain g_stripAttributeType
strip attribute type
Definition: BaseYStrip2dWithKernelAttribute.h:35
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for attributes associated to an image 2d strip with splitting along Y axis and a kernel...
Definition: BaseYStrip2dWithKernelAttribute.h:27
eStripAttributeType getStripAttributeType() const
retrieve strip attribute type
Definition: BaseYStrip2dWithKernelAttribute.h:100
Attribute associated to an YX plan strip ordered first in y then in x and a kernel.
Definition: StripAttributeTypes.h:52
Base class for image strip attributes.
Definition: BaseStripAttribute.h:34