image deblurring or noise removal

조회 수: 1 (최근 30일)
huseyin kara
huseyin kara 2012년 6월 26일
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
Image Analyst
Image Analyst 2012년 6월 26일
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?
huseyin kara
huseyin kara 2012년 6월 27일
http://b1206.hizliresim.com/y/v/8tp0y.png
this image is after some color correction processes. after i applied to it a couple filters median,... , the image was not seen well i mean it is not clear as before the filters. i am beginner about the image processing and can it be normal to get this result?

댓글을 달려면 로그인하십시오.

답변 (1개)

Stephen
Stephen 2012년 6월 26일
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by