WO2023110123A1 - Procédé de traitement de données d'image, unité de processeur d'image et programme d'ordinateur - Google Patents

Procédé de traitement de données d'image, unité de processeur d'image et programme d'ordinateur Download PDF

Info

Publication number
WO2023110123A1
WO2023110123A1 PCT/EP2021/086518 EP2021086518W WO2023110123A1 WO 2023110123 A1 WO2023110123 A1 WO 2023110123A1 EP 2021086518 W EP2021086518 W EP 2021086518W WO 2023110123 A1 WO2023110123 A1 WO 2023110123A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
pixel
capture
ipd
defective
Prior art date
Application number
PCT/EP2021/086518
Other languages
English (en)
Inventor
Noha El-Yamany
Original Assignee
Dream Chip Technologies Gmbh
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 Dream Chip Technologies Gmbh filed Critical Dream Chip Technologies Gmbh
Priority to PCT/EP2021/086518 priority Critical patent/WO2023110123A1/fr
Priority to TW111137843A priority patent/TW202345577A/zh
Publication of WO2023110123A1 publication Critical patent/WO2023110123A1/fr

Links

Classifications

    • 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

Definitions

  • the invention relates to a method for processing image data of an image sensor, said image sensor comprises a sensor area of a pixel matrix providing image pixel data, comprising the steps of: a) Detecting defective pixels in image pixel data to identify possibly defective pixel positions in the sensor, and b) Correcting the image data by use of the detected defective pixel positions.
  • the invention further relates to an image processor unit for processing image data of an image sensor, said image sensor comprises a sensor area of a pixel matrix providing image pixel data, wherein the image processor unit is arranged to detect defective pixels in the image data to identify possibly defective pixel positions in the image sensor and to correct the image data by use of the detected defective pixel positions.
  • the invention further relates to a computer program comprising instructions to carry out the above method.
  • Digital imagers are widely used in everyday products, such as smart phones, tablets, notebooks, cameras, cars and wearables.
  • An important problem in the image signal processing pipeline in camera systems used in those products is the detection and correction of defective imaging sensor pixels which develop during or after the fabrication process of the sensor. If those defective pixels are not corrected early in the image signal processing pipeline, subsequent filtering or demosaicing operations will cause them to spread and appear as coloured clusters of pixels that degrade the image quality.
  • defective pixel detection takes place as a per-frame image processing or analysis step that seeks to identify defective sensor pixel positions based on raw single frame or multiple raw frames.
  • the detection mechanism does not keep track of the identified defect positions over the lifetime of the image sensor.
  • G. H. Chapman, J. Leung, R. Thomas, Z. Koren and I. Koren, ..Tradeoffs in imager design with respect to pixel defect rates,” in: IEEE International Symposium on Defect and Fault Tolerance in VLSI and Nanotechnology Systems, pp. 231 -239, 2010 discloses a relationship between increased defect rate and increased image sensitivity (ISO).
  • ISO image sensitivity
  • a good pixel is identified when the dark current rate and the dark offset is zero.
  • the normalized pixel output can be determined as a function of the incident illumination rate, the dark current rate, the exposure setting, the dark offset and the amplification from the ISO setting. In a hot pixel, the normalized pixel output increases with exposure time.
  • Hot pixels can be identified by a series of dark field images at increasing exposure times.
  • the probability is calculated for each identified hot pixel by moving over the images recursively forward in time and using Bayesian equations.
  • the appearance of hot pixels is affected by the exposure time and ISO setting used to capture the images. To avoid faults, a detection correction scheme is proposed.
  • An object of the present invention is to provide an improved method and an image processor unit which provides a robust learning-based solution to identify the defective pixel positions of an image sensor, learns those positions over the camera lifetime and improves the correction of actual image data.
  • the object is achieved by the method comprising the features of claim 1 , the image processor unit comprising the features of claim 6 and the computer program comprising the features of claim 11 . Further embodiments are disclosed in the dependent claims. It is proposed to a) Store the identified possibly defective pixel positions together with associated capture parameters of the image sensor, and b) Correct an actual image data by use of stored defective pixel positions associated with capture parameters which are related to the actual capture parameters of the image sensor for the actual image data.
  • the method can have the additional steps of
  • Temporary storing of the possibly defective pixel positions in a buffer together with an occurrence counter for the number of errors allows a fast and easy processing to execute pixel positions identified as false positive.
  • the counter for the error number can be set to increase each time a defect is identified again in the same pixel position with the same capture parameter.
  • the same capture parameter is present if the parameter or a specific set of parameters are within a given range of similarity. There is no need for a capture parameter to be exactly the same as the preceding capture parameter.
  • a confirmation flag in a data set can be stored for each identified possibly defective pixel position related to a capture parameter.
  • each capture parameter is related to a respective occurrence counter (error number) and to a respective confirmation flag.
  • the pixel position is indicated as positive false defective for which the pixel positions comprising the respective flag indicating a defect for the actual capture setting of the sensor will be corrected in a succeeding image processing step.
  • Capture parameters can be selected for example from the group of analogue sensor gain, sensitivity (ISO), exposure time and temperature. This group can be expanded by other parameters which are related to the occurrence of defects of pixels or to the visibility of defective pixels.
  • the capture parameters associated with the defective pixel positions can be a single capture parameter or a set of different capture parameters.
  • the image processor unit can be an image processor arranged to a) Store the identified possibly defective pixel positions together with associated capture parameters of the image sensor in a data memory, and b) Correct an actual image by use of stored defective pixel positions associated with capture parameters which are related to the actual capture parameters of the image sensor for the actual image data.
  • the image processor unit can be a programmable data processor including a memory for temporarily storing the data set including the indicated defective pixel positions and the related capture parameters, occurrence counters and confirmation flags.
  • the image processor can also be a hardware unit arranged in a hardware logic, e.g. an FPGA.
  • the invention is described by an example with enclosed figures. It shows:
  • Figure 1 Block diagram of the method for processing image data and functional parts of an image processor unit
  • Figure 2 A structure of a data set stored for each identified possibly defective pixel position
  • Figure 3 Block diagram of an image processor unit connected to an image sensor.
  • Figure 1 presents a flow diagram of the method of correcting defective pixels based on the image pixel data IPD provided as whole data from an electronic image sensor.
  • an active (i.e. dynamic) defective pixel detection mechanism identifies possibly defective pixel positions of the sensor by evaluating the incoming image pixel data IPD.
  • This method step A) can be performed for each incoming raw frame of a picture. This identification can be executed or controlled by pre-selected parameters depending on the design of the active defective pixel detection mechanism and the respective needs.
  • a pixel in a specific colour channel can be identified as defective in case that the pixel is significantly different from its same-coloured neighbours in a small windows centered at the pixel and if the local brightness of the pixel is significantly different from the local brightness difference of the same-coloured neighbours in the small windows centered at the pixel.
  • a hot pixel can be identified if the pixel local brightness difference in a pixel position is larger than the first pre-selected tuning parameter (detection strength parameter) and larger than a false positives control parameter as a second pre-selected tuning parameter.
  • a cold pixel can be identified if the pixel local brightness difference in the pixel position is smaller than the negative value of the pre-selected detection strength parameter and smaller than a second false positives control parameter calculated as a function of pre-selected tuning parameter and the minimum value of the pixel local brightness of the surrounding pixels.
  • the pixel positions x, y are then stored in the step B) in a temporary defects buffer 2 together with the respective camera capture parameters CP, P_i used for obtaining the image pixel data IPD.
  • the reason for storing the identified possibly defective pixel positions in a temporary defect dictionary is that the defect identification process is prone to errors, and typically not only real defects will be picked up, but also false positives. Hence the identified defect positions do not solely represent sensor defect positions, but also include good pixel positions.
  • a refinement of identified defects takes place.
  • the step C) confirms the identified possible defects for a respective camera capture parameter CP, P_i in order to exclude false positives and to ensure only real sensor defective pixel positions are stored in the confirmed defects storage (dictionary or buffer) in step D), which are later corrected by the defective pixel correction mechanism in step E).
  • the result is a flow of corrected image pixel data together with the remaining image pixel data which does not need to be corrected and can be processed in a parallel flow in case known defective pixels are detected in step A) for this image pixel data IPD.
  • the sequence procedure in Figure 1 takes place e.g. for every incoming frame during the camera captures (i.e. during the use of the camera) so that the defective pixel positions are continuously learned until they are fully identified.
  • the camera capture parameters CP, P_i that influence the defects rate i.e. the visibility of defective pixels
  • the defect positions are not only stored but also associated with the camera capture settings, i.e. the camera capture parameters CP, P_i.
  • the confirmed defects positions stored in the confirmed defects storage 3 in step D) that are associated with the capture setting closest to the runtime’s are only corrected. This is to avoid over-correction and under-correction of defects due to including more or less defective positions than what is necessary.
  • the detection of defect pixels can be performed, for example, on the raw data coming from the Bayer sensor.
  • lavg(i ) denotes the robust local average estimate of the same-color neighbors in an S*S window centered at (i,j). A pixel l(i,j) is identified as a defect if two conditions are met.
  • the pixel is significantly different from its same-color neighbors in the S*S Bayer window centered at that pixel.
  • the local brightness difference at the pixel is significantly higher than the smallest local brightness difference for each color channel, for hot pixels. Conversely, for cold pixels, the local brightness difference at the pixel is significantly lower than the largest local brightness difference for each color channel.
  • dib (i,j) ⁇ M2xmax(dib (i, j-1 ), dib (i, j+ 1 )) (7) dib (i,j) ⁇ M2xmax(dib (i-1 ,j), dib (i+1 ,j)) (8) dib (i,j) ⁇ M2xmax(dib (i-1 ,j-1 ), dib (i-1 ,j+1 ), dib (i+1 ,j-1 ), dib (i+1 ,j+ 1 )) (9)
  • Condition (B) is imposed, therefore, to differentiate between a defect and a small image feature/detail, thus enabling the algorithm to be robust against false positives.
  • M2 is an algorithm parameter, which by design denotes false positives control, and M2 e [1 .0, U], where II is an upper bound. The larger M2 is, the weaker the detection is and the less the false positives are.
  • Figure 2 shows an example of the structure of the data set stored in step B) in the temporary defect buffer 2.
  • the pixel positions identified as possibly defect by use of any appropriate defective pixel detection mechanism are stored as defect candidate x coordinate and defect candidate y coordinate. Together with the coordinates (positions) of the possibly defective pixel positions (defect candidates), the camera capture parameters P_i associated with defect candidate in a hot pixel position (x, y) are also stored in the data set related to the pixel position x, y.
  • the capture parameter can also be a parameter set including a group of parameters. It is possible to separately store the capture parameters P_i or a set of capture parameters in a separate parameter list and to link this capture parameter data by use of an assigned number or pointer into the entering data set shown in Figure 2.
  • the data set for the possibly defective pixel positions x, y stored in the temporary defect buffer 2 also includes an occurrence counter C_i which is associated with the defect candidate in the x, y position as well as the capture parameter (including parameter set) P_i.
  • This occurrence counter C_i can be incremented each time a defect is identified again in the same pixel position x, y and the same capture parameter P_i.
  • the maximum value for the occurrence counter C_i and the increment strategy depend on the allocated number of bits for it in the buffer storage.
  • the related capture parameter P_i for setting the occurrence counter C_i must not be identical. It is possible to define a specific similarity of capture parameters within the capture parameters P_i are handled as similar.
  • the data set includes confirmation flags F_i associated with the defect candidate in that pixel position x, y as well as the capture parameter P_i.
  • the flag could e.g. defined as binary zero or one and can be set to one when the defect candidate at that pixel position x, y is transformed into a confirmed defect.
  • the field in the data set can be encoded for each buffer entry and as efficiently as possible in order to reduce the number of bits for each entry and, ultimately, to reduce the buffer size.
  • an eviction rule can be implemented in order to clear up some room for more defect candidates to enter the buffer. It also possible to impose a constraint on how many defects could be identified per frame or frame slice. These options depends on the allocated memories for the buffers.
  • the size of the buffer should be determined in accordance with the expected defect rate for the imaging sensor used as well as false positives rates expected from the defect detection mechanism used to ensure that the learning defect positions converge after a sufficient time to full sensor defective pixel identification, i.e. close to 100 % defect detection rate.
  • the two common types of defects in imaging sensors are hot defect and cold defects.
  • the hot defects are the main type. Defective pixels respond abnormally to incident illumination in comparison to good pixels. Hot pixels respond more strongly, thus appear as bright or saturated dots in the image, while cold pixels respond less or do not respond at all, thus appear as dark or black dots in the image.
  • Sensor defective pixel characterisation can reveal what sensor parameters have an impact on the rate and visibility of defective pixels. For example, the capture parameters of analogue gain, sensitivity (ISO) end exposure time have an effect on the detection rate of defective pixels. Increasing the analogue gain, the sensitivity (ISO) and/or the exposure time leads to an increased rate and visibility of hot defective pixels.
  • each camera capture setting has a corresponding combination of analogue gain (AG), exposure time (ET) and temperature among other parameters.
  • AG analogue gain
  • ET exposure time
  • P_i and i 1 , 2, ... , M.
  • analogue gain is the parameter that defects sensor defect rate/visibility
  • Other values of AG can be set to the capture parameter AG_2 through AG_M - 1 , where M depends on the granularity, i.e. quantization with which the analogue gain AG is sampled, as well allocated number of bits for its encoding in the buffer entry.
  • the exposure time ET is the parameter that affects the sensor defect rate and visibility
  • ET_1 can be the smallest exposure time and ET_M the largest exposure times supported by the exposure control algorithm.
  • Other values of ET can be set to ET_2 through ET_M - 1.
  • M depends on the granularity, i.e. quantization with which the espouse time ET is sampled, as well as the allocated number of bits for its encoding in the buffer entry.
  • the capture parameter P_i can optionally sample combinations of capture parameters like analogue gain AG and exposure time ET or a mathematical combination thereof (e.g. the product or sum of the single parameter).
  • Any relevant capture parameter that affects the sensor defect rate and any possible combination thereof can be used and stored in the data set.
  • the capture parameters will be defined. Since defect detection is a process that is prone to errors, and hence not all the defect candidates are not real defects but some of them are just false positives (i.e. good pixels), the data sets stored in the temporary defect buffer is refined during the lifetime of the sensor in order to exclude false positives from the identified defect candidates.
  • the occurrence counter C_i keeps track of how many times a defect has been detected at a given sensor pixel position x, y over the camera lifetime and over various capture settings. For a given defect candidate position x, y when the occurrence counter C_i exceeds a pre-defined threshold T_i, the corresponding flag F_i is set to a confirmed state and thus transforming the defect position x, y and only the capture setting P_i is confirmed. When a defect candidate position x, y is confirmed at a given capture setting P_i, it can also be confirmed at another capture settings P_i as a result if some conditions hold.
  • imaging sensor characterisation reveals that with increasing the analogue gain, sensitivity ISO and exposure time, new defects become visible in addition to the ones that are already visible at the lower analogue gain, sensitivity ISO and exposure time, and that effectively means that the defect map overlap over different capture settings.
  • a defect candidate that have become confirmed at one of these capture parameters i.e. analogue gain AG_i or exposure time ET_i is by default also confirmed at the larger parameters AGJ or ETJ if AG_i or ET_i is smaller than AGJ or ETJ. That transfer of confirmation expedites the learning process and helps to converge faster to full sensor defect identification.
  • the refinement stops when all the confirm flags are in the confirmed state for all the identified defective pixel positions x, y.
  • the refinement with increasing threshold T_i values could be pursued periodically in order to check if new defects have developed over time and should be included amongst those in the defect dictionary to be corrected as well.
  • confirmed defect positions along their corresponding capture parameters can be stored in a separate data memory, i.e. in the confirmed defects dictionary or buffer in step D).
  • the confirmed defect buffer can essentially be co-located with the temporary defects buffer and shares the entries in fields. They could also be two physically separate buffers, which depends on the available memory for the buffers and the hardware structure of the image processor unit.
  • Figure 3 shows an exemplary block diagram of an image processor unit 1 which is connected to an image sensor S to receive the image pixel data IPD (raw data) and the capture parameters CP used for obtaining the image pixel data IPD.
  • the image processor unit 1 can be an integrated circuit comprising a processor and a computer program arranged to process the image pixel data IPD and to capture parameters CP according to the method of the present invention. It can also be a hardcoded integrated circuit, i.e. FPGA or the like.
  • the image processor unit 1 is arranged to actively detect defective pixels in step A) and to store the pixel positions x, y and the related capture parameters CP in step B) in the temporary defect buffer for image pixels identified as possibly defective.
  • the image pixel data IPD which are not identified as defective are provided as the output of the image processor unit 1 .
  • the image processor unit 1 is therefore arranged to increment the occurrence counters C_i for the related capture parameters CP n the temporary defects buffer 2 and to set a confirm flag F_i in case that the occurrence counter C_i for the respective capture parameters P_i reaches a pre-defined threshold T_i value or becomes larger than the pre-defined threshold T_i value.
  • step D the confirmed defective pixel positions x, y are stored in step D) in a separate defect storage 3 together with the associated capture parameters P_i for which the confirm flag F_i is set.
  • a separate image processor can then be provided to perform the defective pixel correction in step E).
  • This can also be included in the same integrated circuit by use of another image processor or the same image processor or the image processor unit 1 . Therefore, the block of the image processor unit 1 shown in Figure 3 can be a separate functional unit of the same hardware logic or can also be a separate functional and hardware unit. This depends on the chosen design strategy.
  • the camera capture parameter CP (including a parameter set) is compared to the capture parameters C_i in the confirmed defects storage 3 and the defect positions x, y, associated with the capture parameter P_i closest to the run time’s capture parameter are only corrected by the defective pixel correction mechanism E). Other pixel positions x, y are left intact.
  • This strategy achieves a high image quality by avoiding an over-correction that results from correcting pixels that are most likely not visible defects at the runtime capture setting, and under-correction that results from not considering all the pixels that are most likely visible defects at the runtime capture setting.
  • Full sensor defective pixel identification can be achieved after sufficient learning, i.e. close to 100 % detection rate.
  • Full false positives elimination can be achieved after sufficient learning, i.e. close to 0 % false positives frame. Due to the correlation and association between the identified sensor defect positions (or maps) and the camera capture settings, over-correction or under-correction can be avoided. No procalibration or pre-knowledge of the sensor defect parameters is needed, as the proposed framework learns the defect positions x, y on its own over the camera usage (lifetime) and associates those positions with the camera capture parameters.
  • the image processor unit 1 requires a very low computational complexity and is suitable for real time resource-constraint image signal processors.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Studio Devices (AREA)
  • Transforming Light Signals Into Electric Signals (AREA)
  • Facsimile Image Signal Circuits (AREA)

Abstract

Est divulgué dans la présente invention un procédé de traitement de données d'image d'un capteur d'image (S), ledit capteur d'image (S) comportant une zone d'une matrice de pixels fournissant des données de pixels d'image (IPD). Ledit procédé consiste à détecter des pixels à défauts dans des données de pixels d'image (IPD) pour identifier des positions de pixels potentiellement défectueux dans le capteur (S) et à corriger les données de pixels d'image (IPD) au moyen des positions de pixels à défauts détectées, les étapes consistant à stocker les positions de pixels potentiellement défectueux identifiées conjointement aux paramètres de capture associés du capteur d'image (S) et à corriger des données de pixels d'image réelles au moyen de positions de pixels à défauts stockées associées à des paramètres de capture (CP ; P_i), qui sont liés aux paramètres de capture réels du capteur d'image (S) pour les données de pixels d'image (IPD) réelles, étant en outre exécutées.
PCT/EP2021/086518 2021-12-17 2021-12-17 Procédé de traitement de données d'image, unité de processeur d'image et programme d'ordinateur WO2023110123A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/EP2021/086518 WO2023110123A1 (fr) 2021-12-17 2021-12-17 Procédé de traitement de données d'image, unité de processeur d'image et programme d'ordinateur
TW111137843A TW202345577A (zh) 2021-12-17 2022-10-05 用於處理影像資料的方法、影像處理器單元和電腦程式

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/EP2021/086518 WO2023110123A1 (fr) 2021-12-17 2021-12-17 Procédé de traitement de données d'image, unité de processeur d'image et programme d'ordinateur

Publications (1)

Publication Number Publication Date
WO2023110123A1 true WO2023110123A1 (fr) 2023-06-22

Family

ID=79425302

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2021/086518 WO2023110123A1 (fr) 2021-12-17 2021-12-17 Procédé de traitement de données d'image, unité de processeur d'image et programme d'ordinateur

Country Status (2)

Country Link
TW (1) TW202345577A (fr)
WO (1) WO2023110123A1 (fr)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5694228A (en) * 1994-08-09 1997-12-02 Ricoh Company,Ltd. Document image processor with defect detection
US20040239782A1 (en) * 2003-05-30 2004-12-02 William Equitz System and method for efficient improvement of image quality in cameras
US20040263648A1 (en) * 2003-06-26 2004-12-30 Chandra Mouli Method and apparatus for reducing effects of dark current and defective pixels in an imaging device
WO2007036055A1 (fr) * 2005-09-30 2007-04-05 Simon Fraser University Procedes et appareil de detection de defauts dans des reseaux d'imagerie par analyse d'images

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5694228A (en) * 1994-08-09 1997-12-02 Ricoh Company,Ltd. Document image processor with defect detection
US20040239782A1 (en) * 2003-05-30 2004-12-02 William Equitz System and method for efficient improvement of image quality in cameras
US20040263648A1 (en) * 2003-06-26 2004-12-30 Chandra Mouli Method and apparatus for reducing effects of dark current and defective pixels in an imaging device
WO2007036055A1 (fr) * 2005-09-30 2007-04-05 Simon Fraser University Procedes et appareil de detection de defauts dans des reseaux d'imagerie par analyse d'images

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
G. H. CHAPMANJ. LEUNGR. THOMASZ. KORENI. KOREN: "Trade-offs in imager design with respect to pixel defect rates", IEEE INTERNATIONAL SYMPOSIUM ON DEFECT AND FAULT TOLERANCE IN VLSI AND NANOTECHNOLOGY SYSTEMS, 2010, pages 231 - 239
G. H. CHAPMANR. THOMASI. KORENZ. KOREN: "Relating digital imager defect rates to pixel size, sensor area and ISO", IEEE INTERNATIONAL SYMPOSIUM ON DEFECT AND FAULT TOLERANCE IN VLSI AND NANOTECHNOLOGY SYSTEMS, 2012, pages 164 - 169
J. LEUNGG. H. CHAPMANI. KORENZ. KOREN: "Characterisation of gain enhanced in-field defects in digital imagers", IEEE INTERNATIONAL SYMPOSIUM ON DEFECT AND FAULT TOLERANCE IN VSLI SYSTEMS, 2009, pages 155 - 163, XP031595064
J. LEUNGG. H. CHAPMANY. H. CHOIR. THOMASZ. KORENI. KOREN: "Analysing the impact of ISO on digital imager defects with an automated defect trace algorithm", PROC. SPIE 7536, SENSORS, CAMERAS, AND SYSTEMS FOR INDUSTRIAL/SCIENTIFIC APPLICATION XI, 75360F, 2010
J. LEUNGJ. DUDASG. H. CHAPMANI. KORENZ. KOREN: "Quantitative analysis of in-field defects in image sensor arrays", IEEE INTERNATIONAL SYMPOSIUM ON DEFECT AND FAULT TOLERANCE IN VLSI SYSTEMS, 2007, pages 526 - 534
NOHA EI-YAMANY: "IS&T International Symposium on Electronic Imaging 2017, Digital Photography and Mobile Imaging XIII", SOCIETY FOR IMAGING SCIENCE AND TECHNOLOGY, article "Robust Defect Pixel Detection and Correction for Bayer Imaging Systems", pages: 46 - 51

Also Published As

Publication number Publication date
TW202345577A (zh) 2023-11-16

Similar Documents

Publication Publication Date Title
US6985180B2 (en) Intelligent blemish control algorithm and apparatus
US7667747B2 (en) Processing of sensor values in imaging systems
US8797429B2 (en) Camera blemish defects detection
EP1723781B1 (fr) Systeme d'imagerie a correction ajustee du sombre de sol
KR102363265B1 (ko) 적응적 국부 역치화 및 색 필터링
US6625318B1 (en) Robust sequential approach in detecting defective pixels within an image sensor
US20030179418A1 (en) Producing a defective pixel map from defective cluster pixels in an area array image sensor
EP1525744A1 (fr) Dispositif et procede de detection de donnees erronees d'echantillons d'images defectueux
EP0986249A2 (fr) Détecteur pour détecter des pixels défecteux d'un capteur d'image à l'état solide
JP4711570B2 (ja) パターン検査方法及び検査装置
US20100141810A1 (en) Bad Pixel Detection and Correction
CN111239152A (zh) 晶圆检测方法、装置和设备
WO2018163572A1 (fr) Système de traitement d'image, dispositif de traitement d'image, procédé de traitement d'image et programme de traitement d'image
JP2010164487A (ja) 欠陥検査装置及び欠陥検査方法
KR101559724B1 (ko) 센서 어레이의 불량 픽셀 검출과 에러 은폐를 위한 방법 및 장치
WO2023110123A1 (fr) Procédé de traitement de données d'image, unité de processeur d'image et programme d'ordinateur
CN107454388A (zh) 图像处理方法以及使用该方法的装置
JP2009097959A (ja) 欠陥検出装置及び欠陥検出方法
US7173741B1 (en) System and method for handling bad pixels in image sensors
CN114298995A (zh) 一种图像缺陷元抑制方法、设备及计算机可读存储介质
CN101843090A (zh) 数字图像传感器中的白/黑像素校正
US20110044558A1 (en) Correcting defects in an image
CN108627467B (zh) 一种图像传感器的线性度的检测方法及检测装置
Lefevre et al. A Fast and Low Cost Embedded Test Solution for CMOS Image Sensors
EP3751447A1 (fr) Procédés de détermination d'une classification d'un signal et de détermination d'un artefact dans une image

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE