IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LineXStrip2dWithKernelParserUtils.h
Go to the documentation of this file.
1 // LineXStrip2dWithKernelParserUtils.h:
3 // ------------------------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_LINEXSTRIP2DWITHKERNELPARSERUTILS_H__
16 #define __IPSDKIMAGEPROCESSING_LINEXSTRIP2DWITHKERNELPARSERUTILS_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
24 template <typename T>
25 struct LineXStrip2dWithKernelParserInfo;
26 
29 
35 template <typename T>
37 getStripStartingRow(const ipUInt64 stripRowIdx,
38  const LineXStrip2dWithKernelParserInfo<T>& info);
39 
44 template <typename T>
46 getStripMainRow(const ipUInt64 stripRowIdx,
47  const LineXStrip2dWithKernelParserInfo<T>& info);
48 
54 template <typename T>
56 getStripEndingRow(const ipUInt64 stripRowIdx,
57  const LineXStrip2dWithKernelParserInfo<T>& info);
58 
59 
62 
63 } // end of namespace imaproc
64 } // end of namespace ipsdk
65 
66 #endif // __IPSDKIMAGEPROCESSING_LINEXSTRIP2DWITHKERNELPARSERUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
IPSDKIMAGEPROCESSING_API const T * getStripStartingRow(const ipUInt64 stripRowIdx, const LineXStrip2dWithKernelParserInfo< T > &info)
Definition of import/export macro for library.
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
IPSDKIMAGEPROCESSING_API const T * getStripEndingRow(const ipUInt64 stripRowIdx, const LineXStrip2dWithKernelParserInfo< T > &info)
IPSDKIMAGEPROCESSING_API const T * getStripMainRow(const ipUInt64 stripRowIdx, const LineXStrip2dWithKernelParserInfo< T > &info)
Predefined type for image management.