Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibRemoveBranches.m File Reference

remove branches from thinned bitmap image img the line can be thinned using _img = bwmorph(img, thin, Inf)_ command somewhat based on "Exploring shortest paths – part 5" by Steve Eddins (https://blogs.mathworks.com/steve/2011/12/13/exploring-shortest-paths-part-5/) More...

Functions

function imgOut = mibRemoveBranches (img)
 remove branches from thinned bitmap image img the line can be thinned using _img = bwmorph(img, thin, Inf)_ command somewhat based on "Exploring shortest paths – part 5" by Steve Eddins (https://blogs.mathworks.com/steve/2011/12/13/exploring-shortest-paths-part-5/)
 

Detailed Description

remove branches from thinned bitmap image img the line can be thinned using _img = bwmorph(img, thin, Inf)_ command somewhat based on "Exploring shortest paths – part 5" by Steve Eddins (https://blogs.mathworks.com/steve/2011/12/13/exploring-shortest-paths-part-5/)

Function Documentation

◆ mibRemoveBranches()

function imgOut = mibRemoveBranches ( img)

remove branches from thinned bitmap image img the line can be thinned using _img = bwmorph(img, thin, Inf)_ command somewhat based on "Exploring shortest paths – part 5" by Steve Eddins (https://blogs.mathworks.com/steve/2011/12/13/exploring-shortest-paths-part-5/)

Parameters
imga bitmap image with thinned curves
Return values
imgOutimage without branches

References D(), and min.

Referenced by mibMorphOpsController.continueBtn_Callback().

Here is the call graph for this function:
Here is the caller graph for this function: