US11803941B2 - Method for removing fringe noise in image - Google Patents
Method for removing fringe noise in image Download PDFInfo
- Publication number
- US11803941B2 US11803941B2 US17/030,304 US202017030304A US11803941B2 US 11803941 B2 US11803941 B2 US 11803941B2 US 202017030304 A US202017030304 A US 202017030304A US 11803941 B2 US11803941 B2 US 11803941B2
- Authority
- US
- United States
- Prior art keywords
- original image
- column
- row
- noise
- dimensional
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/70—Denoising; Smoothing
-
- G06T5/002—
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/10—Image enhancement or restoration using non-spatial domain filtering
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20048—Transform domain processing
- G06T2207/20056—Discrete and fast Fourier transform, [DFT, FFT]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20172—Image enhancement details
- G06T2207/20182—Noise reduction or smoothing in the temporal domain; Spatio-temporal filtering
Definitions
- the present disclosure relates to a technical field of digital image processing, in particular to a method for removing fringe noise in an image.
- a fringe noise in an image is one of the factors that affect the image quality in electronic equipment.
- a characteristic of the fringe noise is that the amplitude and phase of the noise in the same row (column) in the image are the same, and the amplitude and phase of the noise in different rows (columns) are different.
- a method of removing fringe noise in the image may cause ringing at the edges of the image, thereby reducing image quality.
- a method for removing fringe noise in an image comprising: acquiring an original image; acquiring an original frequency spectrum of one-dimensional signal of the original image; determining a noise frequency band in the original frequency spectrum, and the noise frequency band is a frequency band comprising a central frequency of the fringe noise; denoising the noise frequency band to obtain a denoised frequency spectrum, wherein a denoising intensity used in the denoising is gradually increased from a start frequency position of the noise frequency band, and the denoising intensity is gradually reduced from the central frequency until a stop frequency position of the noise frequency band; and generating a denoised image according to the denoised frequency spectrum.
- the central frequency of the fringe noise is in a middle of the noise frequency band.
- the denoising the noise frequency band comprises: denoising the noise frequency band according to a sigmoid function
- H ⁇ ( x ) 1 - 1 1 + e ( - ( x - x bs ) ⁇ ) + 1 1 + e ( - ( x - x be ) ⁇ ) , wherein x bs is a start frequency of the noise frequency band, X be is a stop frequency of the noise frequency band, and ⁇ is a steep coefficient of a transition band of a band-stop filter.
- the acquiring an original frequency spectrum of one-dimensional signal of the original image comprises: sampling the original image row by row or column by column to obtain the one-dimensional signal; and performing Fast Fourier Transform FFT on the one-dimensional signal to obtain the original frequency spectrum of the one-dimensional signal.
- the sampling the original image row by row or column by column comprises: performing RGB channels separation processing on the original image; and sampling the original image row by row or column by column respectively.
- the method further comprises performing RGB channels combination on the denoised image.
- the sampling the original image row by row or column by column comprises: in response to the fringe noise contained in the original image being a horizontal fringe noise, sampling the original image column by column.
- the sampling the original image row by row or column by column comprises: in response to the fringe noise contained in the original image being a vertical fringe noise, sampling the original image row by row.
- the sampling the original image column by column comprises: sampling any row of the original image to obtain a one-dimensional row signal, and sampling any column of the original image to obtain a one-dimensional column signal; performing FFT on the one-dimensional row signal and the one-dimensional column signal respectively to obtain a frequency spectrum of the one-dimensional row signal and a frequency spectrum of the one-dimensional column signal; determining a first peak of a predetermined frequency band of the frequency spectrum of the one-dimensional row signal, and determining a second peak of a predetermined frequency band of the frequency spectrum of the one-dimensional column signal; comparing the first peak with the second peak; in response to the first peak being less than or equal to the second peak, determining that the fringe noise in the original image is the horizontal fringe noise; and in response to the first peak being greater than the second peak value, determining that the fringe noise in the original image is the vertical fringe noise.
- sampling the original image row by row comprises: sampling any row of the original image to obtain a one-dimensional row signal, and sampling any column of the original image to obtain a one-dimensional column signal; performing FFT on the one-dimensional row signal and the one-dimensional column signal respectively to obtain a frequency spectrum of the one-dimensional row signal and a frequency spectrum of the one-dimensional column signal; determining a first peak of a predetermined frequency band of the frequency spectrum of the one-dimensional row signal, and determining a second peak of a predetermined frequency band of the frequency spectrum of the one-dimensional column signal; comparing the first peak with the second peak; in response to the first peak being less than or equal to the second peak, determining that the fringe noise in the original image is a horizontal fringe noise; and in response to the first peak being greater than the second peak, determining that the fringe noise in the original image is a vertical fringe noise.
- a device for removing a fringe noise in an image comprising: an acquisition module configured to acquire an original image and acquire an original frequency spectrum of one-dimensional signal of the original image; a determination module configured to determine a noise frequency band in the original frequency spectrum, and the noise frequency band is a frequency band comprising a central frequency of the fringe noise; a denoising module configured to denoise the noise frequency band to obtain a denoised frequency spectrum, and a generation module configured to generate a denoised image according to the denoised frequency spectrum; wherein a denoising intensity used in the denoising is gradually increased from a start frequency position of the noise frequency band, and the denoising intensity is gradually reduced from the central frequency until a stop frequency position of the noise frequency band.
- an electronic device comprising: at least one processor; and at least one memory connected to the processor, on which computer-readable instructions are stored; wherein the processor is configured to execute the computer-readable instructions to implement the method as mentioned above.
- a non-transitory computer-readable storage medium comprising computer-readable instructions stored thereon, wherein when the computer-readable instructions are executed, the method as mentioned above is executed.
- FIG. 1 is a flowchart of a method for removing fringe noise in an image according to an embodiment of the present disclosure
- FIG. 2 is a flowchart of another method for removing fringe noise in an image according to an embodiment of the present disclosure
- FIG. 3 shows an example original image of an embodiment of the present disclosure
- FIG. 4 shows an example of an original frequency spectrum of a certain column of an original image according to an embodiment of the present disclosure
- FIG. 5 shows a schematic diagram of a band-stop filter based on a sigmoid function according to an embodiment of the present disclosure
- FIG. 6 shows a comparison diagram of a denoised image and an original image according to an embodiment of the present disclosure
- FIG. 7 shows a schematic structural diagram of a device for removing fringe noise in an image according to an embodiment of the present disclosure.
- FIG. 8 shows a schematic structural diagram of an electronic device according to an embodiment of the present disclosure.
- image fringes are introduced due to the physical sampling method.
- the interlaced scanning method of video, the grid projection of anti-scatter grid of light sensor, etc. may introduce fringe noise into the image. Therefore, removing the fringe noise in the image is very important to improve the image quality.
- the method for removing a fringe noise in an image may include: transforming the image into a frequency domain by using Fast Fourier Transform (FFT) to obtain a frequency spectrum corresponding to the image, determining a frequency point corresponding to the fringe noise in the frequency spectrum and suppressing the fringe noise, and obtaining the suppressed image using the Inverse Fast Fourier transform (IFFT).
- FFT Fast Fourier Transform
- IFFT Inverse Fast Fourier transform
- the stepped band-stop filter is used in the frequency domain to process the frequency domain components of the fringe noise, it may cause ringing at the edges of the image, resulting in the loss of useful information in the image inverse transformation process, thereby reducing the image quality.
- the embodiments of the present disclosure provide a method and a device for removing a fringe noise in an image, and the method and device are applied to an image displayed by an electronic device, for example, video screens on TV, photos displayed on mobile phones, etc.
- the device for removing the fringe noise in an image may retain the useful information near the noise frequency point, thereby making the transition of the image edge more natural, avoiding ringing effects, and improving image quality.
- FIG. 1 is a flowchart of a method for removing a fringe noise in an image in an embodiment of the disclosure. As shown in FIG. 1 , the method may include the following steps.
- step S 101 an original image is acquired and an original frequency spectrum of one-dimensional signal of the original image is acquired.
- the original image is an image containing fringe noise. It may be the original image containing a horizontal fringe noise, or it may be the original image containing a vertical fringe noise, which is not limited here.
- the original image belongs to a two-dimensional signal in the spatial domain
- the following methods may be adopted but not limited to: sampling the original image row by row or column by column, taking the signal of each row or each column as a one-dimensional signal, obtaining multiple one-dimensional signals, and obtaining multiple original frequency spectrums, that is obtaining the frequency spectrums of each row or column of the original image. Since the amount of information in each frequency spectrum is small, the central frequency point corresponding to the fringe noise may be quickly determined, thereby improving the efficiency of denoising.
- a 1 A 2 A 3 B 1 B 2 B 3 C 1 C 2 C 3 in the spatial domain Three one-dimensional signals are obtained using the above method. If sampling the original image row by row, A 1 A 2 A 3 , B 1 B 2 B 3 , and C 1 C 2 C 3 are obtained; and if sampling the original image column by column, A 1 B 1 C 1 , A 2 B 2 C 2 , and A 3 B 3 C 3 are obtained.
- the one-dimensional signal may be transformed into the frequency domain by using FFT to obtain the original frequency spectrum of the original image.
- FFT Fast Fourier transform
- the one-dimensional signal may also be transformed into the frequency domain in other ways, which is not specifically limited here.
- step S 102 the noise frequency band in the original frequency spectrum is determined.
- the noise frequency band is a frequency band including the central frequency of the fringe noise.
- the noise frequency band may be 300-500.
- the central frequency point of the fringe noise is determined from the original frequency spectrum, and a certain frequency band is extended to both sides based on the central frequency point of the fringe noise to obtain the noise frequency band.
- the respective methods of determining the central frequency point of the fringe noise from the frequency spectrum may be adopted for the central frequency point of the fringe noise determined from the original frequency spectrum. For example, the peak of the frequency spectrum is searched from the frequency band to the right of the original frequency spectrum, and the frequency point corresponding to the largest peak is used as the central frequency point of the fringe noise.
- the frequency band extended to both sides based on the central frequency point of fringe noise may be a predetermined value, which may be adjusted according to the actual denoising effect, and the frequency bands extended to the both sides may be the same or different, which is not specifically limited here.
- the central frequency point corresponding to the fringe noise may start from the central frequency point corresponding to the fringe noise and extend the same frequency band to both sides, that is, the central frequency point of the fringe noise is in a middle of the noise frequency band.
- the transition of high-frequency components such as the edge texture of the image may be made more uniform and natural.
- step S 103 the noise frequency band is denoised to obtain a denoised frequency spectrum.
- a denoising intensity used in the denoising is gradually increased from a start frequency position of the noise frequency band, and the denoising intensity is gradually reduced from the central frequency until a stop frequency position of the noise frequency band.
- the end points on both sides of the noise frequency band are the start frequency and the stop frequency respectively.
- the energy suppression is gradually increased from the start frequency position.
- the amount of energy suppression starts to decrease in the central frequency point position until the stop frequency position.
- the energy corresponding to frequencies outside the noise frequency band in the original frequency spectrum is not suppressed.
- the fringe noise may be removed in the frequency domain, and the useful information near the noise point may be retained.
- step S 104 a denoised image is generated according to the denoised frequency spectrum.
- the denoised frequency spectrum may be transformed to the spatial domain through IFFT transformation to obtain a denoised image.
- the denoised image at this time is an image obtained by removing the fringe noise from the original image.
- IFFT For the specific transformation method of transforming the denoised frequency spectrum from the frequency domain to the spatial domain, in addition to the IFFT, other transformation methods that may transform the spectrum from the frequency domain to the spatial domain may also be used, which is not specifically limited here.
- the original frequency spectrum of the one-dimensional signal of the original image is acquired; the noise frequency band is determined from the original frequency spectrum, and the noise frequency band is a frequency band containing a central frequency point of the fringe noise. Then, the noise frequency band is denoised to obtain a denoised frequency spectrum, and a denoising intensity used in the denoising is gradually increased from a start frequency position of the noise frequency band, and the denoising intensity is gradually reduced from the central frequency point until a stop frequency position of the noise frequency band. Then, a denoised image is generated according to the denoised frequency spectrum.
- the denoising intensity is gradually increased from the start frequency position of the noise frequency band, and the denoising intensity is gradually reduced from the central frequency position. Not only may effectively suppress the fringe noise, but also retain useful information near noise frequency points, thereby making the transition of the image edge more natural, avoiding ringing effects, and improving image quality.
- FIG. 2 is a flowchart of another method for removing a fringe noise in an image according to an embodiment of the present disclosure. As shown in FIG. 2 , the method may include the following steps.
- step S 201 RGB channels separation is performed on an original image.
- the original image may include three channels of red, green, and blue.
- RGB represents Red, Green, and Blue. Separating the RGB channels of the original image includes separating the original image into a red channel original image, a green channel original image, and a blue channel original image, and the original image of each channel may be denoised respectively. To perform RGB channels separation on the original image, various methods of RGB three channels separation on the image may be used, which will not be repeated here.
- step S 202 the original image is sampled row by row or column by column respectively after separating the RGB channels to obtain a one-dimensional signal.
- sampling the red channel original image column by column For example, in response to the fringe noise contained in the original image being a horizontal fringe noise, sampling the red channel original image column by column, sampling the green channel original image column by column, and sampling the blue channel original image column by column respectively.
- sampling the red channel original image row by row for example, in response to the fringe noise contained in the original image being a horizontal fringe noise, sampling the red channel original image column by column, sampling the green channel original image column by column, and sampling the blue channel original image column by column respectively.
- the following steps may be used to determine whether the fringe noise in the original image is a horizontal fringe noise or a vertical fringe noise.
- Any row of the original image may be sampled to obtain a one-dimensional row signal, and any column of the original image may be sampled to obtain a one-dimensional column signal.
- any row of the original image of any one of the red channel original image, the green channel original image, and the blue channel original image may be sampled to obtain a one-dimensional row signal
- any column of the original image of any one of the red channel original image, the green channel original image, and the blue channel original image may be sampled to obtain a one-dimensional column signal.
- FFT is performed on the one-dimensional row signal and the one-dimensional column signal respectively to obtain the frequency spectrum of the one-dimensional row signal and the frequency spectrum of the one-dimensional column signal.
- a first peak is determined in the predetermined frequency band of the frequency spectrum of the one-dimensional row signal, and a second peak is determined in the predetermined frequency band of the frequency spectrum of the one-dimensional column signal, and the first peak is compared with the second peak.
- the predetermined frequency band corresponding to the one-dimensional row signal and the predetermined frequency band corresponding to the one-dimensional column signal may be the same.
- the central frequency point corresponding to the fringe noise is in the predetermined frequency band.
- the fringe noise in the original image is a horizontal fringe noise.
- the fringe noise in the original image is a vertical fringe noise.
- the fringe noise in the original image is a horizontal fringe noise or a vertical fringe noise, and the original image may be sampled column by column or row by row.
- step S 203 FFT is performed on the one-dimensional signal to obtain the original frequency spectrum of the one-dimensional signal.
- It may perform FFT on the one-dimensional signal corresponding to the red channel in the original image to obtain the original frequency spectrum of the one-dimensional signal corresponding to the red channel, perform FFT on the one-dimensional signal corresponding to the green channel in the original image to obtain the original frequency spectrum of the one-dimensional signal corresponding to the green channel, and perform FFT on the one-dimensional signal corresponding to the blue channel in the original image to obtain the original frequency spectrum of the one-dimensional signal corresponding to the blue channel.
- step 101 the implementation of this step is the same as the implementation of step 101 , and will not be repeated here.
- step S 204 the noise frequency band is determined from the original frequency spectrum.
- a noise frequency band may be determined from the original frequency spectrum corresponding to the red channel, a noise frequency band may be determined from the original frequency spectrum corresponding to the green channel, and a noise frequency band may be determined from the original frequency spectrum corresponding to the blue channel.
- step 102 the implementation of this step is the same as the implementation of step 102 , and will not be repeated here.
- step S 205 the noise frequency band is denoised according to the sigmoid function
- H ⁇ ( x ) 1 - 1 1 + e ( - ( x - x bs ) ⁇ ) + 1 1 + e ( - ( x - x be ) ⁇ ) to obtain a denoised frequency spectrum.
- x bs is a start frequency of the noise frequency band
- x be is a stop frequency of the noise frequency band
- ⁇ is a steep coefficient of a transition band of a band-stop filter.
- the sigmoid function has the properties of monotone increasing and inverse function monotone increasing, which may map variables between 0 and 1. Therefore, by bringing the start frequency and the stop frequency in the noise frequency band into the sigmoid function for calculation, the degree of suppression of the energy corresponding to each frequency in the noise frequency band may be determined, and then the result calculated by the sigmoid function is multiplied with the original frequency spectrum to obtain a denoised frequency spectrum. And a calculation result of 0 means complete suppression, and a calculation result of 1 means no suppression.
- the larger the ⁇ the more obvious the suppression of changes. Conversely, the smaller the ⁇ , the less obvious the suppression of changes. In practical applications, ⁇ may be adjusted according to the actual denoising effect.
- the ordinate 0 corresponds to the stop-band, the gain is 0, and the energy of the corresponding frequency in the original frequency spectrum may be completely suppressed.
- the ordinate 1 corresponds to the pass-band, the gain is 1, and the energy of the corresponding frequency in the original frequency spectrum may not be suppressed.
- the ordinate 0-1 corresponds to the transition-band, the gain is 0-1, and the degree of suppression of the energy of the corresponding frequency in the original frequency spectrum varies with the frequency, and the closer to the stop-band, the greater the degree of suppression of the energy of the corresponding frequency in the original frequency spectrum.
- the sigmoid function is used to denoise the filter-band of the original frequency spectrum corresponding to the red channel to obtain a denoised frequency spectrum corresponding to the red channel, denoise the filter-band of the original frequency spectrum corresponding to the green channel to obtain a denoised frequency spectrum corresponding to the green channel, and denoise the filter-band of the original frequency spectrum corresponding to the blue channel to obtain a denoised frequency spectrum corresponding to the blue channel.
- step S 206 a denoised image is generated according to the denoised frequency spectrum.
- the denoised frequency spectrum corresponding to the red channel For example, subsequent to obtain the denoised frequency spectrum corresponding to the red channel, the denoised frequency spectrum corresponding to the green channel, and the denoised frequency spectrum corresponding to the blue channel, performing IFFT on the denoised frequency spectrum corresponding to the red channel, the denoised frequency spectrum corresponding to the green channel, and the denoised frequency spectrum corresponding to the blue channel to obtain the denoised image corresponding to the red channel, the denoised image corresponding to the green channel, and the denoised image corresponding to the blue channel.
- step 104 The implementation of this step is the same as the implementation of step 104 , and will not be repeated here.
- step S 207 RGB channels combination is performed on the denoised image.
- the denoised image corresponding to the red channel For example, subsequent to obtain the denoised image corresponding to the red channel, the denoised image corresponding to the green channel, and the denoised image corresponding to the blue channel, combining the RGB channels of the denoised image corresponding to the red channel, the denoised image corresponding to the green channel, and the denoised image corresponding to the blue channel to obtain a complete denoised image.
- FIG. 3 is an example original image in an embodiment of the disclosure. As shown in FIG. 3 , there is a horizontal fringe noise in the original image. First, the original image is sampled column by column to obtain multiple one-dimensional signals. Second, FFT is performed on each one-dimensional signal respectively to obtain multiple original frequency spectrums.
- FIG. 4 is original frequency spectrum corresponding to a certain column of the original image in the embodiment of the disclosure. Referring to FIG. 4 , it may be seen that the frequency corresponding to the peak indicated by the arrow in the figure is a central frequency point corresponding to the fringe noise, that is, 400. Then, a noise frequency band is determined from the original frequency spectrum, that is, 300-500, and the noise frequency band is denoised according to the sigmoid function
- FIG. 5 is a schematic diagram of a band-stop filter according to a sigmoid function in an embodiment of the disclosure.
- the gain of the stop-band is 0, that is, the corresponding frequency spectrum energy is completely attenuated;
- the gain of the transition band is 0-1, that is, the corresponding frequency spectrum energy is partially attenuated from more to less; and
- the gain of the pass-band is 1, that is, the corresponding frequency spectrum energy is not attenuated.
- the useful information near the noise frequency point may be retained, and then IFFT is performed on the denoised frequency spectrum to obtain a denoised image.
- FIG. 6 is a comparison diagram of the denoised image and the original image in the embodiment of the disclosure.
- the denoised image 6 B has a better fringe noise removal effect, and details such as the hair strands, skin edges, text edges are well preserved compared with the original image 6 A.
- RGB channels separation is performed on the original image.
- the original image is sampled row by row or column by column respectively after separating the RGB channels to obtain a one-dimensional signal.
- FFT is performed on the one-dimensional signal to obtain an original frequency spectrum of the one-dimensional signal.
- the noise frequency band is determined from the original frequency spectrum.
- the noise frequency band is denoised according to the sigmoid function
- H ⁇ ( x ) 1 - 1 1 + e ( - ( x - x bs ) ⁇ ) + 1 1 + e ( - ( x - x be ) ⁇ ) to obtain the denoised frequency spectrum.
- a denoised image is generated based on the denoised frequency spectrum and the RGB channels of the denoised image are combined. In this way, a complete denoised image is obtained.
- the noise frequency band is denoised according to the sigmoid function to obtain the denoised frequency spectrum, and the denoised frequency spectrum is transformed back to the spatial domain to obtain the denoised image. In this way, not only may the fringe noise be effectively suppressed, but also useful information near the noise frequency points may be retained, thereby making the transition of the image edge more natural, avoiding the ringing effect, and improving the image quality.
- FIG. 7 is a schematic structural diagram of a device for removing a fringe noise in an image in an embodiment of the disclosure.
- the device 70 may include: an acquisition module 701 configured to acquire an original image and acquire an original frequency spectrum of one-dimensional signal of the original image; a determination module 702 configured to determine a noise frequency band in the original frequency spectrum, and the noise frequency band is a frequency band comprising a central frequency point corresponding to the fringe noise; a denoising module 703 configured to denoise the noise frequency band to obtain a denoised frequency spectrum, and a denoising intensity is gradually increased from a start frequency position of the noise frequency band, and the denoising intensity is gradually reduced from the central frequency until a stop frequency position of the noise frequency band; a generation module 704 configured to generate a denoised image according to the denoised frequency spectrum.
- the central frequency point corresponding to the fringe noise is in the middle of the noise frequency band.
- the denoising module is configured to denoise the noise frequency band according to a sigmoid function
- H ⁇ ( x ) 1 - 1 1 + e ( - ( x - x bs ) ⁇ ) + 1 1 + e ( - ( x - x be ) ⁇ ) ;
- x bs is a start frequency of the noise frequency band
- x be is a stop frequency of the noise frequency band
- ⁇ is a steep coefficient of a transition band of a band-stop filter.
- FIG. 8 is a schematic structural diagram of an electronic device in an embodiment of the disclosure.
- the electronic device 80 may include: at least one processor 801 ; and at least one memory 802 and a bus 803 connected to the processor 801 .
- the processor 801 and the memory 802 communicate with each other via the bus 803 .
- the processor 801 is configured to call the program instructions in the memory 802 to execute the method for removing a fringe noise in an image in one or more embodiments.
- an embodiment of the present disclosure also provides a non-transitory computer-readable storage medium.
- the above-mentioned non-transitory computer-readable storage medium includes a stored program.
- the program running the device where the storage medium is located is controlled to execute the method for removing fringe noise in the image in one or more of the above embodiments.
- this disclosure may adopt the form of a complete hardware embodiment, a complete software embodiment, or an embodiment combining software and hardware.
- this disclosure may adopt the form of a computer program product implemented on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) containing computer-usable program codes.
- These computer program instructions may also be stored in a computer-readable memory that may direct a computer or other programmable data processing equipment to work in a specific manner, and the instructions stored in the computer-readable memory produce an article of manufacture including the instruction device.
- the instruction device implements the functions specified in one process or multiple processes in the flowchart and/or one block or multiple blocks in the block diagram.
- These computer program instructions may also be loaded on a computer or other programmable data processing equipment, and a series of operation steps are executed on the computer or other programmable equipment to produce computer-implemented processing, so that the instructions execute on the computer or other programmable equipment provide steps for implementing functions specified in one process or multiple processes in the flowchart and/or one block or multiple blocks in the block diagram.
- the computing device includes one or more processors (CPU), input/output interfaces, network interfaces, and memory.
- processors CPU
- input/output interfaces network interfaces
- memory volatile and non-volatile memory
- the memory may include non-permanent memory in a computer readable medium, random access memory (RAM) and/or non-volatile memory, such as read-only memory (ROM) or flash memory (flash RAM).
- RAM random access memory
- ROM read-only memory
- flash RAM flash memory
- Computer-readable media includes permanent and non-permanent, removable and non-removable media, and information storage may be realized by any method or technology.
- the information may be computer-readable instructions, data structures, program modules, or other data.
- Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), flash memory or other memory technologies, compact disc read-only memory (CD-ROM), digital versatile disc (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices or any other non-transmission media may be used to store information that may be accessed by computing devices.
- computer-readable media does not include transitory media, such as modulated data signals and carrier waves.
- this disclosure may adopt the form of a complete hardware embodiment, a complete software embodiment, or an embodiment combining software and hardware.
- this disclosure may adopt the form of a computer program product implemented on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) containing computer-usable program codes.
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Image Processing (AREA)
Abstract
Description
wherein xbs is a start frequency of the noise frequency band, Xbe is a stop frequency of the noise frequency band, and θ is a steep coefficient of a transition band of a band-stop filter.
in the spatial domain. Three one-dimensional signals are obtained using the above method. If sampling the original image row by row, A1 A2 A3, B1 B2 B3, and C1 C2 C3 are obtained; and if sampling the original image column by column, A1 B1 C1, A2 B2 C2, and A3 B3 C3 are obtained.
to obtain a denoised frequency spectrum.
to obtain the denoised frequency spectrum, where xbs=300, xbe=500, θ=20.
to obtain the denoised frequency spectrum. Furthermore, a denoised image is generated based on the denoised frequency spectrum and the RGB channels of the denoised image are combined. In this way, a complete denoised image is obtained. In the process of removing the fringe noise of the original image, by determining the noise frequency band in the frequency spectrum of the original image, the noise frequency band is denoised according to the sigmoid function to obtain the denoised frequency spectrum, and the denoised frequency spectrum is transformed back to the spatial domain to obtain the denoised image. In this way, not only may the fringe noise be effectively suppressed, but also useful information near the noise frequency points may be retained, thereby making the transition of the image edge more natural, avoiding the ringing effect, and improving the image quality.
where, xbs is a start frequency of the noise frequency band, xbe is a stop frequency of the noise frequency band, and θ is a steep coefficient of a transition band of a band-stop filter.
Claims (16)
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010073136.0A CN111311510B (en) | 2020-01-22 | 2020-01-22 | Method and device for removing stripe noise in image |
| CN202010073136.0 | 2020-01-22 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20210224955A1 US20210224955A1 (en) | 2021-07-22 |
| US11803941B2 true US11803941B2 (en) | 2023-10-31 |
Family
ID=71148933
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US17/030,304 Active 2041-07-07 US11803941B2 (en) | 2020-01-22 | 2020-09-23 | Method for removing fringe noise in image |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US11803941B2 (en) |
| CN (1) | CN111311510B (en) |
Families Citing this family (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112258407B (en) * | 2020-10-20 | 2024-07-26 | 北京集创北方科技股份有限公司 | Signal-to-noise ratio acquisition method and device of image acquisition equipment and storage medium |
| CN115131217B (en) * | 2021-03-25 | 2025-06-27 | 中强光电股份有限公司 | Method for filtering periodic noise and filter using the method |
| CN114693663A (en) * | 2022-04-13 | 2022-07-01 | 北京明略软件系统有限公司 | Method, apparatus, detection device and storage medium for defect detection |
| CN114998325B (en) * | 2022-07-19 | 2022-10-25 | 新力环境科技(山东)有限公司 | Air conditioner radiating tube welding defect detection method |
| CN115272137B (en) * | 2022-09-28 | 2022-12-20 | 北京万龙精益科技有限公司 | Real-time fixed pattern noise removing method, device, medium and system based on FPGA |
| CN116074645B (en) * | 2022-11-29 | 2024-02-09 | 哈尔滨工业大学 | Active suppression method for image stripe noise |
| CN115908183A (en) * | 2022-11-29 | 2023-04-04 | 上海闻泰信息技术有限公司 | Image noise reduction method and device, equipment, storage medium |
| CN118212149B (en) * | 2023-01-17 | 2025-03-18 | 国家石油天然气管网集团有限公司 | Image denoising method, device, processor and storage medium |
| CN116233630B (en) * | 2023-05-05 | 2023-07-14 | 深圳市和惠源电子科技有限公司 | A method, device, and storage medium for removing ripple noise from a CMOS sensor power supply |
| CN117830141B (en) * | 2024-03-04 | 2024-05-03 | 奥谱天成(成都)信息科技有限公司 | Method, medium, equipment and device for removing vertical stripe noise of infrared image |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040071363A1 (en) * | 1998-03-13 | 2004-04-15 | Kouri Donald J. | Methods for performing DAF data filtering and padding |
| CN103442641A (en) | 2011-03-24 | 2013-12-11 | 富士胶片株式会社 | Image processing device, image processing method, and image processing program |
| CN104580937A (en) * | 2015-01-21 | 2015-04-29 | 中国科学院上海技术物理研究所 | Stripe noise removal method for infrared imaging system |
| CN106462957A (en) | 2016-05-19 | 2017-02-22 | 深圳大学 | A method and system for removing streak noise in an infrared image |
| CN109146812A (en) * | 2018-08-16 | 2019-01-04 | 上海波汇科技股份有限公司 | A method of the endoscopic images based on frequency domain filtering remove hexagon noise |
| US11096553B2 (en) * | 2017-06-19 | 2021-08-24 | Ambu A/S | Method for processing image data using a non-linear scaling model and a medical visual aid system |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| AU2014202322A1 (en) * | 2014-04-29 | 2015-11-12 | Canon Kabushiki Kaisha | Wavelet denoising of fringe image |
-
2020
- 2020-01-22 CN CN202010073136.0A patent/CN111311510B/en active Active
- 2020-09-23 US US17/030,304 patent/US11803941B2/en active Active
Patent Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040071363A1 (en) * | 1998-03-13 | 2004-04-15 | Kouri Donald J. | Methods for performing DAF data filtering and padding |
| CN103442641A (en) | 2011-03-24 | 2013-12-11 | 富士胶片株式会社 | Image processing device, image processing method, and image processing program |
| US20140023258A1 (en) | 2011-03-24 | 2014-01-23 | Fujifilm Corporation | Image processing apparatus, image processing method and image processing program |
| CN104580937A (en) * | 2015-01-21 | 2015-04-29 | 中国科学院上海技术物理研究所 | Stripe noise removal method for infrared imaging system |
| CN106462957A (en) | 2016-05-19 | 2017-02-22 | 深圳大学 | A method and system for removing streak noise in an infrared image |
| US20180174274A1 (en) | 2016-05-19 | 2018-06-21 | Shenzhen University | Method and System for Eliminating Stripe Noise in Infrared Images |
| US11096553B2 (en) * | 2017-06-19 | 2021-08-24 | Ambu A/S | Method for processing image data using a non-linear scaling model and a medical visual aid system |
| CN109146812A (en) * | 2018-08-16 | 2019-01-04 | 上海波汇科技股份有限公司 | A method of the endoscopic images based on frequency domain filtering remove hexagon noise |
Non-Patent Citations (1)
| Title |
|---|
| First Office Action dated Feb. 11, 2023, for Chinese Patent Application No. 202010073136.0. |
Also Published As
| Publication number | Publication date |
|---|---|
| US20210224955A1 (en) | 2021-07-22 |
| CN111311510A (en) | 2020-06-19 |
| CN111311510B (en) | 2023-08-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11803941B2 (en) | Method for removing fringe noise in image | |
| US11079418B2 (en) | Methods for extending frequency transforms to resolve features in the spatio-temporal domain | |
| US20110069904A1 (en) | Image denoising method | |
| US9443286B2 (en) | Gray image processing method and apparatus based on wavelet transformation | |
| Ramponi et al. | Quadratic digital filters for image processing | |
| CN102646269A (en) | An image processing method and device based on Laplacian pyramid | |
| CN113902654B (en) | Image processing method, device, electronic device and storage medium | |
| CN108710851A (en) | seismic signal random noise attenuation method, terminal device and storage medium | |
| CN118196426A (en) | Lightweight unmanned aerial vehicle intrusion detection method | |
| US10401520B2 (en) | Method for processing seismic data with a sobel filter | |
| CN110267163B (en) | A directional sound virtual low frequency enhancement method, system, medium and device | |
| CN114706075A (en) | Millimeter wave near-field SAR image sidelobe suppression method, equipment and storage medium | |
| Sun et al. | Fast additive half‐quadratic iterative minimization for lp− lq image smoothing | |
| CN102289793B (en) | Cyber foraging-oriented multi-scale image processing method | |
| Krémé et al. | Phase reconstruction for time-frequency inpainting | |
| US20210158485A1 (en) | Automated noise attenuation in frequency domains | |
| CN117496990A (en) | Speech denoising method, device, computer equipment and storage medium | |
| US20260004407A1 (en) | Method and apparatuses for image processing | |
| CN116977229B (en) | Image processing method, system, equipment and storage medium based on frequency enhancement | |
| CN118071607A (en) | Image processing method, module, Transformer model and readable storage medium | |
| CN109886959B (en) | Method and device for detecting image change | |
| CN118778115A (en) | Method, device and electronic equipment for obtaining post-stack seismic multi-scale resolution data | |
| US20240134532A1 (en) | Electronic device, method of determining memory access efficiency for memory, and storage medium | |
| CN113379046B (en) | Acceleration calculation method for convolutional neural network, storage medium and computer equipment | |
| CN107301621A (en) | A kind of method for improving digital image resolution |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: BOE TECHNOLOGY GROUP CO., LTD., CHINA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:CHEN, GUANNAN;REEL/FRAME:053864/0975 Effective date: 20200605 |
|
| FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: APPLICATION DISPATCHED FROM PREEXAM, NOT YET DOCKETED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |