Horus Doc ||
C++ Reference ||
Class Overview
Pixels
Images
Detector
Geometry
Registry ||
Doxygen's quick Index
Neighbourhood operation on 2D images with two extra images
The pattern loops over all pixels in the image and the extra images and applies the neighbourhood functor to the 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 HxImgFtorNgb2dExtra2 functor, with the following template parameters:
- DstImgSigT is the signature type of the destination image
- SrcImgSigT is the signature type of the source image
- ExtraImgSigT is the signature type of the extra image
- ExtraImg2SigT is the signature type of second extra image
- NgbT is the type of the neighbourhood functor
The requirements for the NgbT parameter and an example of its use are given in the sections on variations:
Tags for NgbT variations:
For further reference :
Return to patterns.
Generated on Mon Jan 27 15:49:13 2003 for C++Reference by
1.2.12 written by Dimitri van Heesch,
© 1997-2001