Community Profile

photo

AMUDHA


Last seen: 16 days ago Active since 2016

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


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

7 years ago | 1 answer | 0

1

answer

Question


how to generate brownian noise in an image?
Kindly someone say how to generate 2D Brownian noise to an image

7 years ago | 1 answer | 0

1

answer