imloadthermal {imageUtilities} | R Documentation |
Loads a thermal image from a .bin file
imloadthermal(filename, size = c(640, 480), max = imageUtilities.option("max"), return.what = c("array", "image"))
filename |
the file name of the .bin file |
size |
the width,height of the image (default 640x480 for the Thermoteknix Miricle) |
max |
what maximum intensity to scale the image to. Put NA or 0 or NULL to not scale |
return.what |
c("array","image"): whether to return an array of the image values, or a Voir image (**if you have Voir**). |
a LIST with components:
The data/intensities of the thermal image (ie array or Voir image)
The temperature of the detector in the camera at time of image
.
Other thermal: isthermal