17 #ifndef __IPSDKIMAGEPROCESSING_LINEARMIRORBORDERYSTRIP2D_H__ 18 #define __IPSDKIMAGEPROCESSING_LINEARMIRORBORDERYSTRIP2D_H__ 20 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/LineYStrip2dWithKernel/Border/BaseBorderYStrip2d.h> 109 template <
typename T>
116 template <
typename T>
129 #endif // __IPSDKIMAGEPROCESSING_LINEARMIRORBORDERYSTRIP2D_H__ existing data using a given direction
Definition: Border2dPolicyTypes.h:45
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
image::eBorder2dType getBorderType() const
retrieve border type
Definition: LinearMirorBorderYStrip2d.h:111
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
ipReal64 _theta
angle (in radian) associated to border extension operation
Definition: LinearMirorBorderYStrip2d.h:100
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
ipReal64 _tanTheta
tangent of angle used to process border extension operation
Definition: LinearMirorBorderYStrip2d.h:103
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
ipReal64 getTheta() const
access to angle (in radian) associated to border extension operation
Definition: LinearMirorBorderYStrip2d.h:118
eBorder2dType
Enumerate describing image data preparator 2d border type.
Definition: Border2dPolicyTypes.h:35
Object allowing to extend borders linearly mirroring existing data using a given direction during a k...
Definition: LinearMirorBorderYStrip2d.h:29
Base class for objects allowing to prepare y strip 2d borders during a kernel algorithm processing...
Definition: BaseBorderYStrip2d.h:40
Information structure for y strip 2d with kernel data parsing.
Definition: BaseBorderYStrip2d.h:34