StandardCyborg / StandardCyborgSDK

A C++ SDK for 3D computer vision, paired with Cocoa frameworks for TrueDepth-based 3D scanning, meshing, and ML landmarking models + analysis for foot and ear
MIT License
47 stars 25 forks source link

Correct vertex checking typo in edge matching #15

Closed irtemed88 closed 6 months ago

irtemed88 commented 8 months ago

While investigating #12, I noticed the meshing function was performing a comparison which seemed like it might be a typo. The other edge matching checks always check both vertices and it seemed like that should be the case here too.