CRAN
Thermimage 3.2.1
Thermal Image Analysis
Released May 18, 2019 by Glenn J. Tattersall
Dependencies
A collection of functions and routines for inputting thermal image video files, plotting and converting binary raw data into estimates of temperature. First published 2015-03-26. Written primarily for research purposes in biological applications of thermal images. v1 included the base calculations for converting thermal image binary values to temperatures. v2 included additional equations for providing heat transfer calculations and an import function for thermal image files (v2.2.3 fixed error importing thermal image to windows OS). v3. Added numerous functions for converting thermal image, videos, rewriting and exporting. v3.1. Added new functions to convert files. v3.2. Fixed the various functions related to finding frame times.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>Thermimage</artifactId> <version>3.2.1-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:Thermimage')
Test Results
This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.
- Grashof-examples
- Ld-examples
- Lu-examples
- Lw-examples
- Nusseltforced-examples
- Nusseltfree-examples
- Prandtl-examples
- Reynolds-examples
- StephBoltz-examples
- Te-examples
- Teq-examples
- Tground-examples
- airdensity-examples
- airspecificheat-examples
- airtconductivity-examples
- airviscosity-examples
- areacone-examples
- areacylinder-examples
- areasphere-examples
- convertflirJPG-examples
- convertflirVID-examples
- cumulDiff-examples
- diffFrame-examples
- ffmpegcall-examples
- flip.matrix-examples
- forcedparameters-examples
- frameLocates-examples
- freeparameters-examples
- getFrames-examples
- getTimes-examples
- hconv-examples
- locate.fid-examples
- meanEveryN-examples
- mirror.matrix-examples
- nameleadzero-examples
- palette.choose-examples
- plotTherm-examples
- qabs-examples
- qcond-examples
- qconv-examples
- qrad-examples
- raw2temp-examples
- readflirJPG-examples
- rotate180.matrix-examples
- rotate270.matrix-examples
- rotate90.matrix-examples
- samp.image-examples
- slopeEveryN-examples
- slopebypoint-examples
- temp2raw-examples
- thermsum-examples
- thermsumcent-examples
- writeFlirBin-examples