[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[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
[r184] by ltilib

alvarado: Small formating changes. Use of new matrix methods lastRow() and lastColumn()

2003-05-05 10:08:26 Tree
[r183] by ltilib

alvarado: Non virtual method interpolate() added

2003-05-05 10:04:38 Tree
[r182] by ltilib

alvarado: @CHG: The methods of ltiGeometricTransform were still in the old interface style. Now they return a boolean. Furthermore, the apply methods for matrices now provide an optional template parameter, which specifies the interpolation functor that shoud be used. This was not implemented as functor parameter due to efficiency issues: as a virtual member, the interpolation would take about 15% more time as a direct instance.

2003-05-05 10:03:08 Tree
[r181] by ltilib

alvarado: @ADD: Two methods added: the first one areaX2() (area times two) compute twice the area of the polygon. Why twice? Because for integer types twice the area is also an integer, and computing on the same type is a little bit more efficient than casting to a floating point type, that in case of interger types would only keep track of a 1/2 term. The second method clockwise() uses areaX2() to decide if the polygon turns clockwise or not.

2003-05-05 10:02:10 Tree
[r180] by ltilib

sltilib: Overload of template methods not supported, so we rename the new one in tApply and tRotate and tScale

2003-05-05 09:58:45 Tree
[r179] by ltilib

alvarado: File name in header fixed.

2003-05-05 09:58:08 Tree
[r178] by ltilib

sltilib: Some type information errors fixed.

2003-05-05 09:57:56 Tree
[r177] by ltilib

alvarado: Bases classes for interpolators are not template classes any more.

2003-05-05 09:57:42 Tree
[r176] by ltilib

alvarado: Initial import. Release LTI-Lib Lithium (v. 1.9.0)

2003-05-05 09:57:31 Tree
Older >