photo

Sanmathi M


Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

6 Domande
2 Risposte

RANK
113.030
of 302.089

REPUTAZIONE
0

CONTRIBUTI
6 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 21.539

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
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

  • Revival Level 1

Visualizza badge

Feeds

Visto da

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

risposte

Risposto
what 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

Risposto
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

risposte

Domanda


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

risposta

Domanda


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

risposta

Domanda


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

risposta

Domanda


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

3

risposte