Feeds
질문
How can i plot the Gaussian distribution PSF in 3D? I used the code PSF=fspecial('guassian',30,8); figure,imshow(PSF,[]) norm=normpdf(PSF,30,8); Y=[0:5:30]; Z=[0:5:30]; plot3(norm,Y,Z) On running code error says as Vectors must be same.
How can i plot the Gaussian distribution PSF in 3D? I used the code PSF=fspecial('guassian',30,8); figure,imshow(PSF,...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
how to generate brownian noise in an image?
Kindly someone say how to generate 2D Brownian noise to an image
대략 9년 전 | 답변 수: 1 | 0

