imloadthermal {imageUtilities}R Documentation

Loads a thermal image from a .bin file

Description

Loads a thermal image from a .bin file

Usage

  imloadthermal(filename, size = c(640, 480),
    max = imageUtilities.option("max"),
    return.what = c("array", "image"))

Arguments

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**).

Value

a LIST with components:

image

The data/intensities of the thermal image (ie array or Voir image)

detectorTemperature

The temperature of the detector in the camera at time of image

.

See Also

Other thermal: isthermal


[Package imageUtilities version 1.0.3 Index]