photo

Shruthi S


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta