
APPENDIX F: DUAL TWO POINT CALIBRATION METHO
OLOGY
H
D
L
-
64
E
S2
and
S
2
.
I
U
s
e
r
’
s
M
a
nu
a
l
[ 33 ]
II Calculate corrected intensity vs distance
float intensityVall = intensityVal + focalslope*(abs(focaloffset_256*(l_
distanceI65535)*(l_distanceI65535)));
if (intensityVall < minlntensity) intensityVall=minlntensity;
if (intensityVall > maxlntensity) intensityVall=maxlntensity;
II Scale to new intensity scale
float intensityColor = (float)(intensityVall _ minlntensity) I intensityScale;
II Convert to jet color
int rgb=(int)(intensityColor*63);
glColor3f(rcolor[rgb], gcolor[rgb], bcolor[rgb]);
}
GlVertex3fv(it_>getCoord(i).xyz;
}
it_>operator++();
Commentaires sur ces manuels