derpicated / articated

ARticated; An augmented reality application for Android
MIT License
10 stars 5 forks source link

Split algorithm frame helper functions into seperate class #35

Closed Mercotui closed 3 years ago

Mercotui commented 3 years ago

This commit cleans up our polymorphic vision algorithm base class, by splitting it into a pure virtual interface, and a helper class for handling frame data. In the process it does away with some awkward syntactic magic