0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 7 months ago.
Oct 09, 2022 — Oct 09, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
@FIX: Bottom line of extension with periodic was left untouched More... almost 14 years ago
Ups... no backups here More... almost 14 years ago
@ADD: Rectangular kernel, almost the same as squareKernel More... almost 14 years ago
Doc fixed More... about 14 years ago
Unnecessary copy removed. More... about 14 years ago
Comments added More... about 14 years ago
Directory structure of the library More... about 14 years ago
Lucid Lynx More... about 14 years ago
documentation fixed. More... about 14 years ago
@CHG: Documentation fixed and behavior modified to fit the mathematical expectations: there is no reason why the weights had to be treated as points, when they are clearly not points! More... about 14 years ago
Fix also for applyCol, and better casting for kernels. More... about 14 years ago
Minor comments More... about 14 years ago
Since the new channel construction changed, a fix for some ambiguities was required. More... about 14 years ago
Constructors of channels now can receive instances of the upper classes up to genericMatrix, instead of the same channel. More... about 14 years ago
@FIX: A very long time ago, Peter Doerfler and Bodo Hofmann improved the speed of the convolution by making special cases for symmetric and asymmetric kernels, but they broke on the way the functionality in the sense that they completely ignored the indices of the kernel, assuming that the position zero was always on the middle of the kernel, which is absolutely WRONG! So, the older version has been revived, to allow using a correct version of the vector convolution, while all other parts are being fixed. More... about 14 years ago
@MOV: Files ltiKernelType.* moved to types/ltiKernelSymmetry.* The name of the type has also been changed to the symmetry name. More... about 14 years ago
@MOV: ltiKernelSymmetry is the replacement of the older ltiKernelType, with a more suggestive name. More... about 14 years ago
Trying to fix wrongly deleted files More... about 14 years ago
@MOV: ltiKernelType moved to a more suited ltiKernelSymmetry type and file More... about 14 years ago
Just starting unitTest for very critical classes that will required continuous checks More... about 14 years ago
Initialize temporal variable to avoid warnings. More... about 14 years ago
Wrong documentation of image constructor to a reference subimage fixed. More... about 14 years ago
@CHG: lti::scramble changed to non-const apply due to the necessity of having the random number generator as attribute, or otherwise always the same permutations would be produced, what does not really makes much sense. No mutable was used because it would be risky to believe the methods are really const in a multithreading environment. More... about 14 years ago
@FIX: Parameters of lti::scramble weren't used. Now they are and better documentation about what's really happening and how to provide real random behavior has been added. More... about 14 years ago
Typo fixed More... about 14 years ago
Comment fixed. More... about 14 years ago
Read phenotype of .pf file only if it exists. More... about 14 years ago
Read a phenotype in the pareto .pf file only if it exists. More... about 14 years ago
@ADD: Example in the documentation of kdTree More... about 14 years ago
@ADD: localExtremes can now be used on vectors of the usual types and has more robust boundary analysis. More... about 14 years ago