removed todo

This commit is contained in:
Dmitry Anisimov 2021-06-30 11:08:10 +02:00
parent 4094ab5e19
commit 587f5a0fce
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
* Comment the code.
* Spell check all files.
* Check memory leaking.
* Install OSQP on all testing platforms.
* Add a 3D version of the QP regularization algorithm.
* Add an opencv tutorial with the global segments regularization over the Chicago map.
* Do we actually care about the clockwise/counterclockwise order in the contours? Yes, if it is an open contour. For closed contours, the visual result is identical however the order of the vertices is reversed. For open contours, the visual result is not identical.