#include "HxSF.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxOpeningTopHat (HxImageRep im, HxSF sf) |
res = im - opening(im,sf). More... |
|
res = im - opening(im,sf).
00015 { 00016 return HxSub(im, HxOpening(im,sf)); 00017 } |