IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LineZStrip3dWithKernelParserUtils.h
Go to the documentation of this file.
1 // LineZStrip3dWithKernelParserUtils.h:
3 // ------------------------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_LINEZSTRIP3DWITHKERNELPARSERUTILS_H__
16 #define __IPSDKIMAGEPROCESSING_LINEZSTRIP3DWITHKERNELPARSERUTILS_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
24 template <typename T>
25 struct Parser3dInfo;
26 
29 
36 template <typename T>
38 getStripRow(const ipUInt64 stripPlanIdx,
39  const ipUInt64 stripRowIdx,
40  const Parser3dInfo<T>& info);
41 
44 
45 } // end of namespace imaproc
46 } // end of namespace ipsdk
47 
48 #endif // __IPSDKIMAGEPROCESSING_LINEZSTRIP3DWITHKERNELPARSERUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
Definition of import/export macro for library.
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Predefined type for image management.
IPSDKIMAGEPROCESSING_API const T * getStripRow(const ipUInt64 stripRowIdx, const LineYStrip2dWithKernelParserInfo< T > &info)