IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
List of all members
ipsdk::imaproc::LineYStrip2dWithKernelRowsInfo< T > Struct Template Reference

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...
 

Detailed Description

template<typename T>
struct ipsdk::imaproc::LineYStrip2dWithKernelRowsInfo< T >

Rows informations for y strip 2d with kernel data parsing.

Author
E.Noirfalise
Date
2015/01/21

Member Data Documentation

◆ _startingProvidedSizeY

template<typename T>
ipUInt64 ipsdk::imaproc::LineYStrip2dWithKernelRowsInfo< T >::_startingProvidedSizeY

number of provided rows for starting border data (needed for kernel processing)

◆ _pStartingBuf

template<typename T>
const T* ipsdk::imaproc::LineYStrip2dWithKernelRowsInfo< T >::_pStartingBuf

pointer to starting strip data

Warning
may be null if _providedSizeY == 0

◆ _endingProvidedSizeY

template<typename T>
ipUInt64 ipsdk::imaproc::LineYStrip2dWithKernelRowsInfo< T >::_endingProvidedSizeY

number of provided rows for ending border data (needed for kernel processing)

◆ _pEndingBuf

template<typename T>
const T* ipsdk::imaproc::LineYStrip2dWithKernelRowsInfo< T >::_pEndingBuf

pointer to ending strip data

Warning
may be null if _providedSizeY == 0

The documentation for this struct was generated from the following file: