CN1655588A - Method for compensating bad dots on digital images - Google Patents

Method for compensating bad dots on digital images Download PDF

Info

Publication number
CN1655588A
CN1655588A CN 200510063439 CN200510063439A CN1655588A CN 1655588 A CN1655588 A CN 1655588A CN 200510063439 CN200510063439 CN 200510063439 CN 200510063439 A CN200510063439 A CN 200510063439A CN 1655588 A CN1655588 A CN 1655588A
Authority
CN
China
Prior art keywords
component
pixel
current pixel
bad
yuv
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.)
Granted
Application number
CN 200510063439
Other languages
Chinese (zh)
Other versions
CN100366053C (en
Inventor
史大北
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.)
Mid Star Technology Ltd By Share Ltd
Original Assignee
Vimicro Corp
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 Vimicro Corp filed Critical Vimicro Corp
Priority to CNB200510063439XA priority Critical patent/CN100366053C/en
Publication of CN1655588A publication Critical patent/CN1655588A/en
Application granted granted Critical
Publication of CN100366053C publication Critical patent/CN100366053C/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Processing (AREA)
  • Color Television Image Signal Generators (AREA)

Abstract

This invention discloses digit image ruined points compensation method aiming to YUV data compensation, which comprises the following steps: getting current picture element YUV heft and the nearby at least four elements YUV heft; judging whether the current points are bad points according to the difference between current picture elements and nearby picture elements; if there are, then compensating the current element with nearby picture elements.

Description

A kind of method of digital picture being carried out compensating bad point
Technical field
The present invention relates to digital image processing field, particularly digital picture is carried out the method for compensating bad point.
Technical background
Present general digital image-forming products such as computer camera, mobile phone cam, digital camera and video camera, used imageing sensor mostly is RGB Bayer type, its original dateout form is as shown in Figure 1: odd number behavior GRGR ... even number behavior BGBG ..., Here it is the arrangement architecture of image sensor array on camera lens.Therefrom as can be seen in the block of pixels of each 2*2, contain two of G components, each one of R, B component.The rgb format data then are that each pixel all includes the RGB component, and the rgb value of each pixel is to carry out interpolation calculation according to the RGB Bayer data of the original output of each pixel around this pixel to obtain.
Because the technological level of shop drawings image-position sensor is limit at present, bad point (dead pixel) all may appear in various digital image-forming products.So-called bad point is not meant to change with photosensitivity, presents all the time with a kind of color pixel, is divided into white point, stain and color point.The existence of bad point is one of reason of image quality decrease, therefore bad point is compensated, and is very important for improving image quality.
After existing bad some processing method normally is converted to each pixel with RGB Bayer data earlier and all rgb value is arranged, carry out the bad point of image again and eliminate, this mode not only amount of calculation is big, handles complicatedly, and after processing, the raising of picture quality is not obvious.
And yuv data is the view data of another kind of form, and its pixel value comprises luminance component Y, chromatic component U and V.Yuv data is generally obtained by color space transformation (color space conversion) by the RGB data, and the pixel value of each pixel all includes Y, U, V component, shown in Fig. 2 a.At present the imageing sensor that can directly export yuv data has been arranged, in this transducer, view data is finished in the data processing circuit of imageing sensor inside by the transfer process of RGB Bayer form to yuv format.Because human eye is more responsive to brightness Y chrominance U, V, therefore before transfer of data, generally can compress U, V component.Data compression generally is to keep Y, U, V component with certain ratio, usually can be for each pixel keep the Y component, and U, V component then are just to keep one every some on level or vertical direction.Yuv data comprises multiple form, as YUY2, YUYV, YVYU, UYVY is to keep Y, U, V component with 4: 2: 2 ratio, and AYUV keeps Y, U, V component with 4: 4: 4 ratio, also has other form, its contraction principle is basic identical, does not repeat them here.
Summary of the invention
Carry out the deficiency of compensating bad point at above-mentioned at the RGB data, main purpose of the present invention is to provide a kind of dead pixel compensation method more fast and effectively.
Consider that human eye is more responsive to brightness, and yuv format data characteristics that luminance signal is separated from picture signal, the present invention proposes a kind ofly to realize the method for compensating bad point at yuv data that concrete steps are as follows:
A) obtain the YUV component of image current pixel, and the YUV component of at least four pixels in the adjacent domain;
B) utilize described current pixel and the difference of being close to each pixel YUV value, judge whether current pixel is bad point, if bad point enters step c) and carries out compensating bad point, otherwise, finish the processing of current pixel;
C) the YUV value of utilizing the adjacent domain pixel is carried out compensating bad point to the pixel value of current pixel.
When obtaining the YUV component of current pixel, the Y component of each pixel all being handled, then is that every interval plurality of pixels is handled a U, V component on level or vertical direction to U, V component.
U of the processes pixel in every interval, V component, and choose and be separated by in the horizontal and vertical directions four pixels of a pixel of handled pixel carry out compensating bad point to U, the V component of this pixel and handle.
Can choose and be separated by in the horizontal and vertical directions four pixels of a pixel of current pixel, come Y component to current pixel to carry out compensating bad point and handle.
Also can choose four pixels nearest in the horizontal and vertical directions, come the Y component of current pixel is carried out the compensating bad point processing with current pixel.
Describedly judge that whether current pixel is that the method for bad point is specially:
Calculate the YUV component Grad in the horizontal and vertical directions of described pixel;
Described two Grad are compared with predefined bad some decision threshold,, enter step c), otherwise finish the processing of current pixel, enter processing next pixel if two Grad think then that all greater than bad some decision threshold current pixel is a bad point.
Described bad some decision threshold comprises three: the bad some decision threshold of bad some decision threshold, chromatic component U and the V of luminance component Y, and the bad some decision threshold of luminance component Y is less than the bad some decision threshold of chromatic component U and V.
The bad some decision threshold of described U, V component equates.
The described method that current pixel is carried out compensating bad point is specially: two Grad relatively, get two pixels of the less direction of Grad, and calculate its YUV component average, with this average replacement current pixel value.
The present invention is directed to the deficiency of original method, by carrying out compensating bad point at rgb signal originally, change at yuv data and carry out compensating bad point, effective like this human eye characteristics more responsive to the Y component of having utilized have strengthened the effect of compensating bad point; Further, not that U, V component to each pixel all carries out the compensating bad point computing, but dot interlace is chosen U, the V data are carried out the compensating bad point computing, be equivalent to reduce the data volume of U, V component, therefore this method can significantly reduce amount of calculation, also can effectively compensate simultaneously, improve picture quality bad point.Method disclosed by the invention can be widely used in the image data processing module of digital image-forming equipment such as camera, digital camera.
Description of drawings
Fig. 1 is the structural representation of RGB Bayer formatted data;
Fig. 2 a is the structural representation of yuv data;
Fig. 2 b is the data structure schematic diagram of Y component;
Fig. 2 c is the data structure schematic diagram that dot interlace is chosen the UV component;
Fig. 3 is for carrying out the flow chart of compensating bad point to the yuv format data;
The flow chart of Fig. 4 for the yuv format data are carried out a preferred embodiment of compensating bad point.
Embodiment
Core concept of the present invention is: utilize human eye more responsive to brightness, in conjunction with the characteristics that the yuv format data are represented brightness and colourity respectively, carry out compensating bad point at yuv data.Further, can also carry out dot interlace to U, V component and handle, therefore significantly reduce amount of calculation, improve picture quality.
As shown in Figure 3, the step that the yuv format data are carried out compensating bad point comprises:
Step 1 is obtained the YUV component of current pixel, and the YUV component of at least four pixels in the adjacent domain;
Step 2 is utilized the difference of the YUV value of current pixel and adjacent domain pixel, judges whether current pixel is bad point, if then enter step 3 it is carried out compensating bad point, otherwise finish processing to current pixel;
Step 3, the YUV value of utilizing the adjacent domain pixel is carried out compensating bad point to the pixel value of current pixel, finishes the processing to current pixel.
Concrete steps below in conjunction with a preferable compensating bad point embodiment of accompanying drawing 4 explanations.
Step 401 is obtained the YUV component of four pixels in current pixel and the adjacent domain thereof.
Illustrate that in technical background yuv data has multiple form, but no matter be which kind of compressed format, U, the V component through overcompression can be assigned in each pixel that reduction becomes the view data that each pixel all contains Y, U, V component.Therefore in following compensating bad point embodiment, do not consider the data format that each is concrete, but the data that each pixel all included each component of YUV are carried out the explanation of the inventive method as pending initial data.
The original data structure schematic diagram of yuv data is shown in Fig. 2 a, and wherein each pixel all contains Y, U, V component.
We pixel value to be processed can represent with the data structure diagram of brightness and two passages of colourity.Shown in Fig. 2 b,, all the Y component is handled when handling each pixel the data of Y passage.And for U, V component, because human eye to the chromatic component relative insensitivity, so the method for taking dot interlace to handle promptly is not that U, the V component to each pixel all handled, but is handled a U, V component every some pixels.Shown in Fig. 2 c, in the present embodiment, take to handle a U, V component every a bit, promptly when handling the n-1 row,, select the V component is handled, and when handling the n row, then select the U component is handled for U, V component.Therefore, to the pixel of n-1 row, only handle Y, V component in its pixel value; And the pixel of n row, the Y in the processed pixels value, U component, the pixel value that other row pixel selection is handled is in like manner as can be known.The difference of the YUV value of the following stated pixel selected component because of to each processes pixel the time is different, if select Y, U component in the processed pixels value, then actual Y, the U value of referring to of YUV value; If select Y, V component in the processed pixels value, then actual Y, the V value of referring to of YUV value.
Carry out choosing of adjacent domain pixel on this basis again.
Shown in Fig. 2 b and 2c, current pixel P M, nIn the pixel value that needs to handle be Y, U component, present embodiment is all selected and be separated by in the horizontal and vertical directions four pixel P that contain Y and U component of a pixel of this pixel Y and U component when choosing the adjacent domain pixel M-2, n, P M+2, n, P M, n-2, P M, n+2Come current pixel P M, nCarry out the processing of compensating bad point.
Choosing also of adjacent domain pixel can be taked alternate manner, as to the Y component in the current pixel, the Y component that can be chosen in four nearest with it on level and vertical direction pixels carries out the compensating bad point processing to it, but at this moment the pixel of Y component adjacent domain is different with the pixel of U component adjacent domain, with regard to adopting different computing formula that Y and U are carried out compensating bad point, can cause the complicated of computational methods like this; For the U component, if four nearest pixels of selected distance current pixel then do not make full use of the human eye characteristics more responsive to the brightness chrominance, data volume is bigger.Therefore seldom adopt aforesaid way to select neighborhood pixels, but select identical neighborhood pixels when handling Y with the U component, can make computational methods simpler like this, the Grad of the both direction that calculates more has comparativity.
Step 402, the second order gradient D of the YUV value on calculated level and the vertical direction H (m, n)And D V (m, n), be specially: the Y component:
Horizontal direction, D Y-H (m, n)=| (P M, n-P M, n-2)+(P M, n-P M, n+2) |=|-P M, n-2+ 2P M, n-P M, n+2|,
Vertical direction, D Y-V (m, n)=| (P M, n-P M-2, n)+(P M, n-P M+2, n) |=|-P M-2, n+ 2P M, n-P M+2, n|;
The second order Grad D of U, V component U-H (m, n), D U-V (m, n), D V-H (m, n)D V-V (m, n)Can obtain with reference to the calculating formula of above-mentioned Y component second order gradient.
Current pixel in the present embodiment only need be handled Y, U component, and the second order gradient of therefore only calculating Y, U component gets final product.
Step 403, D H (m, n)And D V (m, n)Whether all put a decision threshold greater than going bad?
Described bad some decision threshold is three, and wherein the bad some decision threshold of luminance component Y is T Y, the bad some decision threshold of chromatic component U and V is T UAnd T V, T Y<T UAnd T Y<T VIn actual use, the user can adjust the size of each threshold value voluntarily according to the different requirements to picture quality.
The second order Grad of described Y, U, each component of V is compared with bad some decision threshold separately, and comparison procedure is specially:
D Y-H (m, n)And D Y-V (m, n)Whether all greater than T Y
If judged result is for being then to need the Y component is carried out compensating bad point;
D U-H (m, n), D U-V (m, n)Whether all greater than T U
If judged result is for being then to need the U component is carried out compensating bad point;
D V-H (m, n)And D V-V (m, n)Whether all greater than T V
If judged result is for being then to need the V component is carried out compensating bad point.
If its corresponding bad some decision threshold of the second order gradient of above-mentioned Y, U, each component of V is compared, go bad a little and judge have in its judged result to be, then enter step 404; If the result is not, finish processing to current pixel.
In the present embodiment, make T V=T U, can simplify computational process.Only need make its corresponding bad some decision threshold of second order Grad of Y, U compare in the present embodiment respectively.Suppose and need carry out compensating bad point to the Y component, then the processing to the Y component enters step 404, finishes the processing to the U component simultaneously.
Step 404, D H (m, n)〉=D V (m, n)
The degree of suddenling change is bigger if judged result, promptly illustrates the pixel value of horizontal direction for being, need come the pixel value of current pixel is revised with the pixel value of two pixels of vertical direction.
Be specially:, judge D for the Y component Y-H (m, n)Whether more than or equal to D Y-V (m, n), if the result is for being then to enter step 405; Otherwise enter step 406.
For the processing of U, V component, identical with above-mentioned processing method to the Y component.
Present embodiment supposes that in above-mentioned steps 403 the Y component needs compensating bad point, so need to judge the second order gradient D of Y component Y-H (m, n)Whether more than or equal to D Y-V (m, n), if the result is for being then to enter step 405; Otherwise enter step 406.
Suppose the second order gradient D of Y component horizontal direction Y-H (m, n)Greater than D Y-V (m, n), enter step 405.
Step 405 is with the pixel average replacement current pixel value of two pixels on the vertical direction.
That is: use P respectively M-2, n, P M+2, nAverage (the Y of the YUV value in two pixels M-2, n+ Y M+2, n)/2, (U M-2, n+ U M+2, n)/2 or (V M-2, n+ V M+2, n)/2 replace current pixel P M, nIn Y M, n, U M, nOr V M, n, finish the processing of current pixel.
In the present embodiment, need use P M-2, n, P M+2, nAverage (the Y of Y value in two pixels M-2, n+ Y M+2, n)/2 replace current pixel P M, nIn Y M, n
Step 406, water square upwards the pixel average of two pixels replace current pixel value.
That is: use P M, n-2, P M, n+2Average (the Y of the YUV value in two pixels M, n-2+ Y M, n+2)/2, (U M, n-2+ U M, n+2)/2 or (V M, n-2+ V M, n+2)/2 replace current pixel P M, nIn Y M, n, U M, nOr V M, n, finish the processing of current pixel.
In addition, when the Y component is carried out compensating bad point, but also the nearest level of selected distance current pixel and four pixels on the vertical direction are carried out compensating bad point to the Y component of current pixel and are handled.And U, V component are except the situation of U described in the foregoing description and the adjacent appearance of V, also can select U and V component to appear in the same pixel, in this case, the U and the V component that need obtain at least four pixels of adjacent domain carries out compensating bad point to U in the current pixel and V component.
The above only is preferred embodiment of the present invention, and is in order to restriction the present invention, within the spirit and principles in the present invention not all, any modification of being done, is equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (9)

1, a kind of digital picture is carried out the method for compensating bad point, may further comprise the steps:
A) obtain the YUV component of image current pixel, and the YUV component of at least four pixels in the adjacent domain;
B) utilize described current pixel and the difference of being close to each pixel YUV value, judge whether current pixel is bad point, if bad point enters step c) and carries out compensating bad point, otherwise, finish the processing of current pixel;
C) the YUV value of utilizing the adjacent domain pixel is carried out compensating bad point to the pixel value of current pixel.
2, method according to claim 1 is characterized by: when obtaining the YUV component of current pixel, the Y component of each pixel all being handled, then is that every interval plurality of pixels is handled a U, V component on level or vertical direction to U, V component.
3, method according to claim 2, it is characterized by: U of the processes pixel in every interval, V component, and choose and be separated by in the horizontal and vertical directions four pixels of a pixel of handled pixel, U, the V component of this pixel carried out compensating bad point handle.
4, method according to claim 3 is characterized by: choose and be separated by in the horizontal and vertical directions four pixels of a pixel of current pixel, come Y component to current pixel to carry out compensating bad point and handle.
5, method according to claim 3 is characterized by: choose four pixels nearest in the horizontal and vertical directions with current pixel, come the Y component of current pixel is carried out the compensating bad point processing.
6, according to any described method of claim 1 to 5, it is characterized by, describedly judge that whether current pixel is that the method for bad point is specially:
Calculate the YUV component Grad in the horizontal and vertical directions of described pixel;
Described two Grad are compared with predefined bad some decision threshold,, enter step c), otherwise finish the processing of current pixel, enter processing next pixel if two Grad think then that all greater than bad some decision threshold current pixel is a bad point.
7, method according to claim 6, it is characterized by, described bad some decision threshold comprises three: the bad some decision threshold of bad some decision threshold, chromatic component U and the V of luminance component Y, and the bad some decision threshold of luminance component Y is less than the bad some decision threshold of chromatic component U and V.
8, method according to claim 7 is characterized by, and the bad some decision threshold of U, V component equates.
9, method according to claim 6, it is characterized by, the described method that current pixel is carried out compensating bad point is specially: two Grad relatively, get two pixels of the less direction of Grad, calculate its YUV component average, replace current pixel value with this average.
CNB200510063439XA 2005-04-08 2005-04-08 Method for compensating bad dots on digital images Active CN100366053C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB200510063439XA CN100366053C (en) 2005-04-08 2005-04-08 Method for compensating bad dots on digital images

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB200510063439XA CN100366053C (en) 2005-04-08 2005-04-08 Method for compensating bad dots on digital images

Publications (2)

Publication Number Publication Date
CN1655588A true CN1655588A (en) 2005-08-17
CN100366053C CN100366053C (en) 2008-01-30

Family

ID=34894621

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB200510063439XA Active CN100366053C (en) 2005-04-08 2005-04-08 Method for compensating bad dots on digital images

Country Status (1)

Country Link
CN (1) CN100366053C (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100464590C (en) * 2005-11-16 2009-02-25 北京中星微电子有限公司 Defect pixel detecting method
CN101316321B (en) * 2007-05-30 2010-04-07 展讯通信(上海)有限公司 Pattern noise removal method and device based on median filter
CN101060643B (en) * 2006-04-17 2011-12-28 北京大学深圳研究生院 An adaptive bad point removing method for digital shooting of camera
CN101729764B (en) * 2008-10-13 2012-05-23 慧国(上海)软件科技有限公司 Shooting device and dead pixel compensation method for image sensor
CN103531140A (en) * 2013-10-18 2014-01-22 Tcl通讯(宁波)有限公司 Mobile terminal and method and system for repairing LCD (liquid crystal display) defective pixels
CN103618858A (en) * 2013-12-09 2014-03-05 Tcl通讯(宁波)有限公司 Color correction method and device for mobile terminal camera
CN103617778A (en) * 2013-11-08 2014-03-05 青岛海信电器股份有限公司 Method and device for adjusting pixels of OLED displayer
CN103679682A (en) * 2012-09-07 2014-03-26 鸿富锦精密工业(深圳)有限公司 System and method for finding image spots
CN105611290A (en) * 2015-12-28 2016-05-25 惠州Tcl移动通信有限公司 Method and system for processing wireless transmission picture based on mobile terminal
CN106937064A (en) * 2015-12-29 2017-07-07 展讯通信(上海)有限公司 The detection method of digital picture bad point, bearing calibration and device
CN107637068A (en) * 2016-11-30 2018-01-26 广东欧珀移动通信有限公司 Dead pixel points of images compensation method, device and electronic equipment
CN111127370A (en) * 2020-03-26 2020-05-08 上海安翰医疗技术有限公司 Method and system for repairing lost wireless transmission data of capsule endoscope

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101588505B (en) * 2008-05-21 2011-05-11 英华达(南京)科技有限公司 Method for correcting dead pixel on digital camera device and digital camera device with dead pixel automatic-correction function

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR960003298A (en) * 1994-06-02 1996-01-26 이헌조 Method and device for image tube defect compensation of camcorder
JP2001054127A (en) * 1999-08-05 2001-02-23 Fuji Photo Film Co Ltd Solid-state image pickup device and pixel defect compensation method
JP3773773B2 (en) * 1999-10-27 2006-05-10 三洋電機株式会社 Image signal processing apparatus and pixel defect detection method
JP2002271806A (en) * 2001-03-09 2002-09-20 Hitachi Kokusai Electric Inc Pixel defect signal correction circuit for ccd image pickup element
JP4166974B2 (en) * 2001-11-22 2008-10-15 松下電器産業株式会社 Pixel scratch detection / correction device
JP3747909B2 (en) * 2002-12-24 2006-02-22 ソニー株式会社 Pixel defect detection correction apparatus and pixel defect detection correction method
CN1290059C (en) * 2003-04-18 2006-12-13 北京中星微电子有限公司 A dynamic detecting and compensating method for faulty pixel

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100464590C (en) * 2005-11-16 2009-02-25 北京中星微电子有限公司 Defect pixel detecting method
CN101060643B (en) * 2006-04-17 2011-12-28 北京大学深圳研究生院 An adaptive bad point removing method for digital shooting of camera
CN101316321B (en) * 2007-05-30 2010-04-07 展讯通信(上海)有限公司 Pattern noise removal method and device based on median filter
CN101729764B (en) * 2008-10-13 2012-05-23 慧国(上海)软件科技有限公司 Shooting device and dead pixel compensation method for image sensor
CN103679682A (en) * 2012-09-07 2014-03-26 鸿富锦精密工业(深圳)有限公司 System and method for finding image spots
CN103531140A (en) * 2013-10-18 2014-01-22 Tcl通讯(宁波)有限公司 Mobile terminal and method and system for repairing LCD (liquid crystal display) defective pixels
CN103531140B (en) * 2013-10-18 2016-02-10 Tcl通讯(宁波)有限公司 The method and system that a kind of mobile terminal and the display of LCD bad point are repaired
CN105528993A (en) * 2013-11-08 2016-04-27 青岛海信电器股份有限公司 Method and device for adjusting pixel of OLED display
CN103617778A (en) * 2013-11-08 2014-03-05 青岛海信电器股份有限公司 Method and device for adjusting pixels of OLED displayer
CN103617778B (en) * 2013-11-08 2016-03-23 青岛海信电器股份有限公司 A kind of method and device adjusting OLED display pixel
CN103618858A (en) * 2013-12-09 2014-03-05 Tcl通讯(宁波)有限公司 Color correction method and device for mobile terminal camera
CN105611290A (en) * 2015-12-28 2016-05-25 惠州Tcl移动通信有限公司 Method and system for processing wireless transmission picture based on mobile terminal
CN105611290B (en) * 2015-12-28 2019-03-26 惠州Tcl移动通信有限公司 A kind of processing method and system of the wireless transmission picture based on mobile terminal
CN106937064A (en) * 2015-12-29 2017-07-07 展讯通信(上海)有限公司 The detection method of digital picture bad point, bearing calibration and device
CN106937064B (en) * 2015-12-29 2019-05-10 展讯通信(上海)有限公司 Detection method, bearing calibration and the device of digital picture bad point
CN107637068A (en) * 2016-11-30 2018-01-26 广东欧珀移动通信有限公司 Dead pixel points of images compensation method, device and electronic equipment
WO2018098707A1 (en) * 2016-11-30 2018-06-07 广东欧珀移动通信有限公司 Image dead pixel compensation method, device and electronic apparatus
US10438330B2 (en) 2016-11-30 2019-10-08 Guangdong Oppo Mobile Telecommunications Corp., Ltd. Method and device for compensating dead pixels of image, and non-transitory computer-readable storage medium
CN107637068B (en) * 2016-11-30 2019-10-25 Oppo广东移动通信有限公司 Dead pixel points of images compensation method, device and electronic equipment
CN111127370A (en) * 2020-03-26 2020-05-08 上海安翰医疗技术有限公司 Method and system for repairing lost wireless transmission data of capsule endoscope

Also Published As

Publication number Publication date
CN100366053C (en) 2008-01-30

Similar Documents

Publication Publication Date Title
CN1655588A (en) Method for compensating bad dots on digital images
CN1812592A (en) Method and apparatus for processing image data of a color filter array
US8013914B2 (en) Imaging apparatus including noise suppression circuit
CN1893618A (en) Method and apparatus for processing bayer-pattern color digital image signal
US20090116750A1 (en) Color interpolation method and device
CN1655578A (en) Systems and methods for adjusting image data to form highly compressible image planes
US8086032B2 (en) Image processing device, image processing method, and image pickup apparatus
CN1867041A (en) Noise reduction method
CN1753506A (en) Method of implementing CMOS image real time reinforcing pretreatment
CN1812595A (en) Color interpolation algorithm
CN1622134A (en) Image conversion method capable of realizing zooming
CN1717003A (en) Has the more sub sampling of high display quality in the image sensing device
US7734110B2 (en) Method for filtering the noise of a digital image sequence
CN100563302C (en) A kind of bad point self-adapted grid noise elimination device and method
CN107248147B (en) Method for eliminating dead pixel in RAW-RGB image
KR101009108B1 (en) Image processing apparatus and image processing method
CN113068011B (en) Image sensor, image processing method and system
CN1809840A (en) Method and system for supersampling rasterization of image data
CN1175673C (en) Color image pickup apparatus
CN109285113B (en) Improved color image interpolation method based on gradient
CN1893548A (en) Image processing apparatus, image processing method and program
CN101060640A (en) Apparatus and methods for processing video signals
JP5110289B2 (en) Noise reduction device and digital camera
CN1121780C (en) Method for processing transitional regions in picture signal
CN1258858A (en) Method for producing high quality image in camera and its equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20171219

Address after: 519031 Guangdong Zhuhai Hengqin Baohua Road No. 6, room 105, -23898 (central office)

Patentee after: Zhongxing Technology Co., Ltd.

Address before: 100083, Haidian District, Xueyuan Road, Beijing No. 35, Nanjing Ning building, 15 Floor

Patentee before: Beijing Vimicro Corporation

CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 519031 -23898, 105 room 6, Baohua Road, Hengqin New District, Zhuhai, Guangdong (centralized office area)

Patentee after: Mid Star Technology Limited by Share Ltd

Address before: 519031 -23898, 105 room 6, Baohua Road, Hengqin New District, Zhuhai, Guangdong (centralized office area)

Patentee before: Zhongxing Technology Co., Ltd.