[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r600] by alvarado

@ADD: Vlad Popovici's lti::rotation functor has been added to the library. It uses the "Rotation by Shear" algorithm which is some times slightly faster than the lti::geometricTransform. In general, the current algorithm is slower in the debug version, and in the release is always faster rotating angles around 45, 135, -135 and -45 degrees, and much much faster for rotations of exactly k*90 degrees. For the angles around k*90, the lti::geometricTransform using bilinear interpolation is still faster, and using the kNearestNeighbor interpolation even faster than the new one. The algorithm may change in the future to increase efficiency.

2003-10-25 11:42:34 Tree
[r599] by ltilib

alvarado: Undefine the "None" macro, to allow its use as constant in an enum. Oh, those awful C things...

2003-10-25 04:02:58 Tree
[r598] by ltilib

doerfler: forgot to comment out _LTI_DEBUG

2003-10-25 04:02:32 Tree
[r597] by ltilib

alvarado: stdio.h replace by cstdio

2003-10-24 04:03:43 Tree
[r596] by ltilib

alvarado: Doxygen warnings fixed.

2003-10-24 04:03:11 Tree
[r595] by ltilib

alvarado: Allow to set the data of a known element.

2003-10-24 04:02:33 Tree
[r594] by alvarado

Now check for --disable-debug or --enable-debug with the AC_LIB_VERSIONS macro in acinclude.m4

2003-10-23 20:19:44 Tree
[r593] by alvarado

Adapted to use as default target only those libraries specified by the user with the configure script.

2003-10-23 20:19:05 Tree
[r592] by alvarado

@ADD: In Linux, the configure script now accepts the options --disable-debug or --disable-release to suppress the automatic compilation of the debug or release libraries respectively. Without them, both libraries will be compile when only "make" is given. Of course, you still can combile the debug or release libraries with the corresponding targets.

2003-10-23 20:18:23 Tree
[r591] by doerfler

deprecated method replaced

2003-10-23 08:51:37 Tree
Older >