Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxHitOrMiss.h File Reference

More...

#include "HxSF.h"

Go to the source code of this file.

Functions

HxImageRep L_HXIMAGEREP HxHitOrMiss (HxImageRep im, HxSF sf1, HxSF sf2)
 sf1 and sf2 have to be disjoint! More...


Detailed Description


Function Documentation

HxImageRep L_HXIMAGEREP HxHitOrMiss HxImageRep    im,
HxSF    sf1,
HxSF    sf2
 

sf1 and sf2 have to be disjoint!

00016 {
00017     HxImageRep imc = HxSubVal(HxComplement(im),254);
00018     
00019     return HxAnd(HxErosion(im,sf1), HxErosion(imc,sf2));
00020 }


Generated on Tue Feb 3 14:18:48 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001