Statistics
4 Questions
0 Answers
RANK
163,742
of 300,857
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,097
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 171,361
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
1 Public Channel
AVERAGE RATING
30
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Image read in MATLAB and C
I have program to read an image in MATLAB % open image file fd = fopen("i00.dng"); % read order order = fread(fd, 1, '...
6 years ago | 1 answer | 0
1
answerQuestion
skip bytes using fread() in MATLAB and C
The MATLAB code to skip 2 bytes was given as fread(fd, 1, 'uint16'); So, Can I write this code in C as fread(,2,1,fd); PLe...
6 years ago | 0 answers | 0
0
answersQuestion
fread() in MATLAB and C
Is fread() in MATLAB and C different? I have a command offset = fread(fd, 1, 'uint32'); Can I directly use this comman in a C...
6 years ago | 1 answer | 0
1
answerQuestion
creating channels in an array
I saw a code from rgbe bayer conversion program as follows: % subsample HDR image to get RGGB Bayer pattern I(1:2:end, 1:2:...
6 years ago | 1 answer | 0

