![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Measurement object for measure MaxAbs. More...
#include <MaxAbsMsr.h>
Public Types | |
| typedef MaxAbsMsrInfo::MsrParamsConstStorageType | MsrParamsConstStorageType |
| Shared pointer to const parameter type associated to measure. | |
| typedef MaxAbsMsrInfo::MsrResultType | MsrResultType |
| Result type associated to measure. | |
| typedef MsrResultType::ValueType | MsrResultValueType |
| Result value type associated to measure. | |
Public Member Functions | |
| ~MaxAbsMsr () | |
| destructor | |
Protected Member Functions | |
| MaxAbsMsr () | |
| constructor | |
| template<typename T > | |
| ipsdk::BoolResult | processMeasure (const ipsdk::ipUInt64 cPlanIdx, const ipsdk::ipUInt64 shapeIdx, const ipsdk::ipUInt64 startX, const ipsdk::ipUInt64 endX, const ipsdk::image::eImageBufferType &imageBufferType, const ipsdk::ipUInt64 rowIdx, const ipsdk::ipUInt64 zPlanIdx, const T *pBuf, MsrResultValueType &result) |
| process measure associated to a given shape More... | |
Protected Attributes | |
| MsrParamsConstStorageType | _pMsrParams |
| Derived parameter associated to measure. | |
Measurement object for measure MaxAbs.
Measure allowing to compute maximum of the absolute values of the intensities for shape
|
protected |
process measure associated to a given shape
| cPlanIdx | current color plan index (0 in case of a grey level image) |
| shapeIdx | index of current processed shape |
| startX | x start offset for row segment currently processed |
| endX | x end offset for row segment currently processed |
| imageBufferType | image buffer type for processed image |
| rowIdx | current row index |
| zPlanIdx | current z plan index |
| pBuf | current row image buffer |
| result | measurement result for current shape |
1.8.14