image deblurring or noise removal
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
i have an image which created by camera. i almost correct this image color with the real image. for example; for a pixel's RGB values were changed [23 212 122] to [34 240 100]. but after this process (least square matrix method) my image has some noise around the edges of my image. how can i get rid of this noise?
3 Kommentare
Image Analyst
am 26 Jun. 2012
You'd have to show the image, because I don't know why the noise only shows up around the edge of the image. Is that a darker or brighter color than you used in your training set?
Antworten (1)
Stephen
am 26 Jun. 2012
try doing the same process to a matrix of ones and using ./ to get rid of the vignetting effect. Probably, whatever you're doing forces matlab to fill in with zeros at the edges.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!