IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LineYStrip2dWithKernelKernelInfo.h
1 // LineYStrip2dWithKernelKernelInfo.h:
3 // ---------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_LINEYSTRIP2DWITHKERNELKERNELINFO_H__
16 #define __IPSDKIMAGEPROCESSING_LINEYSTRIP2DWITHKERNELKERNELINFO_H__
17 
18 #include <IPSDKUtil/BaseTypes.h>
19 
20 namespace ipsdk {
21 namespace imaproc {
22 
25 
27 {
31 
35 
39 
43 
46 
49 
52 
55 };
56 
59 
60 } // end of namespace imaproc
61 } // end of namespace ipsdk
62 
63 #endif // __IPSDKIMAGEPROCESSING_LINEYSTRIP2DWITHKERNELKERNELINFO_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
ipUInt64 _endingSizeY
Definition: LineYStrip2dWithKernelKernelInfo.h:42
ipUInt64 _sizeXMinus1
kernel size along x axis minus 1
Definition: LineYStrip2dWithKernelKernelInfo.h:51
ipUInt64 _sizeY
kernel size along y axis
Definition: LineYStrip2dWithKernelKernelInfo.h:48
Base types for multiplatform compatibility.
Kernel informations for y strip 2d with kernel data parsing.
Definition: LineYStrip2dWithKernelKernelInfo.h:26
ipUInt64 _sizeYMinus1
kernel size along y axis minus 1
Definition: LineYStrip2dWithKernelKernelInfo.h:54
ipUInt64 _endingSizeX
Definition: LineYStrip2dWithKernelKernelInfo.h:34
ipUInt64 _sizeX
kernel size along x axis
Definition: LineYStrip2dWithKernelKernelInfo.h:45
ipUInt64 _startingSizeY
Definition: LineYStrip2dWithKernelKernelInfo.h:38
ipUInt64 _startingSizeX
Definition: LineYStrip2dWithKernelKernelInfo.h:30