16 #ifndef __IPSDKIMAGEPROCESSING_VALUEDBORDER3D_H__ 17 #define __IPSDKIMAGEPROCESSING_VALUEDBORDER3D_H__ 21 #pragma warning (push) 22 #pragma warning (disable : 4251) 24 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/LineZStrip3dWithKernel/Border/BaseBorder3d.h> 25 #include <boost/scoped_array.hpp> 50 void setFillValue(
const T fillValue);
51 T getFillValue()
const;
112 template <
typename T>
119 template <
typename T>
123 _fillValue = fillValue;
126 template <
typename T>
139 #pragma warning (pop) 141 #endif // __IPSDKIMAGEPROCESSING_VALUEDBORDER3D_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
void setFillValue(const T fillValue)
access to fill value used for border extension operation
Definition: ValuedBorder3d.h:121
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
T _fillValue
fill value used for border extension operation
Definition: ValuedBorder3d.h:103
boost::scoped_array< T > _pMainBorderRow
scoped array used to store starting and ending main border rows
Definition: ValuedBorder3d.h:106
eBorder3dType
Enumerate describing image data preparator 3d border type.
Definition: Border3dPolicyTypes.h:35
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
image::eBorder3dType getBorderType() const
retrieve border type
Definition: ValuedBorder3d.h:114
Information structure for z strip 3d with kernel data parsing.
Definition: BaseBorder3d.h:34
T getFillValue() const
access to fill value used for border extension operation
Definition: ValuedBorder3d.h:128
Border values set to a constant given value.
Definition: Border3dPolicyTypes.h:37
Object allowing to set border values to a constant given value during a kernel algorithm processing...
Definition: ValuedBorder3d.h:34
Base class for objects allowing to prepare y strip 3d borders during a kernel algorithm processing...
Definition: BaseBorder3d.h:40