Shruthi S
Followers: 0 Following: 0
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 years 前 | 1 个回答 | 0
1
个回答提问
Do we need to have a main file to run guide(gui) in matlab or will it run with functions created by guide?
.
3 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0