![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/canithathomasgmailcom_1523333699901_DEF.jpg)
Anitha Thomas
Followers: 0 Following: 0
Statistics
RANK
221,217
of 297,016
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to Subtract two jpg image of different dimension?
Imback = rand(3024, 4032, 3); Imback1 = rand(480, 720, 3); f=Imback(1:480, 1:720, 3); Diff1 = uint8(imresize(Imback,[480 720 ...
6 years ago | 1 answer | 0
1
answerQuestion
Undefined function or variable 'rgb2lin'.
why i am getting this error? i am using MATLAB 2016a
6 years ago | 1 answer | 0
1
answerI need to write a code to detect and remove the fixed pattern noise in an image .Can you please help me on how to write the code.
Fixed pattern noise can be measure in the absence of illumination.
6 years ago | 0
Question
How to identify noise in a captured image?
How the noises are measured.FPN is the component of pattern noise measured in the absence of illumination. ie means every dark i...
6 years ago | 1 answer | 0
1
answerQuestion
d = get(handles.uitable4, 'data'); d= {'Luminance',X;'MES',mes1;'PSNR',psnr1;'SSIM',ssimval}; % d= {'Luminance',X1;'MES',mes1;'PSNR',psnr1}; set(handles.uitable4,'Data',d);
While setting the 'Data' property of 'Table': Data within a cell array must have size [1 1] Error in low_SNR>pushbutton3_Cal...
7 years ago | 0 answers | 0