#include "HxSF.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxClosingByReconstruction (HxImageRep im, HxSF sf1, HxSF sf2) |
function y=mmcloserec_equ( f, bdil, bc ) y = mmsuprec(mmdil(f,bdil),f,bc);. More... |
|
function y=mmcloserec_equ( f, bdil, bc ) y = mmsuprec(mmdil(f,bdil),f,bc);.
00024 { 00025 return HxSupremumReconstruction(HxDilation(im,sf1), im, sf2); 00026 } |