![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Structure agregating processing informations for algorithm processing function call. More...
#include <ProcessingInfo.h>
Public Attributes | |
| ipUInt64 | _nbTotData |
| ipUInt64 | _nbRealData |
| eProcessingPhasis | _processingPhasis |
| processing phasis associated to function call | |
| ipUInt64 | _elementIdx |
| current element index (current iteration index) | |
| ipUInt64 | _dataOffset |
Structure agregating processing informations for algorithm processing function call.
| ipUInt64 ipsdk::processor::ProcessingInfo::_nbTotData |
total number of data to be processed (including alignment data)
| ipUInt64 ipsdk::processor::ProcessingInfo::_nbRealData |
Number of real data to be processed (excluding alignment data)
| ipUInt64 ipsdk::processor::ProcessingInfo::_dataOffset |
data offset for current processing phasis This value is equal to :
1.8.14