Community Profile

photo

Shruthi S


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Red channel compensation in underwater images in-order to implement in matlab?
Suppose I have an underwater image where the red component is attenuated so what is the equation for red channel compensation t...

2 years ago | 1 answer | 0

1

answer

Question


What does this code give o/p as?
keyg=zeros(8,8); key=[0 0 1 0 ;0 0 1 1 ;0 1 0 1; 0 1 1 1; 1 0 0 0; 1 0 1 0; 1 1 0 1; 1 0 1 1]; key1=[0 0 1 0 0 0 1 0 ;0 0 1 1 ...

3 years ago | 1 answer | 0

1

answer

Question


what does the function handles do in matlab?
S = imread(file); S=imresize(S,[256 256]); r=S(:,:,1); g=S(:,:,2); b=S(:,:,3); handles.b=b; handl...

3 years ago | 1 answer | 0

1

answer