photo

Shruthi S


Last seen: 대략 2년 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변