| Commit | Date | |
|---|---|---|
| 2003-05-05 09:58:08 | Tree | |
| 2003-05-05 09:57:56 | Tree | |
| 2003-05-05 09:57:42 | Tree | |
| 2003-05-05 09:57:31 | Tree | |
| 2003-05-05 09:57:20 | Tree | |
| 2003-05-05 09:57:09 | Tree | |
|
[r173]
by
ltilib
alvarado: @ADD: lti::matrix<T> has now two new inline methods with an efficient implementation (implying more storage) to get the index of the last row and last column (lastRow() and lastColumn()), which is consistent with the method lastIdx() of the vector. This was necessary to speed up some algorithms that require this information at the lowest possible cost. All places in other data structures and functors of the LTI-Lib which got this information with rows()-1 or columns()-1 have being updated to the new method. This can speed up a little bit some algorithms like the medianFilter. |
2003-05-05 09:56:06 | Tree |
|
[r172]
by
ltilib
alvarado: the minDistance2 methods in ltiGeometry.h have been renamed to minDistanceSqr to avoid confusion with minDistance"To". Now this naming is consistent with the methods distanceSqr of points, pixels and vectors. |
2003-05-05 09:55:13 | Tree |
|
[r171]
by
ltilib
sltilib: Visual cannot cope with cond_round_cast for several different integer types. |
2003-05-05 09:54:44 | Tree |
|
[r170]
by
ltilib
alvarado: @CHG: the minDistance2 methods in ltiGeometry.h have been renamed to minDistanceSqr to avoid confusion with minDistance"To". Now this naming is consistent with the methods distanceSqr of points, pixels and vectors. |
2003-05-05 09:54:20 | Tree |