16 #ifndef __IPSDKIMAGE_INPUTIMAGEZSTRIP3DWITHKERNEL_H__ 17 #define __IPSDKIMAGE_INPUTIMAGEZSTRIP3DWITHKERNEL_H__ 19 #include <IPSDKImage/Fragment/Strip/ZStrip3dWithKernel/BaseImageZStrip3dWithKernel.h> 24 class InputImageZStrip3d;
49 typedef boost::shared_ptr<InputImageZStrip3d> BorderStorageType;
84 void init(
const ipUInt64 startingKernelSizeX,
107 #endif // __IPSDKIMAGE_INPUTIMAGEZSTRIP3DWITHKERNEL_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
boost::shared_ptr< BaseImageZStrip3d > ImageZStrip3dPtr
Definition: ImageStripTypes.h:147
#define IPSDK_DECLARE_INPUT_DATA()
macro allowing to declare an input data
Definition: DataStatusHdrMacros.h:106
#define IPSDK_DECLARE_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on class
Definition: SerializationHdrMacro.h:79
Structure used to extract image strips from an image.
Definition: ImageStripExtractor.h:31
boost::shared_ptr< const DataItemMap > DataItemMapConstPtr
shared pointer to const DataItemMap
Definition: DataItemTypes.h:170
#define IPSDKIMAGE_API
Import/Export macro for library IPSDKImage.
Definition: IPSDKImageExports.h:27
Input class for image 3d strip with splitting along Z axis associated to a kernel.
Definition: InputImageZStrip3dWithKernel.h:29
Input class for image 3d strip with splitting along Z axis.
Definition: InputImageZStrip3d.h:26
boost::shared_ptr< const DataIdentifier > DataIdentifierConstPtr
shared pointer to const data identifier
Definition: DataIdentifierTypes.h:31
Base class for images data type.
Definition: BaseImage.h:43
Base class for image 3d strip with splitting along Z axis associated to a kernel. ...
Definition: BaseImageZStrip3dWithKernel.h:33