
APPENDIX F: DUAL TWO POINT CALIBRATION METHODOLOGY
H
D
L
-
64
E
S2
and
S
2
.1
U
s
e
r
’
s
M
a
nu
a
’
// Calculate corrected intensity vs distance
float intensityVall = intensityVal + focalslope*(abs(focaloffset_256*(l_
distance/65535)*(l_distance/65535)));
if
if
(intensityVall < minlntensity)
ntensityVall=minlntensity;
(intensityVall > maxlntensity) intensityVall=maxlntensity;
// Scale to new intensity scale
1 intensityScale;
float intensityColor = (float)(intensityVall _ minlntensity)
// Convert to jet color
int rgb=(int)(intensityColor*63);
bcolor[rgb]);
glColor3f(rcolor[rgb], gcolor[rgb],
}
GlVertex3fv(it_>getCoord(i).xyz;
}
it_>operator++();
[
33
]
Comentarios a estos manuales