Image processing functions that modify pixel values of an image using arithmetic or logical operations, and functions that perform image compositing based on opacity (alpha-blending).
More...
|
Functions |
void | Add (const QVImage< uChar, 1 > &qvimage_pSrc1, const QVImage< uChar, 1 > &qvimage_pSrc2, QVImage< uChar, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Add image to accumulator.
|
void | Add (const QVImage< uChar, 3 > &qvimage_pSrc1, const QVImage< uChar, 3 > &qvimage_pSrc2, QVImage< uChar, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Add image to accumulator.
|
void | Add (const QVImage< uShort, 1 > &qvimage_pSrc1, const QVImage< uShort, 1 > &qvimage_pSrc2, QVImage< uShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Add image to accumulator.
|
void | Add (const QVImage< uShort, 3 > &qvimage_pSrc1, const QVImage< uShort, 3 > &qvimage_pSrc2, QVImage< uShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Add image to accumulator.
|
void | Add (const QVImage< sShort, 1 > &qvimage_pSrc1, const QVImage< sShort, 1 > &qvimage_pSrc2, QVImage< sShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Add image to accumulator.
|
void | Add (const QVImage< sShort, 3 > &qvimage_pSrc1, const QVImage< sShort, 3 > &qvimage_pSrc2, QVImage< sShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Add image to accumulator.
|
void | Add (const QVImage< sFloat, 1 > &qvimage_pSrc1, const QVImage< sFloat, 1 > &qvimage_pSrc2, QVImage< sFloat, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Add image to accumulator.
|
void | Add (const QVImage< sFloat, 3 > &qvimage_pSrc1, const QVImage< sFloat, 3 > &qvimage_pSrc2, QVImage< sFloat, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Add image to accumulator.
|
void | AddC (const QVImage< uChar, 1 > &qvimage_pSrc, const uChar value, QVImage< uChar, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiAddC_8u_C1RSfs.
|
void | AddC (const QVImage< uChar, 3 > &qvimage_pSrc, const uChar value[3], QVImage< uChar, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiAddC_8u_C3RSfs.
|
void | AddC (const QVImage< uShort, 1 > &qvimage_pSrc, const uShort value, QVImage< uShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiAddC_16u_C1RSfs.
|
void | AddC (const QVImage< uShort, 3 > &qvimage_pSrc, const uShort value[3], QVImage< uShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiAddC_16u_C3RSfs.
|
void | AddC (const QVImage< sShort, 1 > &qvimage_pSrc, const sShort value, QVImage< sShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiAddC_16s_C1RSfs.
|
void | AddC (const QVImage< sShort, 3 > &qvimage_pSrc, const sShort value[3], QVImage< sShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiAddC_16s_C3RSfs.
|
void | AddC (const QVImage< sFloat, 1 > &qvimage_pSrc, const sFloat value, QVImage< sFloat, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiAddC_32f_C1R.
|
void | AddC (const QVImage< sFloat, 3 > &qvimage_pSrc, const sFloat value[3], QVImage< sFloat, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiAddC_32f_C3R.
|
void | Mul (const QVImage< uChar, 1 > &qvimage_pSrc1, const QVImage< uChar, 1 > &qvimage_pSrc2, QVImage< uChar, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
|
void | Mul (const QVImage< uChar, 3 > &qvimage_pSrc1, const QVImage< uChar, 3 > &qvimage_pSrc2, QVImage< uChar, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
|
void | Mul (const QVImage< uShort, 1 > &qvimage_pSrc1, const QVImage< uShort, 1 > &qvimage_pSrc2, QVImage< uShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
|
void | Mul (const QVImage< uShort, 3 > &qvimage_pSrc1, const QVImage< uShort, 3 > &qvimage_pSrc2, QVImage< uShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
|
void | Mul (const QVImage< sShort, 1 > &qvimage_pSrc1, const QVImage< sShort, 1 > &qvimage_pSrc2, QVImage< sShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
|
void | Mul (const QVImage< sShort, 3 > &qvimage_pSrc1, const QVImage< sShort, 3 > &qvimage_pSrc2, QVImage< sShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
|
void | Mul (const QVImage< sFloat, 3 > &qvimage_pSrc1, const QVImage< sFloat, 3 > &qvimage_pSrc2, QVImage< sFloat, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
|
void | Mul (const QVImage< sFloat, 1 > &qvimage_pSrc1, const QVImage< sFloat, 1 > &qvimage_pSrc2, QVImage< sFloat, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
|
void | MulC (const QVImage< uChar, 1 > &qvimage_pSrc, const uChar value, QVImage< uChar, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
|
void | MulC (const QVImage< uChar, 3 > &qvimage_pSrc, const uChar value[3], QVImage< uChar, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
|
void | MulC (const QVImage< uShort, 1 > &qvimage_pSrc, const uShort value, QVImage< uShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
|
void | MulC (const QVImage< uShort, 3 > &qvimage_pSrc, const uShort value[3], QVImage< uShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
|
void | MulC (const QVImage< sShort, 1 > &qvimage_pSrc, const sShort value, QVImage< sShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
|
void | MulC (const QVImage< sShort, 3 > &qvimage_pSrc, const sShort value[3], QVImage< sShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
|
void | MulC (const QVImage< sFloat, 1 > &qvimage_pSrc, const sFloat value, QVImage< sFloat, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
|
void | MulC (const QVImage< sFloat, 3 > &qvimage_pSrc, const sFloat value[3], QVImage< sFloat, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
|
void | MulScale (const QVImage< uChar, 1 > &qvimage_pSrc1, const QVImage< uChar, 1 > &qvimage_pSrc2, QVImage< uChar, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiMulScale_8u_C1R.
|
void | MulScale (const QVImage< uChar, 3 > &qvimage_pSrc1, const QVImage< uChar, 3 > &qvimage_pSrc2, QVImage< uChar, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiMulScale_8u_C3R.
|
void | Sub (const QVImage< uChar, 1 > &qvimage_pSrc1, const QVImage< uChar, 1 > &qvimage_pSrc2, QVImage< uChar, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSub_8u_C1RSfs.
|
void | Sub (const QVImage< uChar, 3 > &qvimage_pSrc1, const QVImage< uChar, 3 > &qvimage_pSrc2, QVImage< uChar, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSub_8u_C3RSfs.
|
void | Sub (const QVImage< uShort, 1 > &qvimage_pSrc1, const QVImage< uShort, 1 > &qvimage_pSrc2, QVImage< uShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSub_16u_C1RSfs.
|
void | Sub (const QVImage< uShort, 3 > &qvimage_pSrc1, const QVImage< uShort, 3 > &qvimage_pSrc2, QVImage< uShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSub_16u_C3RSfs.
|
void | Sub (const QVImage< sShort, 1 > &qvimage_pSrc1, const QVImage< sShort, 1 > &qvimage_pSrc2, QVImage< sShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSub_16s_C1RSfs.
|
void | Sub (const QVImage< sShort, 3 > &qvimage_pSrc1, const QVImage< sShort, 3 > &qvimage_pSrc2, QVImage< sShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSub_16s_C3RSfs.
|
void | Sub (const QVImage< sFloat, 1 > &qvimage_pSrc1, const QVImage< sFloat, 1 > &qvimage_pSrc2, QVImage< sFloat, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSub_32f_C1R.
|
void | Sub (const QVImage< sFloat, 3 > &qvimage_pSrc1, const QVImage< sFloat, 3 > &qvimage_pSrc2, QVImage< sFloat, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSub_32f_C3R.
|
void | SubC (const QVImage< uChar, 1 > &qvimage_pSrc, const uChar value, QVImage< uChar, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSubC_8u_C1RSfs.
|
void | SubC (const QVImage< uChar, 3 > &qvimage_pSrc, const uChar value[3], QVImage< uChar, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSubC_8u_C3RSfs.
|
void | SubC (const QVImage< uShort, 1 > &qvimage_pSrc, const uShort value, QVImage< uShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSubC_16u_C1RSfs.
|
void | SubC (const QVImage< sShort, 1 > &qvimage_pSrc, const sShort value, QVImage< sShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSubC_16s_C1RSfs.
|
void | SubC (const QVImage< uShort, 3 > &qvimage_pSrc, const uShort value[3], QVImage< uShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSubC_16u_C3RSfs.
|
void | SubC (const QVImage< sShort, 3 > &qvimage_pSrc, const sShort value[3], QVImage< sShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSubC_16s_C3RSfs.
|
void | SubC (const QVImage< sFloat, 1 > &qvimage_pSrc, const sFloat value, QVImage< sFloat, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSubC_32f_C1R.
|
void | SubC (const QVImage< sFloat, 3 > &qvimage_pSrc, const sFloat value[3], QVImage< sFloat, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiSubC_32f_C3R.
|
void | Div (const QVImage< uChar, 1 > &qvimage_pSrc1, const QVImage< uChar, 1 > &qvimage_pSrc2, QVImage< uChar, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image.
|
void | Div (const QVImage< uChar, 3 > &qvimage_pSrc1, const QVImage< uChar, 3 > &qvimage_pSrc2, QVImage< uChar, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image.
|
void | Div (const QVImage< uShort, 1 > &qvimage_pSrc1, const QVImage< uShort, 1 > &qvimage_pSrc2, QVImage< uShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image.
|
void | Div (const QVImage< uShort, 3 > &qvimage_pSrc1, const QVImage< uShort, 3 > &qvimage_pSrc2, QVImage< uShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image.
|
void | Div (const QVImage< sShort, 1 > &qvimage_pSrc1, const QVImage< sShort, 1 > &qvimage_pSrc2, QVImage< sShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image.
|
void | Div (const QVImage< sShort, 3 > &qvimage_pSrc1, const QVImage< sShort, 3 > &qvimage_pSrc2, QVImage< sShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image.
|
void | Div (const QVImage< sFloat, 3 > &qvimage_pSrc1, const QVImage< sFloat, 3 > &qvimage_pSrc2, QVImage< sFloat, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image.
|
void | Div (const QVImage< sFloat, 1 > &qvimage_pSrc1, const QVImage< sFloat, 1 > &qvimage_pSrc2, QVImage< sFloat, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image.
|
void | DivC (const QVImage< uChar, 1 > &qvimage_pSrc, const uChar value, QVImage< uChar, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of a source image by a constant and places the scaled results in a destination image.
|
void | DivC (const QVImage< uChar, 3 > &qvimage_pSrc, const uChar value[3], QVImage< uChar, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of a source image by a constant and places the scaled results in a destination image.
|
void | DivC (const QVImage< uShort, 1 > &qvimage_pSrc, const uShort value, QVImage< uShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of a source image by a constant and places the scaled results in a destination image.
|
void | DivC (const QVImage< uShort, 3 > &qvimage_pSrc, const uShort value[3], QVImage< uShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of a source image by a constant and places the scaled results in a destination image.
|
void | DivC (const QVImage< sShort, 1 > &qvimage_pSrc, const sShort value, QVImage< sShort, 1 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of a source image by a constant and places the scaled results in a destination image.
|
void | DivC (const QVImage< sShort, 3 > &qvimage_pSrc, const sShort value[3], QVImage< sShort, 3 > &qvimage_pDst, const int scaleFactor=1, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of a source image by a constant and places the scaled results in a destination image.
|
void | DivC (const QVImage< sFloat, 1 > &qvimage_pSrc, const sFloat value, QVImage< sFloat, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of a source image by a constant and places the scaled results in a destination image.
|
void | DivC (const QVImage< sFloat, 3 > &qvimage_pSrc, const sFloat value[3], QVImage< sFloat, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Divides pixel values of a source image by a constant and places the scaled results in a destination image.
|
void | Abs (const QVImage< sShort, 1 > &qvimage_pSrc, QVImage< sShort, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Computes 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.
|
void | Abs (const QVImage< sFloat, 1 > &qvimage_pSrc, QVImage< sFloat, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Computes 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.
|
void | AbsDiff (const QVImage< uChar, 1 > &qvimage_pSrc1, const QVImage< uChar, 1 > &qvimage_pSrc2, QVImage< uChar, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Calculate absolute difference between corresponding pixels of the two images or between image pixels and scalar.
|
void | AbsDiff (const QVImage< sFloat, 1 > &qvimage_pSrc1, const QVImage< sFloat, 1 > &qvimage_pSrc2, QVImage< sFloat, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Calculate absolute difference between corresponding pixels of the two images or between image pixels and scalar.
|
void | Sqr (const QVImage< sFloat, 1 > &qvimage_pSrc, QVImage< sFloat, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Squares pixel values of an image and places results in the destination image; for in-place flavors - in the same image.
|
void | Ln (const QVImage< sFloat, 1 > &qvimage_pSrc, QVImage< sFloat, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Computes the natural logarithm of each pixel values of a source image and places the results in the destination image; for in-place flavors - in the same image.
|
void | Ln (const QVImage< sFloat, 3 > &qvimage_pSrc, QVImage< sFloat, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Computes the natural logarithm of each pixel values of a source image and places the results in the destination image; for in-place flavors - in the same image.
|
void | AndC (const QVImage< uChar, 1 > &qvimage_pSrc, const uChar value, QVImage< uChar, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiAndC_8u_C1R.
|
void | AndC (const QVImage< uChar, 3 > &qvimage_pSrc, const uChar value[3], QVImage< uChar, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiAndC_8u_C3R.
|
void | AndC (const QVImage< uShort, 1 > &qvimage_pSrc, const uShort value, QVImage< uShort, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiAndC_16u_C1R.
|
void | AndC (const QVImage< uShort, 3 > &qvimage_pSrc, const uShort value[3], QVImage< uShort, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiAndC_16u_C3R.
|
void | AndC (const QVImage< sInt, 1 > &qvimage_pSrc, const sInt value, QVImage< sInt, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiAndC_32s_C1R.
|
void | AndC (const QVImage< sInt, 3 > &qvimage_pSrc, const sInt value[3], QVImage< sInt, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiAndC_32s_C3R.
|
void | Not (const QVImage< uChar, 1 > &qvimage_pSrc, QVImage< uChar, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Performs corresponding bitwise logical operation between pixels of two image (AndC OrC XorC - between pixel of the source image and a constant).
|
void | Not (const QVImage< uChar, 3 > &qvimage_pSrc, QVImage< uChar, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| Performs corresponding bitwise logical operation between pixels of two image (AndC OrC XorC - between pixel of the source image and a constant).
|
void | OrC (const QVImage< uChar, 1 > &qvimage_pSrc, const uChar value, QVImage< uChar, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiOrC_8u_C1R.
|
void | OrC (const QVImage< uChar, 3 > &qvimage_pSrc, const uChar value[3], QVImage< uChar, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiOrC_8u_C3R.
|
void | OrC (const QVImage< uShort, 1 > &qvimage_pSrc, const uShort value, QVImage< uShort, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiOrC_16u_C1R.
|
void | OrC (const QVImage< uShort, 3 > &qvimage_pSrc, const uShort value[3], QVImage< uShort, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiOrC_16u_C3R.
|
void | OrC (const QVImage< sInt, 1 > &qvimage_pSrc, const sInt value, QVImage< sInt, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiOrC_32s_C1R.
|
void | OrC (const QVImage< sInt, 3 > &qvimage_pSrc, const sInt value[3], QVImage< sInt, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiOrC_32s_C3R.
|
void | XorC (const QVImage< uChar, 1 > &qvimage_pSrc, const uChar value, QVImage< uChar, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiXorC_8u_C1R.
|
void | XorC (const QVImage< uChar, 3 > &qvimage_pSrc, const uChar value[3], QVImage< uChar, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiXorC_8u_C3R.
|
void | XorC (const QVImage< uShort, 1 > &qvimage_pSrc, const uShort value, QVImage< uShort, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiXorC_16u_C1R.
|
void | XorC (const QVImage< uShort, 3 > &qvimage_pSrc, const uShort value[3], QVImage< uShort, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiXorC_16u_C3R.
|
void | XorC (const QVImage< sInt, 1 > &qvimage_pSrc, const sInt value, QVImage< sInt, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiXorC_32s_C1R.
|
void | XorC (const QVImage< sInt, 3 > &qvimage_pSrc, const sInt value[3], QVImage< sInt, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiXorC_32s_C3R.
|
void | LShiftC (const QVImage< uChar, 1 > &qvimage_pSrc, const uInt value, QVImage< uChar, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiLShiftC_8u_C1R.
|
void | LShiftC (const QVImage< uChar, 3 > &qvimage_pSrc, const uInt value[3], QVImage< uChar, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiLShiftC_8u_C3R.
|
void | RShiftC (const QVImage< uChar, 1 > &qvimage_pSrc, const uInt value, QVImage< uChar, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiRShiftC_8u_C1R.
|
void | RShiftC (const QVImage< uChar, 3 > &qvimage_pSrc, const uInt value[3], QVImage< uChar, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiRShiftC_8u_C3R.
|
void | LShiftC (const QVImage< uShort, 1 > &qvimage_pSrc, const uInt value, QVImage< uShort, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiLShiftC_16u_C1R.
|
void | LShiftC (const QVImage< uShort, 3 > &qvimage_pSrc, const uInt value[3], QVImage< uShort, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiLShiftC_16u_C3R.
|
void | RShiftC (const QVImage< uShort, 1 > &qvimage_pSrc, const uInt value, QVImage< uShort, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiRShiftC_16u_C1R.
|
void | RShiftC (const QVImage< uShort, 3 > &qvimage_pSrc, const uInt value[3], QVImage< uShort, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiRShiftC_16u_C3R.
|
void | LShiftC (const QVImage< sInt, 1 > &qvimage_pSrc, const uInt value, QVImage< sInt, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiLShiftC_32s_C1R.
|
void | LShiftC (const QVImage< sInt, 3 > &qvimage_pSrc, const uInt value[3], QVImage< sInt, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiLShiftC_32s_C3R.
|
void | RShiftC (const QVImage< sInt, 1 > &qvimage_pSrc, const uInt value, QVImage< sInt, 1 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiRShiftC_32s_C1R.
|
void | RShiftC (const QVImage< sInt, 3 > &qvimage_pSrc, const uInt value[3], QVImage< sInt, 3 > &qvimage_pDst, const QPoint &destROIOffset=QPoint(0, 0)) |
| QVision wrapper function for IPP's ippiRShiftC_32s_C3R.
|
Detailed Description
Image processing functions that modify pixel values of an image using arithmetic or logical operations, and functions that perform image compositing based on opacity (alpha-blending).
Function Documentation
void Abs |
( |
const QVImage< sFloat, 1 > & |
qvimage_pSrc, |
|
|
QVImage< sFloat, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Computes 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.
This is the QVision wrapper function for IPP's ippiAbs_32f_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| 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 |
void Abs |
( |
const QVImage< sShort, 1 > & |
qvimage_pSrc, |
|
|
QVImage< sShort, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Computes 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.
This is the QVision wrapper function for IPP's ippiAbs_16s_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| 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 |
void AbsDiff |
( |
const QVImage< sFloat, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< sFloat, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< sFloat, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Calculate absolute difference between corresponding pixels of the two images or between image pixels and scalar.
This is the QVision wrapper function for IPP's ippiAbsDiff_32f_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
void AbsDiff |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< uChar, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Calculate absolute difference between corresponding pixels of the two images or between image pixels and scalar.
This is the QVision wrapper function for IPP's ippiAbsDiff_8u_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
void Add |
( |
const QVImage< sFloat, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< sFloat, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< sFloat, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Add image to accumulator.
This is the QVision wrapper function for IPP's ippiAdd_32f_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
void Add |
( |
const QVImage< sFloat, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< sFloat, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< sFloat, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Add image to accumulator.
This is the QVision wrapper function for IPP's ippiAdd_32f_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
void Add |
( |
const QVImage< sShort, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< sShort, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< sShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Add image to accumulator.
This is the QVision wrapper function for IPP's ippiAdd_16s_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Add |
( |
const QVImage< sShort, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< sShort, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< sShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Add image to accumulator.
This is the QVision wrapper function for IPP's ippiAdd_16s_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Add |
( |
const QVImage< uShort, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< uShort, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< uShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Add image to accumulator.
This is the QVision wrapper function for IPP's ippiAdd_16u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Add |
( |
const QVImage< uShort, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< uShort, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< uShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Add image to accumulator.
This is the QVision wrapper function for IPP's ippiAdd_16u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Add |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< uChar, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Add image to accumulator.
This is the QVision wrapper function for IPP's ippiAdd_8u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Add |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< uChar, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Add image to accumulator.
This is the QVision wrapper function for IPP's ippiAdd_8u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void AddC |
( |
const QVImage< sFloat, 3 > & |
qvimage_pSrc, |
|
|
const sFloat |
value[3], |
|
|
QVImage< sFloat, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiAddC_32f_C3R.
This is the QVision wrapper function for IPP's ippiAddC_32f_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void AddC |
( |
const QVImage< sFloat, 1 > & |
qvimage_pSrc, |
|
|
const sFloat |
value, |
|
|
QVImage< sFloat, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiAddC_32f_C1R.
This is the QVision wrapper function for IPP's ippiAddC_32f_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void AddC |
( |
const QVImage< sShort, 3 > & |
qvimage_pSrc, |
|
|
const sShort |
value[3], |
|
|
QVImage< sShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiAddC_16s_C3RSfs.
This is the QVision wrapper function for IPP's ippiAddC_16s_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter 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. |
void AddC |
( |
const QVImage< sShort, 1 > & |
qvimage_pSrc, |
|
|
const sShort |
value, |
|
|
QVImage< sShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiAddC_16s_C1RSfs.
This is the QVision wrapper function for IPP's ippiAddC_16s_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize 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. |
void AddC |
( |
const QVImage< uShort, 3 > & |
qvimage_pSrc, |
|
|
const uShort |
value[3], |
|
|
QVImage< uShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiAddC_16u_C3RSfs.
This is the QVision wrapper function for IPP's ippiAddC_16u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter 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. |
void AddC |
( |
const QVImage< uShort, 1 > & |
qvimage_pSrc, |
|
|
const uShort |
value, |
|
|
QVImage< uShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiAddC_16u_C1RSfs.
This is the QVision wrapper function for IPP's ippiAddC_16u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize 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. |
void AddC |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc, |
|
|
const uChar |
value[3], |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiAddC_8u_C3RSfs.
This is the QVision wrapper function for IPP's ippiAddC_8u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter 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. |
void AddC |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc, |
|
|
const uChar |
value, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiAddC_8u_C1RSfs.
This is the QVision wrapper function for IPP's ippiAddC_8u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize 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. |
void AndC |
( |
const QVImage< sInt, 3 > & |
qvimage_pSrc, |
|
|
const sInt |
value[3], |
|
|
QVImage< sInt, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiAndC_32s_C3R.
This is the QVision wrapper function for IPP's ippiAndC_32s_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void AndC |
( |
const QVImage< sInt, 1 > & |
qvimage_pSrc, |
|
|
const sInt |
value, |
|
|
QVImage< sInt, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiAndC_32s_C1R.
This is the QVision wrapper function for IPP's ippiAndC_32s_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void AndC |
( |
const QVImage< uShort, 3 > & |
qvimage_pSrc, |
|
|
const uShort |
value[3], |
|
|
QVImage< uShort, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiAndC_16u_C3R.
This is the QVision wrapper function for IPP's ippiAndC_16u_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void AndC |
( |
const QVImage< uShort, 1 > & |
qvimage_pSrc, |
|
|
const uShort |
value, |
|
|
QVImage< uShort, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiAndC_16u_C1R.
This is the QVision wrapper function for IPP's ippiAndC_16u_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void AndC |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc, |
|
|
const uChar |
value[3], |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiAndC_8u_C3R.
This is the QVision wrapper function for IPP's ippiAndC_8u_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void AndC |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc, |
|
|
const uChar |
value, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiAndC_8u_C1R.
This is the QVision wrapper function for IPP's ippiAndC_8u_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void Div |
( |
const QVImage< sFloat, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< sFloat, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< sFloat, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
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 wrapper function for IPP's ippiDiv_32f_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
void Div |
( |
const QVImage< sFloat, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< sFloat, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< sFloat, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
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 wrapper function for IPP's ippiDiv_32f_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
void Div |
( |
const QVImage< sShort, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< sShort, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< sShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
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 wrapper function for IPP's ippiDiv_16s_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Div |
( |
const QVImage< sShort, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< sShort, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< sShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
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 wrapper function for IPP's ippiDiv_16s_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Div |
( |
const QVImage< uShort, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< uShort, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< uShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
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 wrapper function for IPP's ippiDiv_16u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Div |
( |
const QVImage< uShort, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< uShort, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< uShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
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 wrapper function for IPP's ippiDiv_16u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Div |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< uChar, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
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 wrapper function for IPP's ippiDiv_8u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Div |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< uChar, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
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 wrapper function for IPP's ippiDiv_8u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void DivC |
( |
const QVImage< sFloat, 3 > & |
qvimage_pSrc, |
|
|
const sFloat |
value[3], |
|
|
QVImage< sFloat, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Divides pixel values of a source image by a constant and places the scaled results in a destination image.
This is the QVision wrapper function for IPP's ippiDivC_32f_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void DivC |
( |
const QVImage< sFloat, 1 > & |
qvimage_pSrc, |
|
|
const sFloat |
value, |
|
|
QVImage< sFloat, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Divides pixel values of a source image by a constant and places the scaled results in a destination image.
This is the QVision wrapper function for IPP's ippiDivC_32f_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void DivC |
( |
const QVImage< sShort, 3 > & |
qvimage_pSrc, |
|
|
const sShort |
value[3], |
|
|
QVImage< sShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Divides pixel values of a source image by a constant and places the scaled results in a destination image.
This is the QVision wrapper function for IPP's ippiDivC_16s_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter 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. |
void DivC |
( |
const QVImage< sShort, 1 > & |
qvimage_pSrc, |
|
|
const sShort |
value, |
|
|
QVImage< sShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Divides pixel values of a source image by a constant and places the scaled results in a destination image.
This is the QVision wrapper function for IPP's ippiDivC_16s_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize 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. |
void DivC |
( |
const QVImage< uShort, 3 > & |
qvimage_pSrc, |
|
|
const uShort |
value[3], |
|
|
QVImage< uShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Divides pixel values of a source image by a constant and places the scaled results in a destination image.
This is the QVision wrapper function for IPP's ippiDivC_16u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter 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. |
void DivC |
( |
const QVImage< uShort, 1 > & |
qvimage_pSrc, |
|
|
const uShort |
value, |
|
|
QVImage< uShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Divides pixel values of a source image by a constant and places the scaled results in a destination image.
This is the QVision wrapper function for IPP's ippiDivC_16u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize 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. |
void DivC |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc, |
|
|
const uChar |
value[3], |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Divides pixel values of a source image by a constant and places the scaled results in a destination image.
This is the QVision wrapper function for IPP's ippiDivC_8u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter 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. |
void DivC |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc, |
|
|
const uChar |
value, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Divides pixel values of a source image by a constant and places the scaled results in a destination image.
This is the QVision wrapper function for IPP's ippiDivC_8u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize 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. |
void Ln |
( |
const QVImage< sFloat, 3 > & |
qvimage_pSrc, |
|
|
QVImage< sFloat, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Computes the natural logarithm of each pixel values of a source image and places the results in the destination image; for in-place flavors - in the same image.
This is the QVision wrapper function for IPP's ippiLn_32f_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| 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 |
void Ln |
( |
const QVImage< sFloat, 1 > & |
qvimage_pSrc, |
|
|
QVImage< sFloat, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Computes the natural logarithm of each pixel values of a source image and places the results in the destination image; for in-place flavors - in the same image.
This is the QVision wrapper function for IPP's ippiLn_32f_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| 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 |
void LShiftC |
( |
const QVImage< sInt, 3 > & |
qvimage_pSrc, |
|
|
const uInt |
value[3], |
|
|
QVImage< sInt, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiLShiftC_32s_C3R.
This is the QVision wrapper function for IPP's ippiLShiftC_32s_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void LShiftC |
( |
const QVImage< sInt, 1 > & |
qvimage_pSrc, |
|
|
const uInt |
value, |
|
|
QVImage< sInt, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiLShiftC_32s_C1R.
This is the QVision wrapper function for IPP's ippiLShiftC_32s_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void LShiftC |
( |
const QVImage< uShort, 3 > & |
qvimage_pSrc, |
|
|
const uInt |
value[3], |
|
|
QVImage< uShort, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiLShiftC_16u_C3R.
This is the QVision wrapper function for IPP's ippiLShiftC_16u_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void LShiftC |
( |
const QVImage< uShort, 1 > & |
qvimage_pSrc, |
|
|
const uInt |
value, |
|
|
QVImage< uShort, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiLShiftC_16u_C1R.
This is the QVision wrapper function for IPP's ippiLShiftC_16u_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void LShiftC |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc, |
|
|
const uInt |
value[3], |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiLShiftC_8u_C3R.
This is the QVision wrapper function for IPP's ippiLShiftC_8u_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void LShiftC |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc, |
|
|
const uInt |
value, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiLShiftC_8u_C1R.
This is the QVision wrapper function for IPP's ippiLShiftC_8u_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void Mul |
( |
const QVImage< sFloat, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< sFloat, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< sFloat, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
This is the QVision wrapper function for IPP's ippiMul_32f_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
void Mul |
( |
const QVImage< sFloat, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< sFloat, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< sFloat, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
This is the QVision wrapper function for IPP's ippiMul_32f_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
void Mul |
( |
const QVImage< sShort, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< sShort, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< sShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
This is the QVision wrapper function for IPP's ippiMul_16s_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Mul |
( |
const QVImage< sShort, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< sShort, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< sShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
This is the QVision wrapper function for IPP's ippiMul_16s_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Mul |
( |
const QVImage< uShort, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< uShort, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< uShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
This is the QVision wrapper function for IPP's ippiMul_16u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Mul |
( |
const QVImage< uShort, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< uShort, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< uShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
This is the QVision wrapper function for IPP's ippiMul_16u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Mul |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< uChar, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
This is the QVision wrapper function for IPP's ippiMul_8u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Mul |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< uChar, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image.
This is the QVision wrapper function for IPP's ippiMul_8u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void MulC |
( |
const QVImage< sFloat, 3 > & |
qvimage_pSrc, |
|
|
const sFloat |
value[3], |
|
|
QVImage< sFloat, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
This is the QVision wrapper function for IPP's ippiMulC_32f_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void MulC |
( |
const QVImage< sFloat, 1 > & |
qvimage_pSrc, |
|
|
const sFloat |
value, |
|
|
QVImage< sFloat, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
This is the QVision wrapper function for IPP's ippiMulC_32f_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void MulC |
( |
const QVImage< sShort, 3 > & |
qvimage_pSrc, |
|
|
const sShort |
value[3], |
|
|
QVImage< sShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
This is the QVision wrapper function for IPP's ippiMulC_16s_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter 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. |
void MulC |
( |
const QVImage< sShort, 1 > & |
qvimage_pSrc, |
|
|
const sShort |
value, |
|
|
QVImage< sShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
This is the QVision wrapper function for IPP's ippiMulC_16s_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize 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. |
void MulC |
( |
const QVImage< uShort, 3 > & |
qvimage_pSrc, |
|
|
const uShort |
value[3], |
|
|
QVImage< uShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
This is the QVision wrapper function for IPP's ippiMulC_16u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter 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. |
void MulC |
( |
const QVImage< uShort, 1 > & |
qvimage_pSrc, |
|
|
const uShort |
value, |
|
|
QVImage< uShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
This is the QVision wrapper function for IPP's ippiMulC_16u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize 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. |
void MulC |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc, |
|
|
const uChar |
value[3], |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
This is the QVision wrapper function for IPP's ippiMulC_8u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter 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. |
void MulC |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc, |
|
|
const uChar |
value, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image.
This is the QVision wrapper function for IPP's ippiMulC_8u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize 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. |
void MulScale |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< uChar, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiMulScale_8u_C3R.
This is the QVision wrapper function for IPP's ippiMulScale_8u_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
void MulScale |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< uChar, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiMulScale_8u_C1R.
This is the QVision wrapper function for IPP's ippiMulScale_8u_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
void Not |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc, |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Performs corresponding bitwise logical operation between pixels of two image (AndC OrC XorC - between pixel of the source image and a constant).
This is the QVision wrapper function for IPP's ippiNot_8u_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| 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 |
void Not |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Performs corresponding bitwise logical operation between pixels of two image (AndC OrC XorC - between pixel of the source image and a constant).
This is the QVision wrapper function for IPP's ippiNot_8u_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| 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 |
void OrC |
( |
const QVImage< sInt, 3 > & |
qvimage_pSrc, |
|
|
const sInt |
value[3], |
|
|
QVImage< sInt, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiOrC_32s_C3R.
This is the QVision wrapper function for IPP's ippiOrC_32s_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void OrC |
( |
const QVImage< sInt, 1 > & |
qvimage_pSrc, |
|
|
const sInt |
value, |
|
|
QVImage< sInt, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiOrC_32s_C1R.
This is the QVision wrapper function for IPP's ippiOrC_32s_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void OrC |
( |
const QVImage< uShort, 3 > & |
qvimage_pSrc, |
|
|
const uShort |
value[3], |
|
|
QVImage< uShort, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiOrC_16u_C3R.
This is the QVision wrapper function for IPP's ippiOrC_16u_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void OrC |
( |
const QVImage< uShort, 1 > & |
qvimage_pSrc, |
|
|
const uShort |
value, |
|
|
QVImage< uShort, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiOrC_16u_C1R.
This is the QVision wrapper function for IPP's ippiOrC_16u_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void OrC |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc, |
|
|
const uChar |
value[3], |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiOrC_8u_C3R.
This is the QVision wrapper function for IPP's ippiOrC_8u_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void OrC |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc, |
|
|
const uChar |
value, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiOrC_8u_C1R.
This is the QVision wrapper function for IPP's ippiOrC_8u_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void RShiftC |
( |
const QVImage< sInt, 3 > & |
qvimage_pSrc, |
|
|
const uInt |
value[3], |
|
|
QVImage< sInt, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiRShiftC_32s_C3R.
This is the QVision wrapper function for IPP's ippiRShiftC_32s_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void RShiftC |
( |
const QVImage< sInt, 1 > & |
qvimage_pSrc, |
|
|
const uInt |
value, |
|
|
QVImage< sInt, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiRShiftC_32s_C1R.
This is the QVision wrapper function for IPP's ippiRShiftC_32s_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void RShiftC |
( |
const QVImage< uShort, 3 > & |
qvimage_pSrc, |
|
|
const uInt |
value[3], |
|
|
QVImage< uShort, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiRShiftC_16u_C3R.
This is the QVision wrapper function for IPP's ippiRShiftC_16u_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void RShiftC |
( |
const QVImage< uShort, 1 > & |
qvimage_pSrc, |
|
|
const uInt |
value, |
|
|
QVImage< uShort, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiRShiftC_16u_C1R.
This is the QVision wrapper function for IPP's ippiRShiftC_16u_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void RShiftC |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc, |
|
|
const uInt |
value[3], |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiRShiftC_8u_C3R.
This is the QVision wrapper function for IPP's ippiRShiftC_8u_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void RShiftC |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc, |
|
|
const uInt |
value, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiRShiftC_8u_C1R.
This is the QVision wrapper function for IPP's ippiRShiftC_8u_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void Sqr |
( |
const QVImage< sFloat, 1 > & |
qvimage_pSrc, |
|
|
QVImage< sFloat, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
Squares pixel values of an image and places results in the destination image; for in-place flavors - in the same image.
This is the QVision wrapper function for IPP's ippiSqr_32f_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| 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 |
void Sub |
( |
const QVImage< sFloat, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< sFloat, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< sFloat, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSub_32f_C3R.
This is the QVision wrapper function for IPP's ippiSub_32f_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
void Sub |
( |
const QVImage< sFloat, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< sFloat, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< sFloat, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSub_32f_C1R.
This is the QVision wrapper function for IPP's ippiSub_32f_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
void Sub |
( |
const QVImage< sShort, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< sShort, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< sShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSub_16s_C3RSfs.
This is the QVision wrapper function for IPP's ippiSub_16s_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Sub |
( |
const QVImage< sShort, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< sShort, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< sShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSub_16s_C1RSfs.
This is the QVision wrapper function for IPP's ippiSub_16s_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Sub |
( |
const QVImage< uShort, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< uShort, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< uShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSub_16u_C3RSfs.
This is the QVision wrapper function for IPP's ippiSub_16u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Sub |
( |
const QVImage< uShort, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< uShort, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< uShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSub_16u_C1RSfs.
This is the QVision wrapper function for IPP's ippiSub_16u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Sub |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc1, |
|
|
const QVImage< uChar, 3 > & |
qvimage_pSrc2, |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSub_8u_C3RSfs.
This is the QVision wrapper function for IPP's ippiSub_8u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void Sub |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc1, |
|
|
const QVImage< uChar, 1 > & |
qvimage_pSrc2, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSub_8u_C1RSfs.
This is the QVision wrapper function for IPP's ippiSub_8u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function 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 |
| scaleFactor | Corresponds to the same parameter of type IppiSize in the IPP function. |
void SubC |
( |
const QVImage< sFloat, 3 > & |
qvimage_pSrc, |
|
|
const sFloat |
value[3], |
|
|
QVImage< sFloat, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSubC_32f_C3R.
This is the QVision wrapper function for IPP's ippiSubC_32f_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void SubC |
( |
const QVImage< sFloat, 1 > & |
qvimage_pSrc, |
|
|
const sFloat |
value, |
|
|
QVImage< sFloat, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSubC_32f_C1R.
This is the QVision wrapper function for IPP's ippiSubC_32f_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void SubC |
( |
const QVImage< sShort, 3 > & |
qvimage_pSrc, |
|
|
const sShort |
value[3], |
|
|
QVImage< sShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSubC_16s_C3RSfs.
This is the QVision wrapper function for IPP's ippiSubC_16s_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter 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. |
void SubC |
( |
const QVImage< uShort, 3 > & |
qvimage_pSrc, |
|
|
const uShort |
value[3], |
|
|
QVImage< uShort, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSubC_16u_C3RSfs.
This is the QVision wrapper function for IPP's ippiSubC_16u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter 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. |
void SubC |
( |
const QVImage< sShort, 1 > & |
qvimage_pSrc, |
|
|
const sShort |
value, |
|
|
QVImage< sShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSubC_16s_C1RSfs.
This is the QVision wrapper function for IPP's ippiSubC_16s_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize 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. |
void SubC |
( |
const QVImage< uShort, 1 > & |
qvimage_pSrc, |
|
|
const uShort |
value, |
|
|
QVImage< uShort, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSubC_16u_C1RSfs.
This is the QVision wrapper function for IPP's ippiSubC_16u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize 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. |
void SubC |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc, |
|
|
const uChar |
value[3], |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSubC_8u_C3RSfs.
This is the QVision wrapper function for IPP's ippiSubC_8u_C3RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter 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. |
void SubC |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc, |
|
|
const uChar |
value, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const int |
scaleFactor = 1 , |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiSubC_8u_C1RSfs.
This is the QVision wrapper function for IPP's ippiSubC_8u_C1RSfs. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize 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. |
void XorC |
( |
const QVImage< sInt, 3 > & |
qvimage_pSrc, |
|
|
const sInt |
value[3], |
|
|
QVImage< sInt, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiXorC_32s_C3R.
This is the QVision wrapper function for IPP's ippiXorC_32s_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void XorC |
( |
const QVImage< sInt, 1 > & |
qvimage_pSrc, |
|
|
const sInt |
value, |
|
|
QVImage< sInt, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiXorC_32s_C1R.
This is the QVision wrapper function for IPP's ippiXorC_32s_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void XorC |
( |
const QVImage< uShort, 3 > & |
qvimage_pSrc, |
|
|
const uShort |
value[3], |
|
|
QVImage< uShort, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiXorC_16u_C3R.
This is the QVision wrapper function for IPP's ippiXorC_16u_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void XorC |
( |
const QVImage< uShort, 1 > & |
qvimage_pSrc, |
|
|
const uShort |
value, |
|
|
QVImage< uShort, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiXorC_16u_C1R.
This is the QVision wrapper function for IPP's ippiXorC_16u_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void XorC |
( |
const QVImage< uChar, 3 > & |
qvimage_pSrc, |
|
|
const uChar |
value[3], |
|
|
QVImage< uChar, 3 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiXorC_8u_C3R.
This is the QVision wrapper function for IPP's ippiXorC_8u_C3R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
void XorC |
( |
const QVImage< uChar, 1 > & |
qvimage_pSrc, |
|
|
const uChar |
value, |
|
|
QVImage< uChar, 1 > & |
qvimage_pDst, |
|
|
const QPoint & |
destROIOffset = QPoint(0, 0) | |
|
) |
| | |
QVision wrapper function for IPP's ippiXorC_8u_C1R.
This is the QVision wrapper function for IPP's ippiXorC_8u_C1R. See Intel's IPP documentation for a deeper understanding of that function. The parameters of this wrapper function and the original IPP function corresponds as follows: - Parameters:
-
| qvimage_pSrc | Image corresponding to the data buffer pointer pSrc and step number srcStep variables in the IPP function |
| value | Corresponds to the same parameter of type IppiSize in the IPP function. |
| qvimage_pDst | Image corresponding to the data buffer pointer pDst and step number dstStep variables in the IPP function |
|