Horus Doc ||
C++ Reference ||
Class Overview
Pixels
Images
Detector
Geometry
Registry ||
Doxygen's quick Index
Binary pixel operation
The pattern loops over all pixels in the input images and applies the pixel functor to each pair of pixels. The result is written to the corresponding position in the result image.
Instantiations of the pattern are invoked via
Instantiation is done via the HxImgFtorBpo functor, with the following template parameters:
- DstImgSigT is the signature type of the destination image
- Src1ImgSigT is the signature type of the first source image
- Src2ImgSigT is the signature type of the second source image
- BpoT is the type of the pixel functor
The requirements for the BpoT parameter and an example of its use are given in the sections on variations:
Tags for BpoT variations:
For further reference :
Return to patterns.
Generated on Tue Feb 3 14:19:12 2004 for C++Reference by
1.2.12 written by Dimitri van Heesch,
© 1997-2001