[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r603] by doerfler

*** empty log message ***

2003-10-27 17:27:36 Tree
[r602] by doerfler

some additional information on hTypes and loads of comments and pics for the code example

2003-10-27 17:24:25 Tree
[r601] by haehnel

spelling corrections

2003-10-27 14:25:12 Tree
[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
Older >