thorstenwagner / ij-ridgedetection

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

There are junction points with line ids which do not exist when SLOPE overlap resolution is activated #19

Closed thorstenwagner closed 7 years ago

thorstenwagner commented 8 years ago

To reproduce: ridge_test_2

Configuration: Sigma: 2.52 Lower Threshold: 2.21 Upper Threshold: 9.00

The contours table containing two lines which were merged nicely. However, the junction table contains six junction points with line ids which do not exist. @hinerm I think this is because you do not update any junction points when doing slope resolution?

thorstenwagner commented 7 years ago

Issue https://github.com/thorstenwagner/ij-ridgedetection/issues/24 also influences this example:

bug_2

thorstenwagner commented 7 years ago

However, the issue started with is fixed.