IP Library Granted Patent US 7,756,355
Granted Patent B2
US 7,756,355 · App. 11/418,200 · Granted Jul 13, 2010

Method and apparatus providing adaptive noise suppression

View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 7,756,355
App. No.
11/418,200
Granted
Jul 13, 2010
Kind
B2
Abstract

A method of reducing noise in an image including steps for obtaining a first value for a target pixel, obtaining a respective second value for each neighboring pixel surrounding the target pixel, identifying a spread for the second values, comparing the spread to a threshold value, and, if the spread if below the threshold value, calculating a new value using the second values, and replacing the first value with the new value.

Claims (87)

1. A method of reducing noise in an image comprising using a processor to perform the steps of:

obtaining a first value for a target pixel;

obtaining a respective second value for each neighboring pixel surrounding said target pixel;

identifying a spread for the second values;

comparing said spread to a first threshold value; and

if said spread is less than said first threshold value, for each neighbor pixel:

calculating an absolute value of a difference between said target pixel and said neighbor pixel,

comparing said absolute value to a second threshold value,

if said absolute value is greater than said second threshold value, adding the second value of the neighbor pixel to a list of values, otherwise, adding said first value to said list of values,

calculating an average value from said list of values, and

replacing said first value with said average value.

2. The method of claim 1 , further comprising: if said spread is greater than or equal to said first threshold value, preserving said first value for said target pixel.

3. The method of claim 1 , wherein each of said neighbor pixels has a same color as said target pixel.

4. The method of claim 1 , wherein said first value is one of a red, green, and blue image signal value.

5. The method of claim 4 , wherein said second values are the same type of red, green, and blue signal value as said first value.

6. The method of claim 1 , wherein said first value is one of a luminance or chrominance image signal value.

7. The method of claim 6 , wherein said second values are the same type of luminance or chrominance value as said first value.

8. The method of claim 1 , wherein said first and second threshold values are based on at least one of an analog and digital gain.

9. The method of claim 1 , wherein the method is implemented as a recursive method.

10. The method of claim 1 , wherein the method is implemented as a non-recursive method.

11. The method of claim 1 , wherein the method is implemented as a partially recursive method.

12. An imaging device comprising:

a pixel array comprising a plurality of pixels, each pixel outputting a signal representing an amount of light received; and

a pixel denoising circuit for denoising at least one identified pixel value,

wherein said pixel denoising circuit is configured to perform steps of:

obtaining a first value for a target pixel;

obtaining a respective second value for each neighboring pixel surrounding said target pixel;

identifying a spread for the second values;

comparing said spread to a first threshold value; and

if said spread is less than said first threshold value, for each neighbor pixel:

calculating an absolute value of a difference between said target pixel and said neighbor pixel,

comparing said absolute value to a second threshold value,

if said absolute value is greater than said second threshold value, adding the second value of the neighbor pixel to a list of values, otherwise, adding said first value to said list of values,

calculating an average value from said list of values, and

replacing said first value with said average value.

13. The imaging device of claim 12 , further comprising: if said spread is greater than or equal to said first threshold value, preserving said first value for said target pixel.

14. The imaging device of claim 12 , wherein each of said neighbor pixels has a same color as said target pixel.

15. The imaging device of claim 12 , wherein said first value is one of a red, green, and blue image signal value.

16. The imaging device of claim 15 , wherein said second values are the same type of red, green, and blue signal value as said first value.

17. The imaging device of claim 12 , wherein said first value is one of a luminance or chrominance image signal value.

18. The imaging device of claim 17 , wherein said second values are the same type of luminance or chrominance value as said first value.

19. The imaging device of claim 12 , wherein said first and second threshold values are based on at least one of an analog and digital gain.

20. The imaging device of claim 12 , wherein the steps are implemented recursively.

21. The imaging device of claim 12 , wherein the steps are implemented non-recursively.

22. The imaging device of claim 12 , wherein the steps are implemented partially recursively.

23. A processor configured to execute a stored program for denoising an image, said program enabling said processor to carry out the acts of:

obtaining a first value for a target pixel;

obtaining a respective second value for each neighboring pixel surrounding said target pixel;

identifying a spread for the second values;

comparing said spread to a first threshold value; and

if said spread is less than said first threshold value, for each neighbor pixel:

calculating an absolute value of a difference between said target pixel and said neighbor pixel,

comparing said absolute value to a second threshold value,

if said absolute value is greater than said second threshold value, adding the second value of the neighbor pixel to a list of values, otherwise, adding said first value to said list of values,

calculating an average value from said list of values, and

replacing said first value with said average value.

24. The processor of claim 23 , said program further enabling said processor to denoise an image by carrying out the act of: if said spread is greater than or equal to said first threshold value, preserving said first value for said target pixel.

25. The processor of claim 23 , wherein each of said neighbor pixels has a same color as said target pixel.

26. The processor of claim 23 , wherein said first value is one of a red, green, and blue image signal value.

27. The processor of claim 26 , wherein said second values are the same type of red, green, and blue signal value as said first value.

28. The processor of claim 23 , wherein said first value is one of a luminance or chrominance image signal value.

29. The processor of claim 28 , wherein said second values are the same type of luminance or chrominance value as said first value.

30. The processor of claim 23 , wherein said first and second threshold values are based on at least one of an analog and digital gain.

31. The processor of claim 23 , wherein the program is implemented recursively.

32. The processor of claim 23 , wherein the program is implemented non-recursively.

33. The processor of claim 23 , wherein the program is implemented partially recursively.

34. A computer-readable medium encoded with a computer program for enabling a processor to denoise an image comprising the steps of:

obtaining a first value for a target pixel;

obtaining a respective second value for each neighboring pixel surrounding said target pixel;

identifying a spread for the second values;

comparing said spread to a first threshold value; and

if said spread is less than said first threshold value, for each neighbor pixel:

calculating an absolute value of a difference between said target pixel and said neighbor pixel,

comparing said absolute value to a second threshold value,

if said absolute value is greater than said second threshold value, adding the second value of the neighbor pixel to a list of values, otherwise, adding said first value to said list of values,

calculating an average value from said list of values, and

replacing said first value with said average value.

35. The computer readable medium of claim 34 , said computer program further comprising the act of: if said spread is greater than or equal to said first threshold value, preserving said first value for said target pixel.

36. The computer readable medium of claim 34 , wherein each of said neighbor pixels has a same color as said target pixel.

37. The computer readable medium of claim 34 , wherein said first value is one of a red, green, and blue image signal value.

38. The computer readable medium of claim 37 , wherein said second values are the same type of red, green, and blue signal value as said first value.

39. The computer readable medium of claim 34 , wherein said first value is one of a luminance or chrominance image signal value.

40. The computer readable medium of claim 39 , wherein said second values are the same type of luminance or chrominance value as said first value.

41. The computer readable medium of claim 34 , wherein said first and second threshold values are based on at least one of an analog and digital gain.

42. The computer readable medium of claim 34 , wherein the program is implemented recursively.

43. The computer readable medium of claim 34 , wherein the program is implemented non-recursively.

44. The computer readable medium of claim 34 , wherein the program is implemented partially recursively.

Assignments (2)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Aug 28, 2009
From: MICRON TECHNOLOGY, INC.
To: APTINA IMAGING CORPORATION
Reel/Frame 023245/0186 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded May 5, 2006
From: KRYDA, KEN; HARTMANN, MICHAEL
To: MICRON TECHNOLOGY, INC.
Reel/Frame 017836/0123 →