![]() |
University of Murcia, Spain ![]() |
QVMul_uCharC3Worker Class ReferenceAdds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
More...
|
Public Member Functions | |
QVMul_uCharC3Worker (QString name=QString()) | |
void | iterate () |
Function to be defined in subclasses with processing code. |
This is the QVision processing block for the IPP function ippiMul_8u_C3RSfs. 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_pSrc1 | Image corresponding to the data buffer pointer pSrc1 and step number src1Step variables in the IPP function | |
qvimage_pSrc2 | Image corresponding to the data buffer pointer pSrc2 and step number src2Step variables in the IPP function | |
qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function | |
scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
Definition at line 288 of file qvippworkers.h.
void QVMul_uCharC3Worker::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 466 of file qvippworkers.cpp.