LTI-Lib (C++ Computer Vision Library) Code
Status: Beta
Brought to you by:
alvarado
| Commit | Date | |
|---|---|---|
| 2015-09-12 15:10:38 | Tree | |
|
[r3383]
by
alvarado
The containers for vector and matrix lacked a data() method to access the first memory position of the data block, and therefore everywhere was used a &foo.at(0) or &bar.at(0,0). Now the method foo.data() and bar.data() provide the same information (like in C++11 std::vector). |
2015-09-12 15:00:18 | Tree |
| 2015-09-06 15:39:39 | Tree | |
| 2015-09-06 15:18:45 | Tree | |
| 2015-09-06 14:02:41 | Tree | |
| 2015-09-06 12:38:15 | Tree | |
| 2015-09-06 10:54:04 | Tree | |
| 2015-09-06 10:13:50 | Tree | |
| 2015-09-06 10:04:44 | Tree | |
| 2015-01-21 06:20:26 | Tree |