Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image.
More...
#include <qvippblocks.h>
Inherits QVProcessingBlock.
List of all members.
|
Public Member Functions |
| QVDiv_uCharC3Block (QString name=QString()) |
| Block constructor.
|
void | iterate () |
| Block iterate function.
|
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_8u_C3RSfs. The input and output properties of this block will correspond to the input and output parameters of that function. See Intel's IPP documentation for further info about them.
These are the input and output properties of this block:
- 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
| destROIOffset | Pointer to destination ROI. See section Destination ROI pointer for more info about this parameter. |
Definition at line 635 of file qvippblocks.h.
The documentation for this class was generated from the following files: