wingtorres / morphometrix

A PyQt5 Gui for photogrammetry and morphometry
MIT License
17 stars 7 forks source link

Revised Bézier curve function #4

Closed cbirdferrer closed 2 years ago

cbirdferrer commented 2 years ago

@wingtorres - I updated the code so that the Bézier curve won't run on lines drawn with only 2 points because we discovered that the Bézier curve run on a line with only 2 points incorrectly overestimates pixel count. Relevant line numbers: 552, 563, 619.

Let me know if you have any questions!

wingtorres commented 2 years ago

Thanks @cbirdferrer!