morphological operations in matlab and simulink -


i got issues concerning simulink morphological block erode. i'm using 3x3 neighborhood operation (strel('square',3) set @ function block parameters ). working fine long found object points aren't located @ image borders. if they're, outcome of block erode still contains border points of image, due erode operation should have been gone. not understanding block or what's basic mistake here? if i'm using matlab function bwmorph() eroding image, gives me desired outcome, i'm expecting.

if can't fixed, i'll have implement operation matlab function block in simulink. if so, can tell me runtime increse or decrease, i'm getting? final algorithm compiled rapid prototyping platform via simulink interface.

best regards!


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -