Log of Changes
- Version 1.1
- 2/10/97
- Posted
- Features are lost when residue exceeded
- KLTSelectGoodFeatures() only accepts features whose minimum
eigenvalue is at least
tc->min_eigenvalue
- User allowed to output internal images
- comments allowed in data files
- Default for
tc->smooth_sigma_fact
changed from 0.5 to 0.1
- _minEigenvalue() routine simplified
- Version 1.0 (beta)
- 2/10/97
- Posted
- Print statements are prefaced by "(KLT) "
- Version 1.0 (alpha)
- 1/28/97
- Removed '#include "pyramid.h"' from "klt.h"
- Changed '_KLT_Pyramid' in "klt.h" to 'void *'
- Forced coercion of 'void *' to '_KLT_Pyramid' in other files
- 1/27/97
- Removed 'makedepend' from Makefile, along with dependencies
below '# DO NOT DELETE'
- 1/24/97
- Posted