Statistics
RANK
256,380
of 301,383
REPUTATION
0
CONTRIBUTIONS
6 Questions
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,252
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,306
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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...
8 years ago | 0 answers | 0
0
answerswhat 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"*.
8 years ago | 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...
8 years ago | 0
Question
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...
8 years ago | 0 answers | 0
0
answersQuestion
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.
8 years ago | 1 answer | 0
1
answerQuestion
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). ...
8 years ago | 1 answer | 0
1
answerQuestion
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 ...
8 years ago | 1 answer | 0
1
answerQuestion
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). % ...
8 years ago | 3 answers | 0
