15 #ifndef __IPSDKIMAGEPROCESSING_LINEYSTRIP2DWITHKERNELPARSERINFO_H__ 16 #define __IPSDKIMAGEPROCESSING_LINEYSTRIP2DWITHKERNELPARSERINFO_H__ 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> 30 struct LineYStrip2dWithKernelParserInfo
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