Horus Doc ||
C++ Reference ||
Class Overview
Pixels
Images
Detector
Geometry
Registry ||
Doxygen's quick Index
M output, N input pixel operation
The pattern loops over all pixels in the N input images and applies the pixel functor to each pair of N pixels. The result set of M values is written to the corresponding positions in the M result image.
Instantiations of the pattern are invoked via
Instantiation is done via the HxImgFtorMNpo functor, with the following template parameters:
- DstImgsSigT is the signature type of the destination images
- SrcImgsSigT is the signature type of the source images
- MNpoT is the type of the multi pixel functor
The requirements for the MNpoT parameter and an example of its use are given in the sections on variations:
Tags for MNpoT 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