Statistica
RANK
113.030
of 302.089
REPUTAZIONE
0
CONTRIBUTI
6 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 178.760
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to convert infrared sensor values to temperature?
I am processing ir images of fluke camera. I am getting infrared sensor values(uint16) as output after reading the image. I want...
oltre 8 anni fa | 0 risposte | 0
0
rispostewhat is the output of read_is2 funciton? i am giving fluke ti 400 image as input.
The output of read_is2() is *"Infrared sensor values"*.
oltre 8 anni fa | 0
what are the parameters to be changed for reading fluke ti400 thermal camera image in readis2() function? I have inserted an input image and its parameters from fluke software.
In the IS2 file there is a header "Images/Main/IR.dataUT". Find the starting point of this header and add this with constant 691...
oltre 8 anni fa | 0
Domanda
What is the digital count values found in raw is2 files and how to convert values to temperature?
I am developing a *software similar to Fluke SmartView* along with outlier detection using *matlab*. I have successfully read th...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
I want temperature values for fluke ti 400 ir images from 16 bit raw count values.
A dat file is already available for ti32 images. I have attached here in the zip folder.
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
what are the parameters to be changed for reading fluke ti400 thermal camera image in readis2() function? I have inserted an input image and its parameters from fluke software.
function [X,d] = readis2(f,map,param,cal) %READIS2 Import data files from Fluke infrared thermal camera (IS2 format). ...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
what is the output of read_is2 funciton? i am giving fluke ti 400 image as input.
function [vis, ir, meta1, meta2] = read_is2(filename) %function [vis, ir, meta1, meta2] = read_is2(filename) %filename ...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
when i give a fluke ti400 is2 image as input i am getting maximum variable size exceeded error in matlab? how to overcome the problem?
function [X,d] = readis2(f,map,param,cal) %READIS2 Import data files from Fluke infrared thermal camera (IS2 format). % ...
oltre 8 anni fa | 3 risposte | 0
