![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Rows informations for y strip 2d with kernel data parsing. More...
#include <LineYStrip2dWithKernelRowsInfo.h>
Public Attributes | |
Starting row strip informations | |
| ipUInt64 | _startingProvidedSizeY |
| ipUInt64 | _firstProvidedOffsetY |
| offset of first provided row of data | |
| const T * | _pStartingBuf |
| pointer to starting strip data More... | |
Main row strip informations | |
| ipUInt64 | _mainSizeY |
| main strip size along y axis | |
| const T * | _pMainBuf |
| pointer to main strip data | |
Ending row strip informations | |
| ipUInt64 | _endingProvidedSizeY |
| ipUInt64 | _lastProvidedOffsetY |
| offset of last provided row of data | |
| const T * | _pEndingBuf |
| pointer to ending strip data More... | |
Rows informations for y strip 2d with kernel data parsing.
| ipUInt64 ipsdk::imaproc::LineYStrip2dWithKernelRowsInfo< T >::_startingProvidedSizeY |
number of provided rows for starting border data (needed for kernel processing)
| const T* ipsdk::imaproc::LineYStrip2dWithKernelRowsInfo< T >::_pStartingBuf |
pointer to starting strip data
| ipUInt64 ipsdk::imaproc::LineYStrip2dWithKernelRowsInfo< T >::_endingProvidedSizeY |
number of provided rows for ending border data (needed for kernel processing)
| const T* ipsdk::imaproc::LineYStrip2dWithKernelRowsInfo< T >::_pEndingBuf |
pointer to ending strip data
1.8.14