#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... | |
|
||||||||||||||||
|
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 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001