thorstenwagner / ij-ridgedetection

Detect ridges / lines with imagej
GNU General Public License v2.0
42 stars 27 forks source link

Master #22

Closed xraynaud closed 7 years ago

xraynaud commented 7 years ago

Hi, I have modified your if.ridgedetection plugin to produce a binary image of the identified segments (issue #21). Hope it helps.

Cheers.

details of changes: makeBinary creates a new stacked binary image containing the segments identified by the plugin. The preview checkbox function was also modified so that it will show up when working on composite images.