#include "HxSF.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxClosingByReconstructionTopHat (HxImageRep im, HxSF sf1, HxSF sf2) |
function y=mmcloserecth_equ( f, bdil, bc) y = mmsubm(mmcloserec(f, bdil, bc),f);. More... |
|
function y=mmcloserecth_equ( f, bdil, bc) y = mmsubm(mmcloserec(f, bdil, bc),f);.
00026 { 00027 return HxSubSat(HxClosingByReconstruction(im,sf1,sf2), im); 00028 } |