ser94mor/2d-feature-tracking

MP.1 Data Buffer Optimization

ser94mor opened this issue · 0 comments

Implement a vector for dataBuffer objects whose size does not exceed a limit (e.g. 2 elements). This can be achieved by pushing in new elements on one end and removing elements on the other end.