thorstenwagner / ij-ridgedetection

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

Error in contour linking #37

Open lucalusn opened 5 years ago

lucalusn commented 5 years ago

This line does not make sense: https://github.com/thorstenwagner/ij-ridgedetection/blob/master/src/main/java/de/biomedical_imaging/ij/steger/Link.java#L615

thorstenwagner commented 5 years ago

Certainly true, I will look into it! Thanks!

lucalusn commented 5 years ago

There is the same error here: https://github.com/thorstenwagner/ij-ridgedetection/blob/master/src/main/java/de/biomedical_imaging/ij/steger/Link.java#L772