MeasTex: Maintenance (Bug fixes, changes, etc)


Version 1.0 -> Version 1.1

19 February, 1997
Incorrect equation for Gabor Energy in file www/algs/algs/algs.html. Fixed.
19 February, 1997
Mask definition for 7th order standard mask is incorrect in src/markov/markovClass.h. Declaration should be:
static int	xy7s[]={       -1,3,  0,3,
                    -2,2,  -1,2,  0,2,
             -3,1,  -2,1,  -1,1,  0,1,
             -3,0,  -2,0,  -1,0,
             -3,-1, -2,-1, -1,-1,
                    -2,-2, -1,-2,
                           -1,-3};
GMRFMask	mask7s={ 18, 3, 3, xy7s };
14 March, 1997
Incorrect calculation of prediction error variance (sig2) in function featuresMarkov() in file src/markov/markovClass.c. The variance did not account for the symmetry of the mask nor the mean of the predicted pixel intensity.
9 April, 1997
Added flag to pgmshatter.c to limit the number of subimages which are extracted.
9 April, 1997
Added standard masks for orders 8 to 14 to markovClass.
11 April, 1997
Fixed references for Chaudhuri-93 and Fogel-89 in www/meastex.bib. algs.html also rebuilt to incorporate these changes.
27 May, 1997
Added Ohanian and Dubes test suite to distribution
27 May, 1997
Added Ohanian and Dubes test suite results to www/for_comparisons.ht


Beta -> Version 1.0

CHANGES



Return to MeasTex Homepage
Return to TextureSynthesis Homepage


Guy Smith guy@it.uq.edu.au
Ian Burns burns@it.uq.edu.au

Last Modified: Tue May 27 17:34:33 EST 1997