EP2450849B1 - First-in-first-out (fifo) buffered scene-based non-uniformity correction method - Google Patents

First-in-first-out (fifo) buffered scene-based non-uniformity correction method Download PDF

Info

Publication number
EP2450849B1
EP2450849B1 EP11180040.5A EP11180040A EP2450849B1 EP 2450849 B1 EP2450849 B1 EP 2450849B1 EP 11180040 A EP11180040 A EP 11180040A EP 2450849 B1 EP2450849 B1 EP 2450849B1
Authority
EP
European Patent Office
Prior art keywords
image frame
pixel
current
pixels
buffer
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
Application number
EP11180040.5A
Other languages
German (de)
French (fr)
Other versions
EP2450849A1 (en
Inventor
Stephen M. Palik
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Raytheon Co
Original Assignee
Raytheon Co
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Raytheon Co filed Critical Raytheon Co
Publication of EP2450849A1 publication Critical patent/EP2450849A1/en
Application granted granted Critical
Publication of EP2450849B1 publication Critical patent/EP2450849B1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/50Image enhancement or restoration using two or more images, e.g. averaging or subtraction
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N25/00Circuitry of solid-state image sensors [SSIS]; Control thereof
    • H04N25/60Noise processing, e.g. detecting, correcting, reducing or removing noise
    • H04N25/68Noise processing, e.g. detecting, correcting, reducing or removing noise applied to defects
    • H04N25/683Noise processing, e.g. detecting, correcting, reducing or removing noise applied to defects by defect estimation performed on the scene signal, e.g. real time or on the fly detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/70Denoising; Smoothing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20172Image enhancement details
    • G06T2207/20182Noise reduction or smoothing in the temporal domain; Spatio-temporal filtering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20212Image combination
    • G06T2207/20216Image averaging

Definitions

  • This application generally relates to digital image processing, and more particular, to a first-in-first-out (FIFO) buffered median scene non-uniformity correction method.
  • FIFO first-in-first-out
  • FPN Fixed Pattern Noise
  • NUC non-uniformity correction
  • an improved scene non-uniformity correction method which preserves the true image spatial context while removing noise.
  • An object of the present invention is a buffered scene-based non-uniformity correction method as claimed in claim 1.
  • the method according to the invention may also present one or more of the characteristics below, considered individually or according to all technically possible combinations:
  • Another object of the present invention is a buffered scene-based non-uniformity correction system as claimed in claim 6.
  • the system according to the invention may also present one or more of the characteristics below, considered individually or according to all technically possible combinations:
  • a first-in-first-out (FIFO) buffered median scene non-uniformity correction methodology uses an algorithm that is configured to detect and to remove scene based non-uniformities from video images.
  • the methodology is configured to preserve true image spatial content of the video images, while correcting for fixed pattern noise (FPN) therein.
  • FPN fixed pattern noise
  • a FIFO buffer is used to store recent video images, with video frames being added only to the FIFO buffer when a minimum amount of spatial movement is detected.
  • Weighted averaged FIFO buffer frames may be used to create a reference frame which is used to determine correction terms which are then used to correct image frames.
  • first-in-first-out and FIFO refer to the prioritization and ordering of data in a queue having a predetermined size which can only accommodate a predetermined amount of data, in this case video images or frames. For instance, data added to the tail of the queue will continually be advanced to the head of the queue, as newer data is added to the tail and older data is removed from head of the queue. That being said, newer data being added at the tail may be thought of as pushing out older data from the head of queue.
  • Figure 1 shows a general overview of FIFO buffered median scene non-uniformity correction system 100 in accordance with an embodiment.
  • System 100 generally includes image detector 110, image processor 120, and FIFO buffer 130.
  • Processed video image data 140 from image processor 120 may be output for display on a suitable display device and/or stored in memory (for later use).
  • Image detector 110 may be configured to generate video image data of scene S.
  • image detector 110 may be a conventional video camera. It will be appreciated, though, that image detector 110 may be any device configured to receive electromagnetic energy (light) in one or more spectra, such as, for instance, ultraviolet (UV), visible (VIS) and/or infrared (IR) from scene S and to generate a plurality of consecutive images in relatively rapid succession. Together the images form video data.
  • electromagnetic energy light
  • UV ultraviolet
  • VIS visible
  • IR infrared
  • Image processor 120 receives video image data from image detector 110 and processes individual frames of the video image data.
  • image processor 120 is configured to perform a FIFO median scene non-uniformity correction to the video image data to correct for residual Fixed Pattern Noise (FPN) as disclosed herein.
  • image processor 120 may include dedicated hardware (such as, microprocessor, central processing unit (CPU), an application specific integrated circuit (ASIC) or field programmable gate array (FPGA)), software (or firmware), or a combination of dedicated hardware and software.
  • dedicated hardware such as, microprocessor, central processing unit (CPU), an application specific integrated circuit (ASIC) or field programmable gate array (FPGA)
  • software or firmware
  • any number of hardware and/or software implementations, programming languages, and operating platforms may be used.
  • Processor 120 may be also integrated within any machine (not shown) in some cases. Also, while processor 120 is illustrated as being connected to image detector 110, it will be appreciated that processor 120 may be integrated into image detector 110, or alternatively be remote to it (with data being transferred, for instance, via one or more networks). Of course, video data may also be stored in an electronic memory and retrieved later for processing via processor 120.
  • Algorithm 600 may be stored on a computer- or machine-readable storage media having computer- or machine-executable instructions that are executable by processor 120.
  • algorithm 600 may reside on a memory, such as, for example, any non-volatile electronic memory device (e.g., flash memory, EEPROM, etc.) or other memory device (e.g., disk drive, writable optical disk, etc.).
  • non-volatile electronic memory device e.g., flash memory, EEPROM, etc.
  • other memory device e.g., disk drive, writable optical disk, etc.
  • FIFO buffer 130 is configured to store plural frames of video data for use by image processor 120, which are used to perform image correction.
  • FIFO buffer 130 may include any electronic memory device, for example, any non-volatile electronic memory device (e.g., flash memory, EEPROM, etc.) or other memory device (e.g., disk drive, writable optical disk, etc.) for storing video data.
  • FIFO 130 buffer may be configured to store five frames of video data.
  • FIFO buffer 130 might be smaller or larger depending on available memory and/or processing resources.
  • Figure 2 shows a general overview of FIFO buffered median scene non-uniformity correction method 200 in accordance with an embodiment.
  • Figure 2A shows an example of the correction method 200 being applied to a frame of video data.
  • raw video image data is provided from image detector 110 to image processor 120.
  • the raw image data may include individual frames of video data in various analog and/or digital video formats, such as, for example, raw digital frames of video from image detector 110 in either progressive or interlaced formats, either sent as complete frame or as lines of video.
  • Exemplary raw video image frame 240 is shown in Figure 2A .
  • step 220 image processor 120 calculates correction terms for the raw image data using a FIFO buffered median scene non-uniformity correction method in accordance with one or more embodiments.
  • Correction terms may be determined and individually applied on a pixel-by-pixel basis. Taken together, the correction terms may be referred to as a "blurry" reference frame, and may be generated using a FIFO buffer (of which may contain frames of video with a minimum spatial difference - relative scene movement)as discussed below. The correction terms are quickly updated by using a small FIFO buffer (e.g., five frames).
  • Blurry reference frame 250 is shown in Figure 2A . High spatial frequencies due to scene content are not present in blurry reference frame 250. As a result, the method used to generate correction terms does not produce terms that contain information on scene content and thus only remove FPN (and do not reduce spatial frequencies in the image due to genuine scene content).
  • processor 120 may be configured to look at an average of the frame values in FIFO buffer 130 for each pixel. In some implementations, this may be a weighted average. Motion detection is used to ensure that frames in FIFO buffer 130 are spatially different.
  • the difference between a given pixel value (in the averaged FIFO buffer 130 ) and the median of its nearest neighbors may be considered a good approximation of the FPN for that pixel. This difference represents the amount of offset needed to correct the FPN for this pixel in the image. FPN correction terms can be routinely updated when FIFO buffer 130 changes as a new frame replaces an older frame.
  • step 230 the correction terms calculated in step 120 are applied to the raw image data to generate a corrected video image.
  • Corrected video frame 260 is shown in Figure 2A . Additional image processing on the corrected video frames may also be performed (as necessary).
  • Method 200 may be configured, in some instances, not to update correction terms in areas of high-frequency and/or dynamic-range scene content. This may prevent improper correction terms from being created. Once the high-frequency and/or dynamic-range scene content moves to a different region, the correction terms for that region may again be regularly updated. However, this is not generally active for the vast majority of scene content and may prevent regions with high pixel-to-pixel differences from becoming a problem. Examples of scenes with high "delta" values, i.e., large differences in pixel intensities, can include an airplane engine, sky to hot object border, etc.
  • an image motion tracker may be used. And, for some image scenes, method 200 may be more aggressively performed, based on motion and/or other factors. Moreover, the method 200 may allow greater refinement of correction terms while viewing uniform scenes.
  • Figure 3 shows a general overview of method 300 for determining reference frames that may be used in FIFO buffered median scene non-uniformity correction method 100 in accordance with an embodiment.
  • Method 300 uses FIFO buffer 130 to store recent video frames. Each new frame of video image data from image detector 110 is analyzed by image processor 120 in step 310. If the current frame under consideration is determined by image processor 120 to be spatially different than the previous frame in the video steam, then that frame will be added to FIFO buffer 130 in step 320.
  • a motion detection technique for instance, can be used to ensure that frames in FIFO buffer 130 are spatially different, that is, having greater spatial variance than a predetermined minimum threshold, as discussed herein.
  • the predetermined minimum threshold may be 3 pixels having movement since the last moving frame detected.
  • frames may also be added to FIFO buffer 130 when (i) there is a uniform scene with low spatial frequency content; and/or (ii) there was continuous motion which has recently stopped.
  • an average sum is routinely computed by image processor 120 on a pixel-by-pixel basis, which together are used to form a reference frame in step 330.
  • the reference frame may be configured to blur scene content, but not FPN.
  • the frames stored in FIFO buffer 130 may be processed so as to create a "blur" radius sufficient to remove the high spatial frequencies of the imaged scene but not the sensor FPN.
  • FIFO buffer 130 is heavily used in algorithm 600 ( FIG. 6 ).
  • the FIFO average is used to compute the FPN correction terms.
  • FPN can be identified in all portions of the image (including areas of scene S with high spatial frequencies) since the "blurry" reference frame is used to detect FPN.
  • correction terms for FPN may be continuously evaluated and updated by image processor 120, for instance, at approximately 30 frames per second (fps).
  • fps frames per second
  • the correction would be about 16.6 ms which enables handling of rapidly changing FPN levels.
  • Recovery from any "negative" effect can be very quick and limited in duration to only about 16.6 ms.
  • large direct current (DC) offset pixels in the raw image (which appear as FPN in the reference frame) can then be corrected.
  • the temporal noise in the reference frame (as compared to a single frame) may be reduced by approximately the square root of n , where n is the number of frames stored in FIFO buffer 130. This allows FPN to be more precisely quantified and corrected.
  • One or more optional modes may be provided in handling video image data.
  • an optional "Sky Mode” may be provided which is configured to determine if the video contains a uniform scene.
  • the "Sky Mode” can be activated, for instance, when low scene structure is detected (i.e., no high spatial frequency content) and no motion is occurring.
  • One low scene structure threshold may be determined applying a median filter to the image (kernel size in one implementation is 3x3 pixels), then convolving a two axis sobel kernel on a video frame, next generating the resulting sobel image, and finally determining the value of this resultant image.
  • a value of 350 can be used as a minimum threshold to determine the presence of low scene structure.
  • No motion in one implementation may be considered when less than one-half pixel of motion is present.
  • this mode is activated (low scene threshold is met and no motion is present)
  • frames may be added to the FIFO buffer to improve the calculation of correction terms.
  • This optional processing allows scenes with very low contrast and scene structure to have residual FPN removed where conventional algorithms would not.
  • the algorithm can run the FPN correction updates during a uniform scene.
  • One or more tests e.g., image scene structure, movement, etc.
  • One scene structure metric is discussed in more detail below in step 630 ( FIG. 6 ).
  • the algorithm can add additional frames to the FIFO buffer and improve the correction terms.
  • an option may be selected to address stopped motion. For example, when there has been continuous movement that abruptly stops in the current frame, several additional frames (e.g., up to 50% of the FIFO buffer) may be added to the FIFO buffer. If this option is enabled, this allows the FIFO buffer to more accurately reflect current scene values, but to still contain sufficient blur.
  • IQ Image Quality
  • Another option may be to identify and remove blinking pixels from the video frames.
  • One criterion to detect blinking pixels is to determine if a particular pixel changes quickly in time, but its neighboring pixels do not.
  • the algorithm looks at the change in the correction terms from one instance to the next.
  • One of several strong indicators (metrics) that may indicate that the pixel is a "blinker,” is if a correction term radically changes values (e.g. from one update of the correction term to the next).
  • the detected blinking pixels can be removed, and replaced with, for example, a median value of its neighbors.
  • the algorithm may be configured to remove a few hundred blinking pixels in an image (e.g., less than 0.1 % of the total pixels).
  • Figure 4 shows exemplary method 400 for determining relative moment of a new frame to a previous frame of video data in the FIFO buffer according to an embodiment.
  • an image motion tracking function may be used. This ensures that high frequency spatial frequencies due to scene content are not present in the blurry reference frame. For some image scenes, this method may be more aggressively performed so as to allow greater refinement of correction terms while viewing uniform scenes.
  • Exemplary reference image 410 is schematically illustrated as an 8 x 6 array of pixels, for explanation purposes only. Of course, the size of an image is not limiting and may vary.
  • Method 400 correlates the X- and Y- axis sums of pixel values which reduces the number of operations by a factor of a square root of the number of pixels compared to most image correlation trackers.
  • the result is a very fast, accurate tracking method with high temporal noise suppression.
  • there may also be one or more error checking schemes built in to improve results and accuracy.
  • row vector 420 and column vector 430 corresponding to the size of the image 410 dimensions may be allocated in memory.
  • row and column vector sums ⁇ may be computed while reading in video data. For instance, as each pixel of image 410 is read in a line of video, its value may be added to the corresponding element value of row vector 420. When the end of the line of video is reached, the "row sum" ⁇ R is determined for that row and may be stored in the corresponding element of the row vector 420 for that particular row. The "column sum" ⁇ c may be calculated in an analogous manner as the row sums ⁇ R .
  • these vectors are compared with a previous frame (or other frame) to determine any potential correlation.
  • the size of the correlation region or search size may be reduced. Also, by extending the correlation region, local regional movements versus entire image shifts may be found.
  • the resulting row and column vectors 420, 430 may be scaled to allow for sub-pixel correlation.
  • a cubic interpolation function may be optionally applied to scale the size of the resulting vectors by a scaling factor Z.
  • the scaling factor Z may be 2. Although, it will be appreciated that values between 2 and 4 may be most common. Of course, other interpolation functions may also be used.
  • a search size D from a current pixel may be defined as the maximum distance (in pixels) to search for correlation/movement. If scaled, M, N and D will be each multiplied by the scale factor Z.
  • the first step may be to take a segment of the reference scaled vector centered, of size M*Z-N*Z-1.
  • a segment of equal length (but indexed from the first index position of the comparative vector) is considered.
  • the vectors can be compared using, for instance, a mean absolute difference method in which all corresponding elements in the vectors are subtracted, absolute value taken, and averaged. This metric is then recorded.
  • This process may be then repeated, but with the comparative vector starting at a next position (e.g., index position two). Again, the metric is recorded. This process is continued until the comparative sub-vector has considered the entire comparative vector and metrics for each position have been computed. There should be 2*D*Z+1 iterations of the loop.
  • the minimum value of the vector in the case of a mean absolute different metric being used
  • the "offset" applied indicates the movement in pixels that was detected. If scaled, the resultant value may be divided by Z to get the proper correlation in the original image dimensions.
  • Figures 5A and 5B depict exemplary context windows for determining correction term values according to an embodiment.
  • Each pixel in the reference frame may be individually processed to determine updated correction terms.
  • Correction terms may be calculated using context windows in the vicinity of a pixel under consideration. For instance, the vicinity be may defined as plus or minus a few pixels (e.g., up/down and left/right) from the pixel under consideration. The process may require very little in the terms of memory resources.
  • Both a "near region” and “far region” from a current pixel under consideration may be defined.
  • the near and far regions may each include eight pixels.
  • Each of the near region and the far region may be further divided into two sub-regions (e.g., 1 and 2), which each contain four pixels.
  • the first region may include the four pixels orthogonally oriented up/down and left/right with respect to the pixel under consideration.
  • the second region may include the four pixels which are diagonally oriented with respect to the pixel under consideration.
  • Figure 5A shows context window 510 for determining the near region (NR) median value.
  • the NR median value may be determined by calculating the median of the "near region" around each pixel adjacent to the pixel under consideration in the reference frame.
  • centrally located pixel CP is the pixel under consideration in context window 510.
  • the near region is illustrated as the eight pixels NR1 1 , NR1 2 , NR1 3 , NR1 4 , NR2 1 , NR2 2 , NR2 3 , NR2 4 immediately surrounding central pixel CP under consideration.
  • Figure 5B shows context window 520 for determining the far region (FR) median value.
  • the FR median value may be determined by calculating the median of the "outer edge region" around each pixel under consideration in the reference frame.
  • centrally located pixel CP is the pixel under consideration.
  • the outer edge region is illustrated as the eight pixels FR1 1 , FR1 2 , FR1 3 , FR1 4 , FR2 1 , FR2 2 , FR2 3 , FR2 4 surrounding central pixel CP under consideration.
  • outer edge pixels are located three pixels away up/down and left/right from the pixel under consideration.
  • the four pixel values may be stored as a vector.
  • Updated correction terms may be determined using the NR and FR median values.
  • the correction value can be determined by looking at the difference between the FIFO buffer average pixel value and the Near Region median pixel values.
  • a weight, coef_update_weight may be used to apply more or less emphasis on the new value.
  • the NR may receive a two-thirds weighting and the FR receiving a one-third weighting.
  • the correction term can then be computed using the following pseudo-code logic:
  • the FIFO Average, stack_avg can be calculated substantially simultaneously (i.e., "on the fly") as the most recent frame is being added. If, in a real-time scenario, any of the "conditionals" were met with the previous frame, then the FIFO Average might also be recomputed for each pixel as it is read in (although this may require a large amount of memory to store all the frames in the FIFO buffer). Using this method of computing FIFO Averages on the fly for the most recent frame can also (with a few video lines delay) compute correction terms without having to wait for the entire image to be read in. This allows the correction terms to be computed and applied with only a few lines of video delay to the system.
  • correction terms a delay of roughly three lines of video may be necessary before computing terms. This delay is directly proportional to the largest "kernel" size used in the correction terms (thus for a 7x7 kernel, the center of the kernel would require a three pixel clock delay plus three video line delay). To support a near-real time implementation, the correction terms may be computed by this amount of delay versus the "FIFO Average" being calculated for the given frame.
  • blinking pixels may be identified and corrected at this time.
  • the pseudo-code below can be invoked directly after the correction term for a pixel is calculated. It assumes the same pre-computed variables that the correction term calculations needed have been generated. And, if the conditional statements are satisfied, then the blinker timer value for the pixel is set to the max value, e.g., 100 frames in one implementation.
  • Figure 6 shows exemplary FIFO buffered median scene non-uniformity correction algorithm 600 in accordance with an embodiment.
  • Algorithm 600 may be executed by image processor 120 ( FIG. 1 ).
  • Algorithm 600 does not replace pixels due to non-uniformities, but rather corrects residual FPN. Merely replacing pixels can lead to image blur, which reduces Image Quality (IQ) and is generally not desirable.
  • IQ Image Quality
  • algorithm 600 looks at several factors.
  • Algorithm 600 begins with current frame 605 of video data being considered.
  • step 610 the relative movement of current frame 605 is determined with respect to the previous frame. This may be performed by determining vectors for rows and columns respectively corresponding to the size of the image, for example, as discussed above, with respect to Figure 4 .
  • the predetermined threshold may be 3 pixels of scene movement since the last moving frame detected.
  • this step might look to see if movement is within a certain number (e.g., one) of frames of movement falling below threshold.
  • step 645 If the determined movement is above a predetermined threshold then algorithm 600 continues to step 645, discussed below. Otherwise, algorithm 600 continues to step 620. In step 620 a determination is made whether the "Sky Mode" is activated. If the "Sky Mode” is not activated, then algorithm 600 proceeds to step 640.
  • step 625 a further determination is made whether movement is less than the sky mode movement threshold. For instance, this may be 0.5 pixels relative movement. If so, then in step 630 a scene structure metric is generated on the current frame. Otherwise, if the sky mode movement threshold is not met, then the process proceeds to 640.
  • the sky mode movement threshold For instance, this may be 0.5 pixels relative movement.
  • the scene structure metric generated in step 630 is configured to determine the structure of the scene. This results in a number that is proportional to scene content (with a higher value meaning more scene structure).
  • the metric can be computed by taking the mean of all the resulting Net Sobel values. Sobel values may be computed using a known Sobel operator function.
  • the algorithm takes an incoming image and applies a median filter process to it.
  • a 3x3 median filter may be used.
  • the median filter removes very high frequency noise (such as, FPN/Temporal) that is generally not of any consequence, and then the Sobel works as an edge detection method.
  • step 635 a determination is made whether the scene structure metric is less than a threshold value. For instance, this may be 77 (value is proportional to the degree of high spatial frequency content, with lower values indicating less high spatial frequencies) to ensure that the algorithm does not update correction terms in areas of high frequency or dynamic range scene content. If the scene structure metric is less than the threshold, then the processing continues to step 645. Otherwise, if the scene structure metric is not met, then the processing proceeds to 640.
  • a threshold value For instance, this may be 77 (value is proportional to the degree of high spatial frequency content, with lower values indicating less high spatial frequencies) to ensure that the algorithm does not update correction terms in areas of high frequency or dynamic range scene content.
  • step 640 the last frame in the FIFO buffer is replaced with the current frame and the process continues to step 650. It will be appreciated that this step does not increment the FIFO buffer.
  • the FIFO buffer is incremented with a new frame being added to the FIFO buffer.
  • the size of the FIFO buffer is five frames.
  • an average reference frame is created from the FIFO buffer. One way to create the reference frame is to average corresponding pixel values for all the frames within the FIFO buffer.
  • a mask of good reference frame regions is created.
  • the mask may be created by taking the difference of the maximum and minimum value of each pixel in the reference frame and determining if the difference in each pixel is less than a predetermined threshold, i.e., max (Ref. Frame(pixel) - min (Ref. Frame(pixel)) ⁇ Threshold.
  • a predetermined threshold i.e., max (Ref. Frame(pixel) - min (Ref. Frame(pixel)) ⁇ Threshold.
  • This method may be used to determine cases where the scene intensity for a pixel is varying greatly across the frames in the FIFO.
  • the threshold may be set to call correction terms for each pixel "good" when the maximum minus minimum value for each pixel in the FIFO is below a threshold amount. Large variance for a pixel intensity for frames in the FIFO may potentially result in a poor correction term being applied.
  • the mask is created to identify pixels that do not meet this condition and the correction term calculated can be applied
  • step 660 a determination is made whether the current pixel is on a high frequency edge in the reference frame. To determine this, the difference of the Near Region Avg Median and the Far Region Avg Median is compared for each pixel in the reference frame. If the absolute value of the difference between these values is less than a threshold then an "edge" is detected. If this is the case, the process goes to step 680, discussed below. On the other hand, if this is not the case, the process proceeds to step 665, where a correction term is updated, for example, as discussed above, with respect to Figure 5 .
  • step 670 another determination may be made whether the current pixel is a blinking pixel.
  • Blinking pixel detection is an optional feature and may be implemented during the correction term computation. The purpose is to detect pixels that are varying in value quickly over time not due to scene change. To detect blinking pixels, the algorithm looks at the change in the correction terms from one instance to the next. If the correction term radically changes values (from one update of the correction term to the next) this may be one indication that the pixel is blinking.
  • Another check that may be performed makes sure that the correction terms of the surrounding neighbors (passed through a median process) also did not change quickly. If this is the case then it is likely not a blinking pixel and is a valid correction change.
  • a final check may be performed to determine that the immediate surrounding pixels (that were passed through a median process) are relatively the same. If they are not the same, then this may indicate scene content and not a blinking pixel. If they are very close and the two above tests pass, then the pixel may be assumed to be a blinking pixel.
  • a blinker timer for the pixel is set to its maximum value. For instance, this may be 100 frames of video.
  • step 680 the blinker timer is decremented for all pixels in the current frame.
  • the blinker timer may be decreased each iteration by 1.
  • step 685 the correction terms are applied to the current frame. This may be accomplished by taking the difference between the reference frame and the product of the correction terms and the good mask reference, i.e., Frame - (correction_terms * good_ref_mask).
  • step 690 if the "blinker mode" is activated then the pixels are replaced (or substituted) with pixels having a blinker timer value greater than zero.
  • Processed frame 695 is output from process 600, and processing returns to step 610 for another frame 605 of video data.
  • Figures 7-10 show exemplary video frames both before and after having been subjected to a FIFO buffered median scene non-uniformity correction method in accordance with an embodiment. Portions of the frames have been magnified for clarity.
  • Figures 7A-10A show the raw videos frame prior to processing.
  • the residual FPN appears in the raw image frame as random “spots", “lines” and/or other visible artifacts (indicated in the figures with small surrounding circles).
  • Figures 7B-10B show the same video frame after processing.
  • the random "spots", “lines” and/or other visible artifacts visible in Figures 7-10 have generally been removed by the processing.
  • FPN may be due to non-linear responsivity of pixels not being fully corrected by a conventional NUC methods.
  • the FPN has been actively reduced, despite the presence of high frequency scene spatial frequencies.
  • Figure 11 is a plot showing performance of the FIFO-buffered median scene based non-uniformity correction algorithm in accordance with an embodiment as compared with other conventional non-uniformity correction algorithms.
  • FMSBNUC median scene based non-uniformity correction
  • the evaluations were based on 31 "standard” video sets, including 16 long-wave infrared (LW IR) hot and cold scenes and 15 mid-wave infrared (MW IR) hot and cold scenes.
  • LW IR long-wave infrared
  • MW IR mid-wave infrared
  • the hot and cold scenes were measured at temperatures of approximately 0 and 40 degrees C, respectively.
  • evaluation scenes were chosen as to provide a large range of scene intensity values across the dynamic range of the imaging sensor used in test.
  • the FMSBNUC performance (reduction in FPN) was approximately 50 - 60 % higher than that of the HFSBNUC and the NNSBNUC. In the plot, the higher the average performance level indicated a better improvement. In addition, there was a significant improvement in the measured errors for FMSBNUC. For HFSBNUC, there were 6 minor errors measured and no moderate errors. For NNSBNUC, there were 45 minor errors and 18 moderate errors. And, for FMSBNUC, there was one moderate error and no mirror errors. Both the HFSBNUC and the NNSBNUC has "zero" measured improvement for the MW IR scenes.
  • Advantages of the FIFO buffered median scene non-uniformity correction method include (i) removal of high spatial frequency FPN; (ii) handling both regions of high spatial frequency scene content and regions of uniform scene in images; (iii) removal of column amplifier DC offsets which may be relatively high in spatial frequency; and (iv) identifies and corrects blinking (and/or other noisy pixels).
  • the FIFO buffered median scene non-uniformity correction method never replaces pixels due to non-uniformities under any circumstances, and instead always tries to correct residual FPN By contrast, replacing pixels always causes image blur which reduces image quality and is not desired.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Television Systems (AREA)

Description

    BACKGROUND
  • This application generally relates to digital image processing, and more particular, to a first-in-first-out (FIFO) buffered median scene non-uniformity correction method.
  • Digital sensors exhibit certain noise characteristics that result in some degree of image degradation in the final output. One image degradation problem of concern is residual Fixed Pattern Noise (FPN) which may be present after typical Non-Uniformity Correction algorithms have been performed. Distinguishing and effectively removing this noise traditionally has been difficult without degrading the high frequency spatial content of the image.
  • Conventional non-uniformity correction (NUC) methods have attempted to identify high frequency scene content areas and avoid further processing in those areas in a given frame. These methods converge slowly to minimize the effect of temporal noise and scene content impacting FPN correcting terms. Rapid changes in input scene intensity thus result in correspondingly rapid changes in FPN, which are not fully corrected. An additional problem with these approaches is that outlying pixels may be difficult to distinguish from high frequency content and, as a result, residual FPN artifacts can be present in an image. These artifacts may look like random "spots", "lines" and/or other visible artifacts to the end-user.
  • Thus, an improved scene non-uniformity correction method is desired which preserves the true image spatial context while removing noise.
  • SUMMARY
  • An object of the present invention is a buffered scene-based non-uniformity correction method as claimed in claim 1.
  • The method according to the invention may also present one or more of the characteristics below, considered individually or according to all technically possible combinations:
    • the buffer is a first-in-first-out FIFO buffer;
    • the buffer is configured to hold five frames of video;
    • the method of the invention further comprises, responsive to a determination that the current frame includes a uniform scene with low spatial frequency content, adding the current image frame to the buffer;
    • the method of the invention further comprises, responsive to a determination that there has been continuous motion in previous frames which has stopped in the current frame, adding one or more additional frames to the buffer corresponding to the current frame;
    • the method of the invention further comprises identifying and removing blinking pixels from the images;
    • determining correction term values for each pixel comprises:
      • ∘ determining pixels in a near region to the current pixel;
      • ∘ determining pixels in a far region to the current pixel; and
      • ∘ analyzing the near and far region pixels;
    • determining relative movement of a current image frame with respect to the previous image frame comprises:
      • ∘ determining row and column sum vectors for the current image from and the previous image frame; and
      • ∘ analyzing the determined row and column sum vectors to determine a correlation between the current image frame and the previous image frame;
    • analyzing the determined row and column sum vectors comprises searching for movement between the current image frame and the previous image frame within a predetermined distance from each current pixel;
    • regions in the current frame which have high-frequency or dynamic range scene content are not corrected;
    • the pixel values of the frames in the buffer are continuously averaged when new frames are added to the buffer;
    • the mean value is a weighted mean value.
  • Another object of the present invention is a buffered scene-based non-uniformity correction system as claimed in claim 6.
  • The system according to the invention may also present one or more of the characteristics below, considered individually or according to all technically possible combinations:
    • the system according to the invention further comprises an image detector configured to generated the video data;
    • the buffer is a first-in-first-out FIFO buffer;
    • the buffer is configured to hold five frames of video;
    • the processor is configured to, responsive to a determination that the current frame includes a uniform scene with low spatial frequency content, add the current image frame to the buffer;
    • the processor is configured to, responsive to a determination that there has been continuous motion in previous frames which has stopped in the current frame, add one or more additional frames to the buffer corresponding to the current frame;
    • the processor is configured to identify and remove blinking pixels from the images;
    • in determining correction term values for each pixel, the processor is configured to:
      • ∘ determine pixels in a near region to the current pixel;
      • ∘ determine pixels in a far region to the current pixel; and
      • ∘ analyze the near and far region pixels;
    • in determining relative movement of a current image frame with respect to the previous image frame, the processor is configured to:
      • ∘ determine row and column sum vectors for the current image from and the previous image frame; and
      • ∘ analyze the determined row and column sum vectors to determine a correlation between the current image frame and the previous image frame;
    • in analyzing the determined row and column sum vectors, the processor is configured to search for movement between the current image frame and the previous image frame within a predetermined distance from each current pixel;
    • regions in the current frame which have high-frequency or dynamic range scene content are not corrected;
    • the pixel values of the frames in the buffer are continuously averaged when new frames are added to the buffer;
    • the mean value is a weighted mean value.
  • These and other aspects of this disclosure, as well as the methods of operation and functions of the related elements of structure and the combination of parts and economies of manufacture, will become more apparent upon consideration of the following description and the appended claims with reference to the accompanying drawings, all of which form a part of this specification, wherein like reference numerals designate corresponding parts in the various figures. It is to be expressly understood, however, that the drawings are for the purpose of illustration and description only and are not a limitation of the invention. In addition, it should be appreciated that structural features shown or described in any one embodiment herein can be used in other embodiments as well.
  • BRIEF DESCRIPTION OF THE DRAWINGS
    • Figure 1 shows a general overview of a FIFO buffered median scene non-uniformity correction system in accordance with an embodiment.
    • Figure 2 shows a general overview of a FIFO buffered median scene non-uniformity correction method in accordance with an embodiment. Figure 2A shows an example of the correction method being applied to a frame of video data.
    • Figure 3 shows a general overview of a method for determining reference frames that may be used in the FIFO buffered median scene non-uniformity correction method in accordance with an embodiment.
    • Figure 4 shows an exemplary method for determining relative movement of a new frame to a previous frame of video data in the FIFO buffer according to an embodiment.
    • Figures 5A and 5B depict exemplary context windows for determining correction term values according to an embodiment.
    • Figure 6 shows an exemplary FIFO buffered median scene non-uniformity correction algorithm in accordance with an embodiment.
    • Figures 7-10 show exemplary video frames both before and after having been subjected to FIFO buffered median scene non-uniformity correction method in accordance with an embodiment.
    • Figure 11 is a plot showing performance of the FIFO-buffered median scene non-uniformity based correction algorithm in accordance with an embodiment as compared with other conventional non-uniformity correction algorithms.
    DETAILED DESCRIPTION
  • A first-in-first-out (FIFO) buffered median scene non-uniformity correction methodology is described which uses an algorithm that is configured to detect and to remove scene based non-uniformities from video images. The methodology is configured to preserve true image spatial content of the video images, while correcting for fixed pattern noise (FPN) therein. According to one or more embodiments, a FIFO buffer is used to store recent video images, with video frames being added only to the FIFO buffer when a minimum amount of spatial movement is detected. Weighted averaged FIFO buffer frames may be used to create a reference frame which is used to determine correction terms which are then used to correct image frames.
  • As used herein, "first-in-first-out" and "FIFO" refer to the prioritization and ordering of data in a queue having a predetermined size which can only accommodate a predetermined amount of data, in this case video images or frames. For instance, data added to the tail of the queue will continually be advanced to the head of the queue, as newer data is added to the tail and older data is removed from head of the queue. That being said, newer data being added at the tail may be thought of as pushing out older data from the head of queue.
  • Figure 1 shows a general overview of FIFO buffered median scene non-uniformity correction system 100 in accordance with an embodiment.
  • System 100 generally includes image detector 110, image processor 120, and FIFO buffer 130. Processed video image data 140 from image processor 120 may be output for display on a suitable display device and/or stored in memory (for later use).
  • Image detector 110 may be configured to generate video image data of scene S. For instance, in some implementations, image detector 110 may be a conventional video camera. It will be appreciated, though, that image detector 110 may be any device configured to receive electromagnetic energy (light) in one or more spectra, such as, for instance, ultraviolet (UV), visible (VIS) and/or infrared (IR) from scene S and to generate a plurality of consecutive images in relatively rapid succession. Together the images form video data.
  • Image processor 120 receives video image data from image detector 110 and processes individual frames of the video image data. In particular, image processor 120 is configured to perform a FIFO median scene non-uniformity correction to the video image data to correct for residual Fixed Pattern Noise (FPN) as disclosed herein. In various embodiments, image processor 120 may include dedicated hardware (such as, microprocessor, central processing unit (CPU), an application specific integrated circuit (ASIC) or field programmable gate array (FPGA)), software (or firmware), or a combination of dedicated hardware and software. Of course, it will be appreciated that any number of hardware and/or software implementations, programming languages, and operating platforms may be used. As such, the description or recitation of any specific hardware or software implementation, programming language, and operating platform herein is exemplary only and should not be viewed as limiting. For the different applications of the embodiments disclosed herein, the programming and/or configuration may vary. Processor 120 may be also integrated within any machine (not shown) in some cases. Also, while processor 120 is illustrated as being connected to image detector 110, it will be appreciated that processor 120 may be integrated into image detector 110, or alternatively be remote to it (with data being transferred, for instance, via one or more networks). Of course, video data may also be stored in an electronic memory and retrieved later for processing via processor 120.
  • Algorithm 600 (FIG. 6) may be stored on a computer- or machine-readable storage media having computer- or machine-executable instructions that are executable by processor 120. In one implementation, algorithm 600 may reside on a memory, such as, for example, any non-volatile electronic memory device (e.g., flash memory, EEPROM, etc.) or other memory device (e.g., disk drive, writable optical disk, etc.).
  • FIFO buffer 130 is configured to store plural frames of video data for use by image processor 120, which are used to perform image correction. FIFO buffer 130 may include any electronic memory device, for example, any non-volatile electronic memory device (e.g., flash memory, EEPROM, etc.) or other memory device (e.g., disk drive, writable optical disk, etc.) for storing video data. In one implementation, FIFO 130 buffer may be configured to store five frames of video data. Of course, FIFO buffer 130 might be smaller or larger depending on available memory and/or processing resources.
  • Figure 2 shows a general overview of FIFO buffered median scene non-uniformity correction method 200 in accordance with an embodiment. Figure 2A shows an example of the correction method 200 being applied to a frame of video data.
  • In step 210, raw video image data is provided from image detector 110 to image processor 120. The raw image data may include individual frames of video data in various analog and/or digital video formats, such as, for example, raw digital frames of video from image detector 110 in either progressive or interlaced formats, either sent as complete frame or as lines of video. Exemplary raw video image frame 240 is shown in Figure 2A.
  • Next, in step 220, image processor 120 calculates correction terms for the raw image data using a FIFO buffered median scene non-uniformity correction method in accordance with one or more embodiments. Correction terms may be determined and individually applied on a pixel-by-pixel basis. Taken together, the correction terms may be referred to as a "blurry" reference frame, and may be generated using a FIFO buffer (of which may contain frames of video with a minimum spatial difference - relative scene movement)as discussed below. The correction terms are quickly updated by using a small FIFO buffer (e.g., five frames). Blurry reference frame 250 is shown in Figure 2A. High spatial frequencies due to scene content are not present in blurry reference frame 250. As a result, the method used to generate correction terms does not produce terms that contain information on scene content and thus only remove FPN (and do not reduce spatial frequencies in the image due to genuine scene content).
  • To detect and remove residual FPN, processor 120 may be configured to look at an average of the frame values in FIFO buffer 130 for each pixel. In some implementations, this may be a weighted average. Motion detection is used to ensure that frames in FIFO buffer 130 are spatially different.
  • The difference between a given pixel value (in the averaged FIFO buffer 130) and the median of its nearest neighbors may be considered a good approximation of the FPN for that pixel. This difference represents the amount of offset needed to correct the FPN for this pixel in the image. FPN correction terms can be routinely updated when FIFO buffer 130 changes as a new frame replaces an older frame.
  • Next, in step 230, the correction terms calculated in step 120 are applied to the raw image data to generate a corrected video image. Corrected video frame 260 is shown in Figure 2A. Additional image processing on the corrected video frames may also be performed (as necessary).
  • Method 200 may be configured, in some instances, not to update correction terms in areas of high-frequency and/or dynamic-range scene content. This may prevent improper correction terms from being created. Once the high-frequency and/or dynamic-range scene content moves to a different region, the correction terms for that region may again be regularly updated. However, this is not generally active for the vast majority of scene content and may prevent regions with high pixel-to-pixel differences from becoming a problem. Examples of scenes with high "delta" values, i.e., large differences in pixel intensities, can include an airplane engine, sky to hot object border, etc.
  • For determining motion, an image motion tracker may be used. And, for some image scenes, method 200 may be more aggressively performed, based on motion and/or other factors. Moreover, the method 200 may allow greater refinement of correction terms while viewing uniform scenes.
  • Figure 3 shows a general overview of method 300 for determining reference frames that may be used in FIFO buffered median scene non-uniformity correction method 100 in accordance with an embodiment.
  • Method 300 uses FIFO buffer 130 to store recent video frames. Each new frame of video image data from image detector 110 is analyzed by image processor 120 in step 310. If the current frame under consideration is determined by image processor 120 to be spatially different than the previous frame in the video steam, then that frame will be added to FIFO buffer 130 in step 320.
  • A motion detection technique, for instance, can be used to ensure that frames in FIFO buffer 130 are spatially different, that is, having greater spatial variance than a predetermined minimum threshold, as discussed herein. In one instance, the predetermined minimum threshold may be 3 pixels having movement since the last moving frame detected.
  • According to one or more implementations, frames may also be added to FIFO buffer 130 when (i) there is a uniform scene with low spatial frequency content; and/or (ii) there was continuous motion which has recently stopped.
  • For the frames stored in FIFO buffer 130, an average sum is routinely computed by image processor 120 on a pixel-by-pixel basis, which together are used to form a reference frame in step 330. The reference frame may be configured to blur scene content, but not FPN. For instance, in one embodiment, the frames stored in FIFO buffer 130 may be processed so as to create a "blur" radius sufficient to remove the high spatial frequencies of the imaged scene but not the sensor FPN.
  • FIFO buffer 130 is heavily used in algorithm 600 (FIG. 6). The FIFO average is used to compute the FPN correction terms. FPN can be identified in all portions of the image (including areas of scene S with high spatial frequencies) since the "blurry" reference frame is used to detect FPN.
  • In one implementation, correction terms for FPN may be continuously evaluated and updated by image processor 120, for instance, at approximately 30 frames per second (fps). Thus, for a 5-frame FIFO buffer, the correction would be about 16.6 ms which enables handling of rapidly changing FPN levels. Recovery from any "negative" effect can be very quick and limited in duration to only about 16.6 ms. For example, large direct current (DC) offset pixels in the raw image (which appear as FPN in the reference frame) can then be corrected.
  • According to this methodology, the temporal noise in the reference frame (as compared to a single frame) may be reduced by approximately the square root of n, where n is the number of frames stored in FIFO buffer 130. This allows FPN to be more precisely quantified and corrected.
  • One or more optional modes may be provided in handling video image data.
  • In some cases, image motion detection may not be able to easily detect movement while viewing a uniform scene, such as the sky. Thus, an optional "Sky Mode" may be provided which is configured to determine if the video contains a uniform scene. The "Sky Mode" can be activated, for instance, when low scene structure is detected (i.e., no high spatial frequency content) and no motion is occurring. One low scene structure threshold may be determined applying a median filter to the image (kernel size in one implementation is 3x3 pixels), then convolving a two axis sobel kernel on a video frame, next generating the resulting sobel image, and finally determining the value of this resultant image. In one implementation a value of 350 can be used as a minimum threshold to determine the presence of low scene structure. No motion in one implementation may be considered when less than one-half pixel of motion is present. When this mode is activated (low scene threshold is met and no motion is present), frames may be added to the FIFO buffer to improve the calculation of correction terms. This optional processing allows scenes with very low contrast and scene structure to have residual FPN removed where conventional algorithms would not. In some implementations, the algorithm can run the FPN correction updates during a uniform scene. One or more tests (e.g., image scene structure, movement, etc.) may be performed to automatically prevent this mode from running, if any high frequency content exists. One scene structure metric is discussed in more detail below in step 630 (FIG. 6). When the Sky Mode is activated, though, the algorithm can add additional frames to the FIFO buffer and improve the correction terms.
  • Additionally, in some embodiments, an option may be selected to address stopped motion. For example, when there has been continuous movement that abruptly stops in the current frame, several additional frames (e.g., up to 50% of the FIFO buffer) may be added to the FIFO buffer. If this option is enabled, this allows the FIFO buffer to more accurately reflect current scene values, but to still contain sufficient blur. The end result of this optional processing is that Image Quality (IQ) in substantially static or non-motion conditions can be improved.
  • Another option may be to identify and remove blinking pixels from the video frames. One criterion to detect blinking pixels is to determine if a particular pixel changes quickly in time, but its neighboring pixels do not. To help detect blinking pixels, the algorithm looks at the change in the correction terms from one instance to the next. One of several strong indicators (metrics) that may indicate that the pixel is a "blinker," is if a correction term radically changes values (e.g. from one update of the correction term to the next). As a result of detecting a blinking pixel, the detected blinking pixels can be removed, and replaced with, for example, a median value of its neighbors. Thus, blinking pixels may be identified and removed substantially in real-time. In some instances, the algorithm may be configured to remove a few hundred blinking pixels in an image (e.g., less than 0.1 % of the total pixels).
  • Figure 4 shows exemplary method 400 for determining relative moment of a new frame to a previous frame of video data in the FIFO buffer according to an embodiment.
  • For determining motion, an image motion tracking function may be used. This ensures that high frequency spatial frequencies due to scene content are not present in the blurry reference frame. For some image scenes, this method may be more aggressively performed so as to allow greater refinement of correction terms while viewing uniform scenes.
  • Exemplary reference image 410 is schematically illustrated as an 8 x 6 array of pixels, for explanation purposes only. Of course, the size of an image is not limiting and may vary.
  • Method 400 correlates the X- and Y- axis sums of pixel values which reduces the number of operations by a factor of a square root of the number of pixels compared to most image correlation trackers. The result is a very fast, accurate tracking method with high temporal noise suppression. In addition, there may also be one or more error checking schemes built in to improve results and accuracy.
  • To begin, row vector 420 and column vector 430 corresponding to the size of the image 410 dimensions may be allocated in memory. Next, row and column vector sums Σ may be computed while reading in video data. For instance, as each pixel of image 410 is read in a line of video, its value may be added to the corresponding element value of row vector 420. When the end of the line of video is reached, the "row sum" Σ R is determined for that row and may be stored in the corresponding element of the row vector 420 for that particular row. The "column sum" Σ c may be calculated in an analogous manner as the row sums Σ R.
  • Once computed, these vectors are compared with a previous frame (or other frame) to determine any potential correlation. To improve algorithm speed, the size of the correlation region or search size may be reduced. Also, by extending the correlation region, local regional movements versus entire image shifts may be found.
  • In some implementations, the resulting row and column vectors 420, 430 may be scaled to allow for sub-pixel correlation. For instance, a cubic interpolation function may be optionally applied to scale the size of the resulting vectors by a scaling factor Z. In one embodiment, the scaling factor Z may be 2. Although, it will be appreciated that values between 2 and 4 may be most common. Of course, other interpolation functions may also be used.
  • Consider, for example, an image size of M x N, where M is the number or rows and N is the number of columns. A search size D from a current pixel may be defined as the maximum distance (in pixels) to search for correlation/movement. If scaled, M, N and D will be each multiplied by the scale factor Z.
  • To determine the search size D for the image, the first step may be to take a segment of the reference scaled vector centered, of size M*Z-N*Z-1. Next, a segment of equal length (but indexed from the first index position of the comparative vector) is considered. The vectors can be compared using, for instance, a mean absolute difference method in which all corresponding elements in the vectors are subtracted, absolute value taken, and averaged. This metric is then recorded.
  • This process may be then repeated, but with the comparative vector starting at a next position (e.g., index position two). Again, the metric is recorded. This process is continued until the comparative sub-vector has considered the entire comparative vector and metrics for each position have been computed. There should be 2*D*Z+1 iterations of the loop. Once completed, the minimum value of the vector (in the case of a mean absolute different metric being used) may correspond to the "best" correlation. The "offset" applied (i.e., index offset within search range) indicates the movement in pixels that was detected. If scaled, the resultant value may be divided by Z to get the proper correlation in the original image dimensions.
  • Figures 5A and 5B depict exemplary context windows for determining correction term values according to an embodiment.
  • Each pixel in the reference frame may be individually processed to determine updated correction terms. Correction terms may be calculated using context windows in the vicinity of a pixel under consideration. For instance, the vicinity be may defined as plus or minus a few pixels (e.g., up/down and left/right) from the pixel under consideration. The process may require very little in the terms of memory resources.
  • Both a "near region" and "far region" from a current pixel under consideration may be defined. The near and far regions may each include eight pixels. Each of the near region and the far region may be further divided into two sub-regions (e.g., 1 and 2), which each contain four pixels. The first region may include the four pixels orthogonally oriented up/down and left/right with respect to the pixel under consideration. The second region may include the four pixels which are diagonally oriented with respect to the pixel under consideration.
  • Figure 5A shows context window 510 for determining the near region (NR) median value. The NR median value may be determined by calculating the median of the "near region" around each pixel adjacent to the pixel under consideration in the reference frame. In this example, centrally located pixel CP is the pixel under consideration in context window 510. The near region is illustrated as the eight pixels NR1 1, NR1 2, NR1 3, NR1 4, NR2 1, NR2 2, NR2 3, NR2 4 immediately surrounding central pixel CP under consideration.
  • Figure 5B shows context window 520 for determining the far region (FR) median value. The FR median value may be determined by calculating the median of the "outer edge region" around each pixel under consideration in the reference frame. In this example, centrally located pixel CP is the pixel under consideration. The outer edge region is illustrated as the eight pixels FR11, FR12, FR13, FR14, FR21, FR22, FR23 , FR24 surrounding central pixel CP under consideration. As shown, outer edge pixels are located three pixels away up/down and left/right from the pixel under consideration.
  • For each sub-region, the four pixel values may be stored as a vector. The vector may be ordered to ensure that the first and last elements are the highest and lowest values and the center two values are averaged (i.e., taking the median of the four values). This results in: Near Region 1 Median = Median NR 1 1 , NR 1 2 , NR 1 3 , NR 1 4
    Figure imgb0001
    Near Region 2 Median = Median NR 2 1 , NR 2 2 , NR 2 3 , NR 2 4
    Figure imgb0002
    Far Region 1 Median = Median FR 1 1 , FR 1 2 , FR 1 3 , FR 1 4
    Figure imgb0003
    Far Region 2 Median = Median FR 1 1 , FR 1 2 , FR 1 3 , FR 1 4
    Figure imgb0004
    Near Region Avg Median = Near Region 1 Median + Near Region 2 Median /
    Figure imgb0005
    Far Region Avg Median = Far Region 1 Median + Far Region 2 Median / 2
    Figure imgb0006
  • Additionally, the absolute "delta" (or difference) of the center two values (of four) for the NR is calculated. This yields, Near Region 1 Center Value Delta and Near Region 2 Center Value Delta.
  • Updated correction terms may be determined using the NR and FR median values. The correction value can be determined by looking at the difference between the FIFO buffer average pixel value and the Near Region median pixel values. A weight, coef_update_weight, may be used to apply more or less emphasis on the new value. For instance, the NR may receive a two-thirds weighting and the FR receiving a one-third weighting. For each pixel, the correction term can then be computed using the following pseudo-code logic:
    Figure imgb0007
    Figure imgb0008
  • The FIFO Average, stack_avg, can be calculated substantially simultaneously (i.e., "on the fly") as the most recent frame is being added. If, in a real-time scenario, any of the "conditionals" were met with the previous frame, then the FIFO Average might also be recomputed for each pixel as it is read in (although this may require a large amount of memory to store all the frames in the FIFO buffer). Using this method of computing FIFO Averages on the fly for the most recent frame can also (with a few video lines delay) compute correction terms without having to wait for the entire image to be read in. This allows the correction terms to be computed and applied with only a few lines of video delay to the system.
  • To compute correction terms, a delay of roughly three lines of video may be necessary before computing terms. This delay is directly proportional to the largest "kernel" size used in the correction terms (thus for a 7x7 kernel, the center of the kernel would require a three pixel clock delay plus three video line delay). To support a near-real time implementation, the correction terms may be computed by this amount of delay versus the "FIFO Average" being calculated for the given frame.
  • If the blinking pixel option is activated, blinking pixels may be identified and corrected at this time. For instance, the pseudo-code below can be invoked directly after the correction term for a pixel is calculated. It assumes the same pre-computed variables that the correction term calculations needed have been generated. And, if the conditional statements are satisfied, then the blinker timer value for the pixel is set to the max value, e.g., 100 frames in one implementation.
    Figure imgb0009
    Figure imgb0010
  • Figure 6 shows exemplary FIFO buffered median scene non-uniformity correction algorithm 600 in accordance with an embodiment. Algorithm 600 may be executed by image processor 120 (FIG. 1). Algorithm 600 does not replace pixels due to non-uniformities, but rather corrects residual FPN. Merely replacing pixels can lead to image blur, which reduces Image Quality (IQ) and is generally not desirable.
  • Thus, to help high frequency scene content (and prevent correction terms from being inappropriately updated) algorithm 600 looks at several factors.
  • Algorithm 600 begins with current frame 605 of video data being considered. In step 610, the relative movement of current frame 605 is determined with respect to the previous frame. This may be performed by determining vectors for rows and columns respectively corresponding to the size of the image, for example, as discussed above, with respect to Figure 4.
  • A determination is made in step 615 whether the determined movement is above a predetermined threshold. For instance, the predetermined threshold may be 3 pixels of scene movement since the last moving frame detected. Alternatively, this step might look to see if movement is within a certain number (e.g., one) of frames of movement falling below threshold.
  • If the determined movement is above a predetermined threshold then algorithm 600 continues to step 645, discussed below. Otherwise, algorithm 600 continues to step 620. In step 620 a determination is made whether the "Sky Mode" is activated. If the "Sky Mode" is not activated, then algorithm 600 proceeds to step 640.
  • If so, then in step 625, a further determination is made whether movement is less than the sky mode movement threshold. For instance, this may be 0.5 pixels relative movement. If so, then in step 630 a scene structure metric is generated on the current frame. Otherwise, if the sky mode movement threshold is not met, then the process proceeds to 640.
  • The scene structure metric generated in step 630 is configured to determine the structure of the scene. This results in a number that is proportional to scene content (with a higher value meaning more scene structure). The metric can be computed by taking the mean of all the resulting Net Sobel values. Sobel values may be computed using a known Sobel operator function.
  • First, the algorithm takes an incoming image and applies a median filter process to it. In one example, a 3x3 median filter may be used. Next, the image has both an X- and Y- axis Sobel operator kernel independently applied. The resulting value for each pixel is determined using the following formula: Net_Sobel_pix = XSobel_pix + YSobel_pix
    Figure imgb0011
  • The median filter removes very high frequency noise (such as, FPN/Temporal) that is generally not of any consequence, and then the Sobel works as an edge detection method.
  • In step 635, a determination is made whether the scene structure metric is less than a threshold value. For instance, this may be 77 (value is proportional to the degree of high spatial frequency content, with lower values indicating less high spatial frequencies) to ensure that the algorithm does not update correction terms in areas of high frequency or dynamic range scene content. If the scene structure metric is less than the threshold, then the processing continues to step 645. Otherwise, if the scene structure metric is not met, then the processing proceeds to 640.
  • In step 640, the last frame in the FIFO buffer is replaced with the current frame and the process continues to step 650. It will be appreciated that this step does not increment the FIFO buffer.
  • Returning to step 645, the FIFO buffer is incremented with a new frame being added to the FIFO buffer. In some implementations, the size of the FIFO buffer is five frames. In step 650, an average reference frame is created from the FIFO buffer. One way to create the reference frame is to average corresponding pixel values for all the frames within the FIFO buffer.
  • In step 655, a mask of good reference frame regions is created. The mask may be created by taking the difference of the maximum and minimum value of each pixel in the reference frame and determining if the difference in each pixel is less than a predetermined threshold, i.e., max (Ref. Frame(pixel) - min (Ref. Frame(pixel)) < Threshold. This method may be used to determine cases where the scene intensity for a pixel is varying greatly across the frames in the FIFO. Ideally, the threshold may be set to call correction terms for each pixel "good" when the maximum minus minimum value for each pixel in the FIFO is below a threshold amount. Large variance for a pixel intensity for frames in the FIFO may potentially result in a poor correction term being applied. Thus, the mask is created to identify pixels that do not meet this condition and the correction term calculated can be applied. To do so, for instance, a threshold value may be set to 5% of the dynamic range of a pixel value.
  • For all pixels in an image, the process proceeds to step 660 in which a determination is made whether the current pixel is on a high frequency edge in the reference frame. To determine this, the difference of the Near Region Avg Median and the Far Region Avg Median is compared for each pixel in the reference frame. If the absolute value of the difference between these values is less than a threshold then an "edge" is detected. If this is the case, the process goes to step 680, discussed below. On the other hand, if this is not the case, the process proceeds to step 665, where a correction term is updated, for example, as discussed above, with respect to Figure 5.
  • In step 670, another determination may be made whether the current pixel is a blinking pixel. Blinking pixel detection is an optional feature and may be implemented during the correction term computation. The purpose is to detect pixels that are varying in value quickly over time not due to scene change. To detect blinking pixels, the algorithm looks at the change in the correction terms from one instance to the next. If the correction term radically changes values (from one update of the correction term to the next) this may be one indication that the pixel is blinking.
  • Another check that may be performed makes sure that the correction terms of the surrounding neighbors (passed through a median process) also did not change quickly. If this is the case then it is likely not a blinking pixel and is a valid correction change. A final check may be performed to determine that the immediate surrounding pixels (that were passed through a median process) are relatively the same. If they are not the same, then this may indicate scene content and not a blinking pixel. If they are very close and the two above tests pass, then the pixel may be assumed to be a blinking pixel.
  • If not, the process goes to step 680, discussed below. For a blinking pixel, in step 675, a blinker timer for the pixel is set to its maximum value. For instance, this may be 100 frames of video.
  • Next, in step 680, the blinker timer is decremented for all pixels in the current frame. The blinker timer may be decreased each iteration by 1. In step 685, the correction terms are applied to the current frame. This may be accomplished by taking the difference between the reference frame and the product of the correction terms and the good mask reference, i.e., Frame - (correction_terms * good_ref_mask). Continuing to step 690, if the "blinker mode" is activated then the pixels are replaced (or substituted) with pixels having a blinker timer value greater than zero. Processed frame 695 is output from process 600, and processing returns to step 610 for another frame 605 of video data.
  • Implementing using the above method is possible on many systems that operate on entire frames (images) at once. Many legacy systems, however, operate on individual video lines as they are read in. The above algorithm therefore may need to be modified slightly to conform to these system. For example, to modify the algorithm, several key items will now have a one frame "lag". Those items may be: Movement Analysis through Scene Structure Metric. The entire frame method allows in x (typically 2) frames extra into the FIFO buffer once movement has stopped. This number may need to decrease by one frame (to account for the lag). The scene structure method will not measurably affect performance if it is one frame behind. Given these changes, the rest of the algorithm will calculate the following with only three video lines of delay (e.g., determined by largest kernel size used in the algorithms).
  • Figures 7-10 show exemplary video frames both before and after having been subjected to a FIFO buffered median scene non-uniformity correction method in accordance with an embodiment. Portions of the frames have been magnified for clarity.
  • Figures 7A-10A show the raw videos frame prior to processing. The residual FPN appears in the raw image frame as random "spots", "lines" and/or other visible artifacts (indicated in the figures with small surrounding circles).
  • And, Figures 7B-10B show the same video frame after processing. As will be appreciated, the random "spots", "lines" and/or other visible artifacts visible in Figures 7-10 have generally been removed by the processing. FPN may be due to non-linear responsivity of pixels not being fully corrected by a conventional NUC methods. The FPN has been actively reduced, despite the presence of high frequency scene spatial frequencies.
  • Figure 11 is a plot showing performance of the FIFO-buffered median scene based non-uniformity correction algorithm in accordance with an embodiment as compared with other conventional non-uniformity correction algorithms.
  • Conventional high-frequency scene based non-uniformity correction (HFSBNUC) and nearest neighbor scene based non-uniformity correction (NNSBNUC) algorithms were compared to a FIFO-buffered median scene based non-uniformity correction method (FMSBNUC) algorithm in accordance with an embodiment.
  • The evaluations were based on 31 "standard" video sets, including 16 long-wave infrared (LW IR) hot and cold scenes and 15 mid-wave infrared (MW IR) hot and cold scenes. The hot and cold scenes were measured at temperatures of approximately 0 and 40 degrees C, respectively. In general, evaluation scenes were chosen as to provide a large range of scene intensity values across the dynamic range of the imaging sensor used in test.
  • The FMSBNUC performance (reduction in FPN) was approximately 50 - 60 % higher than that of the HFSBNUC and the NNSBNUC. In the plot, the higher the average performance level indicated a better improvement. In addition, there was a significant improvement in the measured errors for FMSBNUC. For HFSBNUC, there were 6 minor errors measured and no moderate errors. For NNSBNUC, there were 45 minor errors and 18 moderate errors. And, for FMSBNUC, there was one moderate error and no mirror errors. Both the HFSBNUC and the NNSBNUC has "zero" measured improvement for the MW IR scenes.
  • Advantages of the FIFO buffered median scene non-uniformity correction method, described above, include (i) removal of high spatial frequency FPN; (ii) handling both regions of high spatial frequency scene content and regions of uniform scene in images; (iii) removal of column amplifier DC offsets which may be relatively high in spatial frequency; and (iv) identifies and corrects blinking (and/or other noisy pixels). In one embodiment, the FIFO buffered median scene non-uniformity correction method never replaces pixels due to non-uniformities under any circumstances, and instead always tries to correct residual FPN By contrast, replacing pixels always causes image blur which reduces image quality and is not desired.
  • Other embodiments, uses and advantages of the inventive concept will be apparent to those skilled in the art from consideration of the above disclosure and the following claims. The specification should be considered non-limiting and exemplary only, and the scope of the inventive concept is accordingly intended to be limited only by the scope of the following claims.

Claims (12)

  1. A buffered scene-based non-uniformity correction method comprising:
    • (605) receiving a plurality of frames of video image data from an image detector (110);
    • (610) determining relative movement of a current image frame with respect to a previous image frame;
    • if there is substantial movement determined, (645) adding the current image frame to a buffer (130) in a memory sized to store a predetermined number of video frames;
    • (665) averaging pixel values of the image frames in the buffer (130) to determine a mean value for each pixel of a reference image frame and processing each pixel in the reference frame;
    • determining correction term values for each pixel of the current image frame by determining the difference between the current image frame pixel value and the corresponding reference image pixel value; and
    • not correcting regions in the current image frame which have high-frequency scene content and
    • (685) correcting the current image frame using the correction term values;
    wherein processing each pixel in the reference frame to determine the correction term values comprises:
    o determining pixels in a near region (NR11, ..., NR23) to the current pixel under consideration (CP);
    o determining pixels in a far region (FR11, FR23) to the current pixel under consideration, (CP), each of the near and far regions being divided in 2 sub-regions, each sub-region comprising four pixels, each sub-region being analyzed separately by taking at least the median value of the pixels of each sub-region; and
    o analyzing the near and far sub-regions pixels.
  2. The method according to claim 1, wherein the buffer (130) is a first-in-first-out (FIFO) buffer such as a buffer configured to hold five image frames of video.
  3. The method according to claim 1 or claim 2, further comprising, responsive to a determination that the current image frame includes a uniform scene with low spatial frequency content, adding the current image frame to the buffer.
  4. The method according to anyone of the previous claims, wherein determining relative movement (610) of a current image frame with respect to the previous image frame (400) comprises:
    ∘ determining row (ΣR1, ..., ΣR6) and column (ΣC1, ..., ΣC6) sum vectors for the current image frame and the previous image frame; and
    ∘ analyzing the determined row (ΣR1., ..., ΣR6) and column (ΣC1, ..., ΣC6) sum vectors to determine a correlation between the current image frame and the previous image frame, said analyzing including for example searching for movement between the current image frame and the previous image frame within a predetermined distance from each current pixel.
  5. The method according to anyone of the previous claims, wherein:
    - the average of pixel values of the image frames in the buffer is updated when new image frames are added to the buffer,
  6. A buffered scene-based non-uniformity correction system (100) comprising:
    - a buffer (130) memory sized to store a predetermined number of video frames; and
    - a processor (120) configured to:
    ∘ receive a plurality of frames of video image data from an image detector (110);
    c determine relative movement of a current image frame with respect to a previous image frame;
    ∘ if there is substantial movement determined, add the current image frame to the buffer;
    ∘ average pixel values of the frames in the buffer to determine a mean value for each pixel of a reference image frame and processing each pixel in the reference frame;
    ∘ determine correction term values for each pixel of the current image frame by determining the difference between the current image frame pixel value and the current reference image frame pixel value;
    ∘ not correct regions in the current image frame which have high-frequency scene content; and
    ∘ correct the current image frame using the correction term values,
    wherein processing each pixel in the reference frame to determine the correction term values comprises:
    ∘ determining pixels in a near region (NR11, ..., NR23) to the current pixel under consideration (CP);
    ∘ determining pixels in a far region (FR11, ..., FR23) to the current pixel under consideration (CP); each of the near and far regions being divided in 2 sub-regions, each sub-region comprising four pixels, each sub-region being analyzed separately by taking at least the median value of the pixels of each sub-region; and
    ∘ analyzing the near and far sub-regions pixels.
  7. The system according to claim 6, further comprising:
    an image detector (110) configured to generated the video data.
  8. The system according to claim 6 or claim 7, wherein the buffer (130) is a first-in-first-out (FIFO) buffer such as a buffer configured to hold five image frames of video.
  9. The system according to anyone of the claims 6 to 8, wherein the processor (120) is configured to, responsive to a determination that the current image frame includes a uniform scene with low spatial frequency content, adding the current image frame to the buffer.
  10. The system according to anyone of the claims 6 to 9, wherein, in processing each pixel in the reference frame to determine correction term values (500), the processor (120) is configured to:
    determine pixels in a near region (NR11, ..., NR23) to the current pixel under consideration(CP);
    determine pixels in a far region (FR11, ..., FR23) to the current pixel under consideration (CP);
    each of the near and far regions being divided in 2 sub-regions, each sub-region comprising four pixels, each sub-region being analyzed separately ;
    and
    analyze the near and far subregions pixels.
  11. The system according to anyone of the claims 6 to 10, wherein, in determining relative movement of a current image frame with respect to the previous image frame, the processor (120) is configured to:
    determine row (ΣR1, ..., ΣR6) and column (ΣC1, ..., ΣC6) sum vectors for the current image frame and the previous image frame; and
    analyze the determined row (ΣR1, ..., ΣR6) and column (ΣC1, ..., ΣC6) sum vectors to determine a correlation between the current image frame and the previous image frame.
  12. The system according to claim 11, wherein, in analyzing the determined row and column sum vectors, the processor (120) is configured to:
    search for movement between the current image frame and the previous image frame within a predetermined distance from each current pixel.
EP11180040.5A 2010-11-05 2011-09-05 First-in-first-out (fifo) buffered scene-based non-uniformity correction method Active EP2450849B1 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US12/940,128 US8625005B2 (en) 2010-11-05 2010-11-05 First-in-first-out (FIFO) buffered median scene non-uniformity correction method

Publications (2)

Publication Number Publication Date
EP2450849A1 EP2450849A1 (en) 2012-05-09
EP2450849B1 true EP2450849B1 (en) 2017-04-12

Family

ID=44651237

Family Applications (1)

Application Number Title Priority Date Filing Date
EP11180040.5A Active EP2450849B1 (en) 2010-11-05 2011-09-05 First-in-first-out (fifo) buffered scene-based non-uniformity correction method

Country Status (3)

Country Link
US (1) US8625005B2 (en)
EP (1) EP2450849B1 (en)
IL (1) IL214967A (en)

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9451183B2 (en) 2009-03-02 2016-09-20 Flir Systems, Inc. Time spaced infrared image enhancement
US9635285B2 (en) * 2009-03-02 2017-04-25 Flir Systems, Inc. Infrared imaging enhancement with fusion
US10091439B2 (en) 2009-06-03 2018-10-02 Flir Systems, Inc. Imager with array of multiple infrared imaging modules
CA2838992C (en) 2011-06-10 2018-05-01 Flir Systems, Inc. Non-uniformity correction techniques for infrared imaging devices
US9854138B2 (en) * 2012-09-20 2017-12-26 Gyrus Acmi, Inc. Fixed pattern noise reduction
SE536859C2 (en) * 2012-12-11 2014-10-07 Flir Systems Ab Method for image processing and image processing device.
CN103246959B (en) * 2013-05-21 2016-03-02 北京鹰普世信息技术有限公司 The digitizing solution of reality scene
US9135683B2 (en) * 2013-09-05 2015-09-15 Arecont Vision, Llc. System and method for temporal video image enhancement
EP3116213A4 (en) * 2014-03-05 2017-06-07 Panasonic Intellectual Property Management Co., Ltd. Image processing apparatus, monitor camera, and image processing method
US10339544B2 (en) * 2014-07-02 2019-07-02 WaitTime, LLC Techniques for automatic real-time calculation of user wait times
US9906742B2 (en) * 2014-07-22 2018-02-27 Bae Systems Information And Electronic Systems Integration Inc. Method and system for UV inoperable pixel compensation
US10542193B1 (en) * 2014-11-05 2020-01-21 Drs Network & Imaging Systems, Llc Error smoothing through global source non-uniformity correction
CN107431771B (en) * 2015-03-06 2020-12-04 菲力尔系统公司 System and method for anomalous pixel detection
GB2545198A (en) * 2015-12-08 2017-06-14 Thermoteknix Systems Ltd Identification of faulty sensing elements in sensing element arrays
KR20170082883A (en) * 2016-01-07 2017-07-17 삼성전자주식회사 Electronic apparatus and operating method thereof
US10931901B2 (en) * 2016-08-31 2021-02-23 Flir Systems Ab Method and apparatus for selectively correcting fixed pattern noise based on pixel difference values of infrared images
US10270995B1 (en) 2017-10-19 2019-04-23 Kromek Group, PLC Automated non-conforming pixel masking
CN112422835B (en) * 2020-12-16 2022-08-26 深圳市六合智能感知系统科技有限公司 High-speed image acquisition method, system, equipment and storage medium
CN116205825B (en) * 2023-05-06 2023-07-21 北京师范大学 Infrared video non-uniformity correction method based on space-time three-dimensional filtering

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6507018B2 (en) 1996-08-30 2003-01-14 Raytheon Company Ditherless non-uniformity compensation for infrared detector arrays with recursive spatial low pass filtering
US5925880A (en) * 1996-08-30 1999-07-20 Raytheon Company Non uniformity compensation for infrared detector arrays
US5721427A (en) 1996-12-19 1998-02-24 Hughes Electronics Scene-based nonuniformity correction processor incorporating motion triggering
US5903659A (en) * 1997-04-17 1999-05-11 Raytheon Company Adaptive non-uniformity compensation algorithm
US6184527B1 (en) 1997-08-26 2001-02-06 Raytheon Company Dither correction for infrared detector arrays
US7035475B1 (en) * 1999-06-17 2006-04-25 Raytheon Company Non-traditional adaptive non-uniformity compensation (ADNUC) system employing adaptive feedforward shunting and operating methods therefor
US6803945B1 (en) * 1999-09-21 2004-10-12 Intel Corporation Motion detecting web camera system
US7016550B2 (en) * 2002-04-19 2006-03-21 Lockheed Martin Corporation Scene-based non-uniformity offset correction for staring arrays
KR100465244B1 (en) * 2002-02-05 2005-01-13 삼성전자주식회사 Motion detection apparatus and method for image signal
US6934421B2 (en) * 2002-03-20 2005-08-23 Eastman Kodak Company Calculating noise from multiple digital images having a common noise source
US6904126B2 (en) * 2002-06-19 2005-06-07 Canon Kabushiki Kaisha Radiological imaging apparatus and method
EP1429542A1 (en) * 2002-12-11 2004-06-16 Dialog Semiconductor GmbH Fixed pattern noise compensation with low memory requirements
US7362911B1 (en) * 2003-11-13 2008-04-22 Pixim, Inc. Removal of stationary noise pattern from digital images
US7391925B2 (en) * 2003-12-04 2008-06-24 Lockheed Martin Missiles & Fire Control System and method for estimating noise using measurement based parametric fitting non-uniformity correction
SE531372C2 (en) 2006-04-25 2009-03-17 Flir Systems Ab Method for signal conditioning
US8144778B2 (en) * 2007-02-22 2012-03-27 Sigma Designs, Inc. Motion compensated frame rate conversion system and method
EP2015562A1 (en) 2007-07-10 2009-01-14 Thomson Licensing S.A. Processing device for correcting defect pixel values of an image sensor unit, image sensor unit with the processing device and method
JP5203869B2 (en) 2008-09-24 2013-06-05 キヤノン株式会社 Image processing apparatus, control method therefor, and program
JP4893758B2 (en) * 2009-01-23 2012-03-07 ソニー株式会社 Image processing apparatus, image processing method, and imaging apparatus

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
ANONYMOUS: "Moving average - Wikipedia, the free encyclopedia", 27 October 2010 (2010-10-27), XP055187176, Retrieved from the Internet <URL:http://en.wikipedia.org/w/index.php?title=Moving_average&oldid=393220019> [retrieved on 20150504] *

Also Published As

Publication number Publication date
US20120113299A1 (en) 2012-05-10
IL214967A0 (en) 2012-04-30
EP2450849A1 (en) 2012-05-09
US8625005B2 (en) 2014-01-07
IL214967A (en) 2016-10-31

Similar Documents

Publication Publication Date Title
EP2450849B1 (en) First-in-first-out (fifo) buffered scene-based non-uniformity correction method
US9854168B2 (en) One-pass video stabilization
US9275443B2 (en) Image-processing apparatus for removing haze contained in video, and method therefof
US9454805B2 (en) Method and apparatus for reducing noise of image
CN110651297B (en) Optional enhancement of synthesized long exposure images using a guide image
JP5890547B2 (en) Image processing device
CN111161172B (en) Infrared image column direction stripe eliminating method, system and computer storage medium
EP3798975B1 (en) Method and apparatus for detecting subject, electronic device, and computer readable storage medium
CN108062763B (en) Target tracking method and device and storage medium
JP2009135561A (en) Blur detection apparatus, and apparatus and method for blur correction
CN107710279B (en) Static smudge detection and correction
US10893193B2 (en) Image processing apparatus, image processing method, and storage medium
EP1968308B1 (en) Image processing method, image processing program, image processing device, and imaging device
US7834919B2 (en) Imaging apparatus, imaging signal processing method, and program for fluctuation elimination in an image
US20150358547A1 (en) Image processing apparatus
Lee et al. Video deblurring algorithm using accurate blur kernel estimation and residual deconvolution based on a blurred-unblurred frame pair
US11172138B2 (en) Image capture apparatus capable of performing HDR combination, method of controlling same, and storage medium
US20120019677A1 (en) Image stabilization in a digital camera
US20150206024A1 (en) Image processing apparatus, image processing method, and storage medium
US11373277B2 (en) Motion detection method and image processing device for motion detection
US8774544B1 (en) Determining outlier pixels of successive frames
JP7251425B2 (en) Attached matter detection device and attached matter detection method
EP3540685B1 (en) Image-processing apparatus to reduce staircase artifacts from an image signal
JP2009088884A (en) Method and device for detecting motion vector in picked-up data
JP5029573B2 (en) Imaging apparatus and imaging method

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

17P Request for examination filed

Effective date: 20121106

17Q First examination report despatched

Effective date: 20140730

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

INTG Intention to grant announced

Effective date: 20161104

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: AT

Ref legal event code: REF

Ref document number: 884582

Country of ref document: AT

Kind code of ref document: T

Effective date: 20170515

REG Reference to a national code

Ref country code: DE

Ref legal event code: R096

Ref document number: 602011036843

Country of ref document: DE

REG Reference to a national code

Ref country code: FR

Ref legal event code: PLFP

Year of fee payment: 7

REG Reference to a national code

Ref country code: NL

Ref legal event code: MP

Effective date: 20170412

REG Reference to a national code

Ref country code: LT

Ref legal event code: MG4D

REG Reference to a national code

Ref country code: AT

Ref legal event code: MK05

Ref document number: 884582

Country of ref document: AT

Kind code of ref document: T

Effective date: 20170412

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: HR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

Ref country code: LT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170713

Ref country code: NO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170712

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170812

Ref country code: RS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

Ref country code: LV

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

Ref country code: BG

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170712

Ref country code: PL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

Ref country code: SE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602011036843

Country of ref document: DE

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: RO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

Ref country code: EE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SM

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

Ref country code: IT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

26N No opposition filed

Effective date: 20180115

REG Reference to a national code

Ref country code: CH

Ref legal event code: PL

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

Ref country code: MC

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

REG Reference to a national code

Ref country code: IE

Ref legal event code: MM4A

REG Reference to a national code

Ref country code: BE

Ref legal event code: MM

Effective date: 20170930

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LU

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20170905

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CH

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20170930

Ref country code: LI

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20170930

Ref country code: IE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20170905

REG Reference to a national code

Ref country code: FR

Ref legal event code: PLFP

Year of fee payment: 8

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: BE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20170930

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MT

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20170905

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: HU

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT; INVALID AB INITIO

Effective date: 20110905

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CY

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20170412

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: TR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: AL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20170412

P01 Opt-out of the competence of the unified patent court (upc) registered

Effective date: 20230530

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20230823

Year of fee payment: 13

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20230822

Year of fee payment: 13

Ref country code: DE

Payment date: 20230822

Year of fee payment: 13