IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LineXStrip2dWithKernelParserInfo.h
1 // LineXStrip2dWithKernelParserInfo.h:
3 // ---------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_LINEXSTRIP2DWITHKERNELPARSERINFO_H__
16 #define __IPSDKIMAGEPROCESSING_LINEXSTRIP2DWITHKERNELPARSERINFO_H__
17 
18 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/LineXStrip2dWithKernel/Info/LineXStrip2dWithKernelKernelInfo.h>
19 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/LineXStrip2dWithKernel/Info/XStrip2dCommonInfo.h>
20 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/LineXStrip2dWithKernel/Info/LineXStrip2dWithKernelColumnsInfo.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 
27 
28 template <typename T>
29 struct LineXStrip2dWithKernelParserInfo
30 {
33 
36 
39 };
40 
43 
44 } // end of namespace imaproc
45 } // end of namespace ipsdk
46 
47 #endif // __IPSDKIMAGEPROCESSING_LINEXSTRIP2DWITHKERNELPARSERINFO_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
LineXStrip2dWithKernelKernelInfo _kernel
Kernel informations.
Definition: LineXStrip2dWithKernelParserInfo.h:32
XStrip2dCommonInfo< T > _stripInfo
Common strip informations.
Definition: LineXStrip2dWithKernelParserInfo.h:35
Common strip informations for x strip 2d with kernel data parsing.
Definition: XStrip2dCommonInfo.h:28
LineXStrip2dWithKernelColumnsInfo< T > _cols
Columns informations.
Definition: LineXStrip2dWithKernelParserInfo.h:38
Definition: LineXStrip2dWithKernelKernelInfo.h:26
Columns informations for x strip 2d with kernel data parsing.
Definition: LineXStrip2dWithKernelColumnsInfo.h:28