help-gift
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-GIFT] BUG!


From: David Squire
Subject: Re: [help-GIFT] BUG!
Date: Fri, 17 Nov 2006 22:36:38 +0100
User-agent: Thunderbird 1.5.0.8 (Macintosh/20061025)

address@hidden wrote:
wolfgang, david:

the following is a difference in behavior in 32bit VS 64bit, in all versions of 
the feature extractor.

specifically:
the line reading: fprintf(out_file, "%d %d GABOR_HST SCALE, ORIENTATION, ENERGY 
UPPER BOUND = %d, %d, %f\n", feature_index, GABOR_HST, scale, orientation, j);
is printing the result of a failed cast. j is type int, being printed as a 
float. this results in 0 on 32bit machines, and 10000 on 64bit machines.
i'm assuming the 64bit behavior is correct, and correcting the 32bit version 
accordingly in my patch sets.

This line does not actually affect anything at present. It is documentation meant for humans.

I am away travelling at present and don't have access to the code. Still, from memory, the energy upper bound *should* be a float (or double). What is j?

Regards,

David


--
Dr David McG. Squire,  Senior Lecturer. On sabbatical in 2006.
Caulfield School of Information Technology, Monash University, Australia
CRICOS Provider No. 00008C       http://www.csse.monash.edu.au/~davids/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]