![]() |
University of Murcia, Spain ![]() |
QVAbs_sShortC1Worker Class ReferenceComputes absolute value of each pixel of a source image and places results in the destination image; for in-place flavors - in the same source image.
More...
|
Public Member Functions | |
QVAbs_sShortC1Worker (QString name=QString()) | |
void | iterate () |
Function to be defined in subclasses with processing code. |
This is the QVision processing block for the IPP function ippiAbs_16s_C1R. See Intel's IPP documentation for a deeper understanding of that function. The properties of this data-processing block and the original IPP function corresponds as follows:
qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function | |
qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
Definition at line 655 of file qvippworkers.h.
void QVAbs_sShortC1Worker::iterate | ( | ) | [virtual] |
Function to be defined in subclasses with processing code.
This function should contain the code to process data, that will be executed continuously until worker is finished.
Reimplemented from QVWorker.
Definition at line 898 of file qvippworkers.cpp.