IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LineYStrip2dWithKernelParserInfo.h
1 // LineYStrip2dWithKernelParserInfo.h:
3 // ---------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_LINEYSTRIP2DWITHKERNELPARSERINFO_H__
16 #define __IPSDKIMAGEPROCESSING_LINEYSTRIP2DWITHKERNELPARSERINFO_H__
17 
18 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/LineYStrip2dWithKernel/Info/LineYStrip2dWithKernelKernelInfo.h>
19 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/LineYStrip2dWithKernel/Info/YStrip2dCommonInfo.h>
20 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/LineYStrip2dWithKernel/Info/LineYStrip2dWithKernelRowsInfo.h>
21 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/LineYStrip2dWithKernel/Info/LineYStrip2dWithKernelColumnsInfo.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 
28 
29 template <typename T>
30 struct LineYStrip2dWithKernelParserInfo
31 {
34 
37 
40 
43 };
44 
47 
48 } // end of namespace imaproc
49 } // end of namespace ipsdk
50 
51 #endif // __IPSDKIMAGEPROCESSING_LINEYSTRIP2DWITHKERNELPARSERINFO_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
LineYStrip2dWithKernelColumnsInfo _cols
Columns informations.
Definition: LineYStrip2dWithKernelParserInfo.h:42
LineYStrip2dWithKernelKernelInfo _kernel
Kernel informations.
Definition: LineYStrip2dWithKernelParserInfo.h:33
Columns informations for y strip 2d with kernel data parsing.
Definition: LineYStrip2dWithKernelColumnsInfo.h:26
YStrip2dCommonInfo< T > _stripInfo
Common strip informations.
Definition: LineYStrip2dWithKernelParserInfo.h:36
Rows informations for y strip 2d with kernel data parsing.
Definition: LineYStrip2dWithKernelRowsInfo.h:27
Kernel informations for y strip 2d with kernel data parsing.
Definition: LineYStrip2dWithKernelKernelInfo.h:26
Common strip informations for y strip 2d with kernel data parsing.
Definition: YStrip2dCommonInfo.h:28
LineYStrip2dWithKernelRowsInfo< T > _rows
Rows informations.
Definition: LineYStrip2dWithKernelParserInfo.h:39