Feeds
提问
Adding Noise to RGB Image
I am trying to add salt and pepper noise to an RGB Image WHERE the noise density of pepper is 0.1 and the noise density of salt ...
5 years 前 | 2 个回答 | 0
2
个回答提问
Regarding usage of imoverlay
I am trying to overlay a rgb image over a binary image. I am getting an error Back Image has 3 dimensions. Please help.
5 years 前 | 1 个回答 | 0
1
个回答提问
Array indices must be positive integers or logical values
x=0.05:0.05:1; y=log(x)'; f(x)=x.*y; [fMin,idx]=min(f); result=x(idx);
6 years 前 | 1 个回答 | 0