![]() |
University of Murcia, Spain ![]() |
QVMin_uCharC1Worker Class ReferenceComputes the minimum of image pixel values.
More...
|
Public Member Functions | |
QVMin_uCharC1Worker (QString name=QString()) | |
void | iterate () |
Function to be defined in subclasses with processing code. |
This is the QVision processing block for the IPP function ippiMin_8u_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 | |
pMin | Corresponds to the same parameter in the IPP function. |
Definition at line 1629 of file qvippworkers.h.
void QVMin_uCharC1Worker::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 2023 of file qvippworkers.cpp.