[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r194] by ltilib

alvarado: @CHG: the global template casting function cond_round_cast had a very short life due to the lack of ANSI C++ overloading of Visual C++. The bug Q240871 vorbids the use of the static_cast or dynamic_cast similar syntax, so that the new function is called condRoundCastTo(from,to).

2003-05-06 09:56:04 Tree
[r193] by ltilib

alvarado: First version of template files for a template functor.

2003-05-06 09:55:09 Tree
[r192] by ltilib

alvarado: @CHG: The base classes for interpolators are not template classes any more. Therefore, the files ltiEquallySpacedSamplesInterpolator.cpp, ltiInterpolator.cpp and ltiVariablySpacedSamplesInterpolator.cpp have being added.

2003-05-06 09:54:49 Tree
[r191] by ltilib

alvarado: @ADD: A simple class to represent line segments (tline<T>) has being added. Besides the storage of the begin and end points, this class provides some simple operations like detection of intersection with other lines or rectangles and minimal distance between a point and the line segment.

2003-05-06 09:54:28 Tree
[r190] by ltilib

alvarado: @ADD: fastLine<T> class has being added. This from tline<T> inherited class stores more attributes of the line (like slope and delta (the direction vector) ), which should help to speed up the algorithms for intersection and distance detection. This first version provides only the interface, but the methods might still be too slow for real requirements. Work in accelerating them is still being done.

2003-05-06 09:53:39 Tree
[r189] by ltilib

wickel: added explicit instantiation file

2003-05-06 09:53:02 Tree
[r188] by ltilib

alvarado: @ADD: an object factory for scalarValuedInterpolation<T> objects has been added.

2003-05-06 09:52:49 Tree
[r187] by ltilib

alvarado: @ADD: class nearestNeighborInterpolator added. It provides the simplest and fastest interpolation method, but with not very good results. If the bilinearInterpolation is too slow for your algorithm, you can try this one only if the quality of the results is not important.

2003-05-06 09:52:31 Tree
[r186] by ltilib

alvarado: Not ltiGenerator accepts more @tokens in the header template. This was required towards template functors templates.

2003-05-05 10:09:17 Tree
[r185] by ltilib

alvarado: Small changes towards a more generic implementation. This class must be completely reviewed, as it works only with float and double types, and should also work with ubyte, int and rgbPixel.

2003-05-05 10:08:41 Tree
Older >