PARP Research Group University of Murcia, Spain


QVDiv_sFloatC3Worker Class Reference
[IPP functions worker set]

Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image. More...

#include <qvippworkers.h>

Inherits QVWorker.

List of all members.

Public Member Functions

 QVDiv_sFloatC3Worker (QString name=QString())
void iterate ()
 Function to be defined in subclasses with processing code.


Detailed Description

Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image.

This is the QVision processing block for the IPP function ippiDiv_32f_C3R. 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:

Parameters:
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

Definition at line 579 of file qvippworkers.h.


Member Function Documentation

void QVDiv_sFloatC3Worker::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 809 of file qvippworkers.cpp.


The documentation for this class was generated from the following files:



QVision framework. PARP research group, copyright 2007, 2008.