15 #ifndef __IPSDKIMAGEPROCESSING_PARSER3DINFO_H__ 16 #define __IPSDKIMAGEPROCESSING_PARSER3DINFO_H__ 18 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/LineZStrip3dWithKernel/Info/Kernel3dInfo.h> 19 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/LineZStrip3dWithKernel/Info/ZStrip3dCommonInfo.h> 20 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/LineZStrip3dWithKernel/Info/Rows3dInfo.h> 21 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/LineZStrip3dWithKernel/Info/Columns3dInfo.h> 22 #include <IPSDKImageProcessing/Algorithm/Parser/Strip/LineZStrip3dWithKernel/Info/Plans3dInfo.h> 55 #endif // __IPSDKIMAGEPROCESSING_PARSER3DINFO_H__ Rows3dInfo _rows
Rows informations.
Definition: Parser3dInfo.h:43
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
ZStrip3dCommonInfo< T > _stripInfo
Common strip informations.
Definition: Parser3dInfo.h:37
Plans3dInfo _plans
Plans informations.
Definition: Parser3dInfo.h:40
Columns3dInfo _cols
Columns informations.
Definition: Parser3dInfo.h:46
Rows informations for z strip 3d with kernel data parsing.
Definition: Rows3dInfo.h:26
Columns informations for z strip 3d with kernel data parsing.
Definition: Columns3dInfo.h:26
Plans informations for z strip 3d with kernel data parsing.
Definition: Plans3dInfo.h:27
Definition: ZStrip3dCommonInfo.h:28
Kernel3dInfo _kernel
Kernel informations.
Definition: Parser3dInfo.h:34
Kernel informations for z strip 3d with kernel data parsing.
Definition: Kernel3dInfo.h:26