To remove small size transitions and emphasize continuous transitions, you can use a combination of edge detection and filtering techniques in MATLAB. The steps are as follows:
main.m25 chars2 lines
main.m21 chars2 lines
main.m26 chars2 lines
se
according to the size of the edges you want to keep.main.m53 chars3 lines
wSize
according to the level of smoothing you want to achieve.main.m46 chars3 lines
thresh
according to the desired level of edge intensity.main.m44 chars3 lines
main.m46 chars3 lines
This method should help you remove small transitions and emphasize continuous transitions in your MATLAB image.
gistlibby LogSnag