Skip to content

Releases: gtatters/ThermImageJ

ThermImageJ: Thermal Image Functions and Macros for ImageJ

07 Feb 21:59
Compare
Choose a tag to compare

Changed order of parameters in dialog box for raw2temp calls to work better with small screens.

Users can usually skip worrying about the atmospheric transmittance constants so I have placed those at the bottom of the raw2temp dialog box.

ThermImageJ: Thermal Image Functions and Macros for ImageJ

03 Nov 19:03
Compare
Choose a tag to compare

Added Atmospheric Transmittance Attenuation constants to raw2temp function and to flirvalues functions. ATA1, ATA2, ATB1, ATB2, and ATX are typically included as meta-tags in flir jpgs, but may differ from camera models. These constants are used to calculate atmospheric transmittance as a function of atmospheric temperature, humidity, and object distance. Impacts on many functions.

ThermImageJ: Thermal Image Functions and Macros for ImageJ

23 Jul 19:42
Compare
Choose a tag to compare

Fixed calibration bar macro to attempt to detect image height and add a calibration bar that is 50% of image height; added Extract ROI Pixel values macro, re-ordered Readme file to reflect changes

ThermImageJ: Thermal Image Functions and Macros for ImageJ

06 Jul 21:41
Compare
Choose a tag to compare

Added fast calculation for the Raw2Temp function. This utilises a 4th order polynomial that approximates the more complex equation but bypasses the need to convert the image or stack to a 32-bit image.

ThermImageJ: Thermal Image Functions and Macros for ImageJ

18 May 03:17
Compare
Choose a tag to compare

Added timezone to slice labelling and flirdate function

ThermImageJ: Thermal Image Functions and Macros for ImageJ

12 May 22:46
Compare
Choose a tag to compare
Added fourier analysis, ROI stack analysis, Cumulative Difference Sum…

… analysis

ThermImageJ: Thermal Image Functions and Macros for ImageJ

10 May 11:49
Compare
Choose a tag to compare

Added ROI measurement macro to add measurement as overlay onto image.
Fixed FLIR calibration values tool to capture a camera's calibration constants, store as persistent variables in Imagej preferences so when Raw2Temp function is run, the calibration values will automatically populate.

ThermImageJ: Thermal Image Functions and Macros for ImageJ

27 Apr 17:53
Compare
Choose a tag to compare
v1.1

Added ROIs, automatic path detection, and additional OS checks