Releases: gtatters/ThermImageJ
ThermImageJ: Thermal Image Functions and Macros for ImageJ
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
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
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
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
Added timezone to slice labelling and flirdate function
ThermImageJ: Thermal Image Functions and Macros for ImageJ
v1.3 Added fourier analysis, ROI stack analysis, Cumulative Difference Sum…
ThermImageJ: Thermal Image Functions and Macros for ImageJ
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
v1.1 Added ROIs, automatic path detection, and additional OS checks