IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LineYStrip2dWithKernelParserUtils.h
Go to the documentation of this file.
1 // LineYStrip2dWithKernelParserUtils.h:
3 // ------------------------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_LINEYSTRIP2DWITHKERNELPARSERUTILS_H__
16 #define __IPSDKIMAGEPROCESSING_LINEYSTRIP2DWITHKERNELPARSERUTILS_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
24 template <typename T>
25 struct LineYStrip2dWithKernelParserInfo;
26 
29 
34 template <typename T>
36 getStripRow(const ipUInt64 stripRowIdx,
37  const LineYStrip2dWithKernelParserInfo<T>& info);
38 
41 
42 } // end of namespace imaproc
43 } // end of namespace ipsdk
44 
45 #endif // __IPSDKIMAGEPROCESSING_LINEYSTRIP2DWITHKERNELPARSERUTILS_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)