MIDA-group / CytoBrowser

CytoBrowser, a JavaScript and Node.js driven environment for fast and accessible collaborative online visualization, assessment, and annotation of very large microscopy images.
GNU General Public License v3.0
16 stars 7 forks source link

Spurious incorrect self-intersect errors #203

Closed joakimlindblad closed 2 years ago

joakimlindblad commented 2 years ago

Observed in Console.log when moving region points.

Seemingly due to floating point issues combined with checking consecutive line segments (with a shared vertex)

joakimlindblad commented 2 years ago

PR #205