US20120328193A1 - Method for enhancing image edge - Google Patents

Method for enhancing image edge Download PDF

Info

Publication number
US20120328193A1
US20120328193A1 US13/214,610 US201113214610A US2012328193A1 US 20120328193 A1 US20120328193 A1 US 20120328193A1 US 201113214610 A US201113214610 A US 201113214610A US 2012328193 A1 US2012328193 A1 US 2012328193A1
Authority
US
United States
Prior art keywords
edge
value
noise
image
pixel
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
US13/214,610
Other versions
US8737762B2 (en
Inventor
Soo Jin Park
Raghubansh B. GUPTA
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.)
LG Innotek Co Ltd
Original Assignee
LG Innotek Co Ltd
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 LG Innotek Co Ltd filed Critical LG Innotek Co Ltd
Assigned to LG INNOTEK CO., LTD. reassignment LG INNOTEK CO., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GUPTA, RAGHUBANSH B., PARK, SOO JIN
Publication of US20120328193A1 publication Critical patent/US20120328193A1/en
Application granted granted Critical
Publication of US8737762B2 publication Critical patent/US8737762B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • G06T5/73
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/20Image enhancement or restoration by the use of local operators
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image
    • G06T3/40Scaling the whole image or part thereof
    • G06T3/4007Interpolation-based scaling, e.g. bilinear interpolation
    • G06T5/70
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/13Edge detection
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N9/00Details of colour television systems
    • H04N9/64Circuits for processing colour signals
    • H04N9/67Circuits for processing colour signals for matrixing
    • 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/10024Color image
    • 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/20192Edge enhancement; Edge preservation

Definitions

  • the embodiment relates to a method for enhancing an image edge.
  • a scheme of enhancing image sharpness or a scheme of enhancing an image edge is to emphasize an edge (outline) of an image.
  • a scheme of emphasizing an image edge to enhance image sharpness according to the related art includes a scheme of applying one 2D HPF (2D high pass filter) to the whole original image, so that the results are applied to an original image and a scheme of detecting the features of image edges (outlines) and applying various 2D high pass filters according to the features so that the results are applied to an original image.
  • noise components may be increased as the image edges are enhanced.
  • the image edges must be enhanced while distinguishing noise components from the image edges through more effective and simpler algorithms.
  • the embodiment provides a method for applying edge enhancement with respect to only image edges while distinguishing edges from noise.
  • the method for enhancing an image edge includes receiving RGB data, converting the RGB data into YCbCr data, extracting an edge value by performing an edge filtering process with respect to a Y channel of the YCbCr data, determining vagueness of the extracted edge value for an edge and noise, applying an N ⁇ N (N is an integer number) mask to a pixel corresponding to the edge value and calculating a maximum value, a minimum value, and a mean value based on the N ⁇ N mask if the extracted edge value has the vagueness for the noise and the edge, determining if the pixel corresponding to the edge value is the edge or the noise by using the maximum value, the minimum value, and the mean value, and performing an edge enhancement process with respect to the pixel corresponding to the edge value if the pixel is determined as the edge.
  • N ⁇ N N is an integer number
  • FIG. 1 is a block diagram showing an image processing apparatus according to one embodiment.
  • FIG. 2 is a flowchart showing a method for improving an image edge according to one embodiment.
  • first and second are used to describe various components, the components should not be limited to the terms.
  • the terms “first” and “second” are used to distinguish similar elements from each other. Accordingly, a first part may be named by a second part without departing from the spirit of the embodiment. Similarly, the second part may be named by the first part.
  • a term “and/or” represents the combination of a plurality of items or one of the items.
  • the preset embodiment relates to a method for enhancing an image edge.
  • an edge filter is applied to a photographed image, and a process of determining whether pixels having edge possibility are noise components or edge components is first performed. Pixels, which cannot be determined as the noise components or the edge components, are subject to a process of determining whether the pixels are noise components or edge components by using a 3 ⁇ 3 mask.
  • the edge enhancement can be performed through a simple algorithm.
  • FIG. 1 is a block diagram showing an image processing apparatus 10 according to one embodiment.
  • the image processing apparatus 10 may include an image sensor 11 used to photograph an image, a color interpolation module 12 to convert raw data output from the image sensor 11 to RGB data, a color space conversion module 13 to convert the RGB data into YCbCr data, and an edge enhancement module 14 to perform edge enhancement with respect to Y channel data of the YCbCr data.
  • Data output from the edge enhancement module 14 may be directly output to a display or may be output to the display through an additional process of a noise reduction module or a color compression part.
  • the image processing apparatus 10 may further include a pre-process module to perform pre-processes such as a digital clamp process, a white detect correction process, a pattern generation process, and an RGB shading process with respect to the data output from the image sensor 11 .
  • a pre-process module to perform pre-processes such as a digital clamp process, a white detect correction process, a pattern generation process, and an RGB shading process with respect to the data output from the image sensor 11 .
  • the color interpolation module 12 performs an interpolation scheme to divide an individual pixel component having one channel component into R (Red), G (Green), and B (Blue) components, and to combine the R, G, and B components, thereby creating image data having pixels, each of which has R, G, and B channel components.
  • the edge enhancement module 14 detects edges of image data through a later-described scheme to enhance the image edge, so that the sharpness of the image can be improved.
  • FIG. 2 is a flowchart showing a method for enhancing the image edge according to one embodiment.
  • RGB image data are received.
  • the RGB image data may be photographed through the image sensor 11 , or may be received from another device or read-out from storage media. If the RGB image data are obtained through the image sensor 11 , the raw data photographed through the image sensor 11 of FIG. 1 may be converted into the RGB image data by the color interpolation module 12 .
  • step S 12 the RGB image data are converted into YCbCr data.
  • the conversion into the YCbCr data may be performed through the color space conversion module 13 of FIG. 12 .
  • step S 13 edge filtering is performed with respect to the Y channel data of YCbCr data, so that pixels corresponding to edges can be extracted.
  • the edge filtering may be performed through various edge detection algorithms generally well known in the art.
  • a Standard Laplacian Kernel may be performed.
  • the edge filtering is to filter image edges (outlines). However, since noise components may represent features similar to those of the edges, the noise components may be extracted as pixels corresponding to the edges.
  • step S 14 the noise components are removed primarily.
  • an edge value that is, the brightness value of a pixel corresponding to the edge is determined if the brightness value is in the predetermined range, for example, if the brightness value is between the first and second threshold values Th 1 and Th 2 , so that it is determined if the pixel is a noise or an edge.
  • the first and second threshold values Th 1 and Th 2 may vary according to embodiments, or may be adaptively set to different values according to the features of the image.
  • the pixel is determined as an edge pixel, and the edge enhancement is performed with respect to the edge pixel.
  • the edge enhancement in step S 17 is performed by adding the edge value to an input original image value.
  • various schemes may be used for the purpose of edge enhancement.
  • the pixel is regarded as a pixel having the possibility of a noise, so that the pixel is subject to a process of determining if the pixel is a noise or an edge again.
  • step S 15 an N ⁇ N (N is an integer number) mask is set around the relating pixel, and a minimum value, a maximum value, and a mean value of pixels belonging to the mask are calculated.
  • the N to determine the size of the mask may vary according to the embodiments.
  • the size of the mask is 3 ⁇ 3 or 5 ⁇ 5.
  • step S 16 if the absolute value of (the minimum value-the maximum value) is greater than or equal to a third threshold value Thr 3 , and if the absolute value of (the minimum value-the maximum value) is greater than or equal to a fourth threshold value Thr 4 , the pixel is determined as the edge. Otherwise, the pixel is determined as the noise.
  • the pixel is subject to the edge enhancement in step S 17 . If the pixel is determined as the noise, the procedures are repeatedly performed with respect to the next pixel.
  • any reference in this specification to “one embodiment,” “an embodiment,” “example embodiment,” etc. means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the invention.
  • the appearances of such phrases in various places in the specification are not necessarily all referring to the same embodiment.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Image Processing (AREA)
  • Picture Signal Circuits (AREA)
  • Facsimile Image Signal Circuits (AREA)

Abstract

Disclosed is a method for enhancing an image edge. An edge filter is applied to a photographed image, and the determination is performed with respect to whether pixels having edge possibility are noise or form an edge. The determination for the noise and the edge is performed once more with respect to pixels having vagueness for the noise and the edge by using a 3×3 mask. An edge enhancement process is performed through a simple algorithm.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • This application claims the benefit under 35 U.S.C.§119 of Korean Patent Application No. 10-2011-0061589, filed on 24 Jun. 2011, which is hereby incorporated by reference in its entirety.
  • BACKGROUND
  • The embodiment relates to a method for enhancing an image edge.
  • In general, a scheme of enhancing image sharpness or a scheme of enhancing an image edge is to emphasize an edge (outline) of an image. A scheme of emphasizing an image edge to enhance image sharpness according to the related art includes a scheme of applying one 2D HPF (2D high pass filter) to the whole original image, so that the results are applied to an original image and a scheme of detecting the features of image edges (outlines) and applying various 2D high pass filters according to the features so that the results are applied to an original image.
  • According to the scheme of enhancing the image edges of the related art, when the image edges are enhanced, noise components may be increased as the image edges are enhanced.
  • Accordingly, the image edges must be enhanced while distinguishing noise components from the image edges through more effective and simpler algorithms.
  • BRIEF SUMMARY
  • The embodiment provides a method for applying edge enhancement with respect to only image edges while distinguishing edges from noise.
  • The technical objects of the present embodiment are not limited to the above object, and other technical objects will be clearly recognized by those skilled in the art to which the embodiment suggested in the following description pertains.
  • According to the embodiment, the method for enhancing an image edge includes receiving RGB data, converting the RGB data into YCbCr data, extracting an edge value by performing an edge filtering process with respect to a Y channel of the YCbCr data, determining vagueness of the extracted edge value for an edge and noise, applying an N×N (N is an integer number) mask to a pixel corresponding to the edge value and calculating a maximum value, a minimum value, and a mean value based on the N×N mask if the extracted edge value has the vagueness for the noise and the edge, determining if the pixel corresponding to the edge value is the edge or the noise by using the maximum value, the minimum value, and the mean value, and performing an edge enhancement process with respect to the pixel corresponding to the edge value if the pixel is determined as the edge.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram showing an image processing apparatus according to one embodiment; and
  • FIG. 2 is a flowchart showing a method for improving an image edge according to one embodiment.
  • DETAILED DESCRIPTION
  • The embodiment may have various modifications, and various embodiments may be provided. Hereinafter, a specific embodiment is illustrated in accompanying drawings and will be described with reference to accompanying drawings.
  • However, the embodiment is not limited to the specific embodiment, but the embodiment includes all modifications, equivalents, and substitutes belonging to the technical scope of the embodiment without departing from the spirit of the embodiment.
  • Although terms “first” and “second” are used to describe various components, the components should not be limited to the terms. The terms “first” and “second” are used to distinguish similar elements from each other. Accordingly, a first part may be named by a second part without departing from the spirit of the embodiment. Similarly, the second part may be named by the first part. A term “and/or” represents the combination of a plurality of items or one of the items.
  • Hereinafter, exemplary embodiments will be described in more detail with reference to accompanying drawings. In the following description, for the illustrative purpose, the same components will be assigned with the same reference numerals, and the repetition in the description about the same components will be omitted in order to avoid redundancy.
  • The preset embodiment relates to a method for enhancing an image edge. In more detail, the present embodiment, an edge filter is applied to a photographed image, and a process of determining whether pixels having edge possibility are noise components or edge components is first performed. Pixels, which cannot be determined as the noise components or the edge components, are subject to a process of determining whether the pixels are noise components or edge components by using a 3×3 mask. According to the present embodiment, the edge enhancement can be performed through a simple algorithm.
  • The embodiments will be described in more detail with reference to accompanying drawings.
  • FIG. 1 is a block diagram showing an image processing apparatus 10 according to one embodiment.
  • As shown in FIG. 1, the image processing apparatus 10 according to one embodiment may include an image sensor 11 used to photograph an image, a color interpolation module 12 to convert raw data output from the image sensor 11 to RGB data, a color space conversion module 13 to convert the RGB data into YCbCr data, and an edge enhancement module 14 to perform edge enhancement with respect to Y channel data of the YCbCr data. Data output from the edge enhancement module 14 may be directly output to a display or may be output to the display through an additional process of a noise reduction module or a color compression part.
  • In addition to the elements shown in FIG. 1, the image processing apparatus 10 may further include a pre-process module to perform pre-processes such as a digital clamp process, a white detect correction process, a pattern generation process, and an RGB shading process with respect to the data output from the image sensor 11.
  • In more detail, the color interpolation module 12 performs an interpolation scheme to divide an individual pixel component having one channel component into R (Red), G (Green), and B (Blue) components, and to combine the R, G, and B components, thereby creating image data having pixels, each of which has R, G, and B channel components.
  • The edge enhancement module 14 detects edges of image data through a later-described scheme to enhance the image edge, so that the sharpness of the image can be improved.
  • FIG. 2 is a flowchart showing a method for enhancing the image edge according to one embodiment.
  • In step S11, RGB image data are received. The RGB image data may be photographed through the image sensor 11, or may be received from another device or read-out from storage media. If the RGB image data are obtained through the image sensor 11, the raw data photographed through the image sensor 11 of FIG. 1 may be converted into the RGB image data by the color interpolation module 12.
  • In step S12, the RGB image data are converted into YCbCr data. The conversion into the YCbCr data may be performed through the color space conversion module 13 of FIG. 12.
  • The following steps may be performed by the edge enhancement module 14 of FIG. 1. In step S13, edge filtering is performed with respect to the Y channel data of YCbCr data, so that pixels corresponding to edges can be extracted.
  • In this case, the edge filtering may be performed through various edge detection algorithms generally well known in the art. For example, a Standard Laplacian Kernel may be performed.
  • The edge filtering is to filter image edges (outlines). However, since noise components may represent features similar to those of the edges, the noise components may be extracted as pixels corresponding to the edges.
  • In step S14, the noise components are removed primarily. In this case, an edge value, that is, the brightness value of a pixel corresponding to the edge is determined if the brightness value is in the predetermined range, for example, if the brightness value is between the first and second threshold values Th1 and Th2, so that it is determined if the pixel is a noise or an edge.
  • The first and second threshold values Th1 and Th2 may vary according to embodiments, or may be adaptively set to different values according to the features of the image.
  • If the edge value of the relating pixel is in the range of the first and second threshold values Th1 and Th2, the pixel is determined as an edge pixel, and the edge enhancement is performed with respect to the edge pixel.
  • The edge enhancement in step S17 is performed by adding the edge value to an input original image value. In addition, various schemes may be used for the purpose of edge enhancement.
  • If the edge value of the pixel gets out of the range of the first and second threshold values Th1 and Th2, the pixel is regarded as a pixel having the possibility of a noise, so that the pixel is subject to a process of determining if the pixel is a noise or an edge again.
  • In step S15, an N×N (N is an integer number) mask is set around the relating pixel, and a minimum value, a maximum value, and a mean value of pixels belonging to the mask are calculated. The N to determine the size of the mask may vary according to the embodiments. Preferably, the size of the mask is 3×3 or 5×5.
  • In step S16, if the absolute value of (the minimum value-the maximum value) is greater than or equal to a third threshold value Thr3, and if the absolute value of (the minimum value-the maximum value) is greater than or equal to a fourth threshold value Thr4, the pixel is determined as the edge. Otherwise, the pixel is determined as the noise.
  • If the pixel is determined as the edge, the pixel is subject to the edge enhancement in step S17. If the pixel is determined as the noise, the procedures are repeatedly performed with respect to the next pixel.
  • Any reference in this specification to “one embodiment,” “an embodiment,” “example embodiment,” etc., means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the invention. The appearances of such phrases in various places in the specification are not necessarily all referring to the same embodiment. Further, when a particular feature, structure, or characteristic is described in connection with any embodiment, it is submitted that it is within the purview of one skilled in the art to effect such feature, structure, or characteristic in connection with other ones of the embodiments.
  • Although embodiments have been described with reference to a number of illustrative embodiments thereof, it should be understood that numerous other modifications and embodiments can be devised by those skilled in the art that will fall within the spirit and scope of the principles of this disclosure. More particularly, various variations and modifications are possible in the component parts and/or arrangements of the subject combination arrangement within the scope of the disclosure, the drawings and the appended claims. In addition to variations and modifications in the component parts and/or arrangements, alternative uses will also be apparent to those skilled in the art.

Claims (7)

1. A method for enhancing an image edge, the method comprising receiving RGB data;
converting the RGB data into YCbCr data;
extracting an edge value by performing an edge filtering process with respect to a Y channel of the YCbCr data;
determining vagueness of the extracted edge value for an edge and noise;
applying an N×N (N is an integer number) mask to a pixel corresponding to the edge value and calculating a maximum value, a minimum value, and a mean value based on the N×N mask if the extracted edge value has the vagueness for the noise and the edge;
determining if the pixel corresponding to the edge value is the edge or the noise by using the maximum value, the minimum value, and the mean value; and
performing an edge enhancement process with respect to the pixel corresponding to the edge value if the pixel is determined as the edge.
2. The method of claim 1, wherein the edge filtering process is performed by a Standard Laplacian Kernel.
3. The method of claim 1, wherein the determining the vagueness comprises determining if the edge value is in a predetermined range.
4. The method of claim 1, wherein the N is 3 or 5.
5. The method of claim 1, further comprising performing the edge enhancement process based on the edge value if the edge value has no vagueness for the edge and the noise.
6. The method of claim 1, further comprising performing the above processes with respect to a next pixel if the pixel corresponding to the edge value is determined as the noise based on the minimum value, the maximum value, and the mean value.
7. The method of claim 1, wherein the performing the edge enhancement process comprises adding the edge value to an input image.
US13/214,610 2011-06-24 2011-08-22 Method for enhancing image edge Active 2032-04-13 US8737762B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020110061589A KR101812341B1 (en) 2011-06-24 2011-06-24 A method for edge enhancement of image
KR10-2011-0061589 2011-06-24

Publications (2)

Publication Number Publication Date
US20120328193A1 true US20120328193A1 (en) 2012-12-27
US8737762B2 US8737762B2 (en) 2014-05-27

Family

ID=47361907

Family Applications (1)

Application Number Title Priority Date Filing Date
US13/214,610 Active 2032-04-13 US8737762B2 (en) 2011-06-24 2011-08-22 Method for enhancing image edge

Country Status (3)

Country Link
US (1) US8737762B2 (en)
JP (1) JP5767064B2 (en)
KR (1) KR101812341B1 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104680484A (en) * 2013-11-26 2015-06-03 展讯通信(上海)有限公司 Image enhancement method and device
CN104751415A (en) * 2013-12-31 2015-07-01 展讯通信(上海)有限公司 Image denoising and enhancing method and device and image processing system
CN105160676A (en) * 2015-08-31 2015-12-16 中国烟草总公司广东省公司 Cured tobacco rib image extraction method
CN105225203A (en) * 2014-06-23 2016-01-06 展讯通信(上海)有限公司 Noise suppressing method and device
CN105898174A (en) * 2015-12-04 2016-08-24 乐视网信息技术(北京)股份有限公司 Video resolution improving method and device
CN106131949A (en) * 2016-06-02 2016-11-16 上海物联网有限公司 A kind of method of estimation time of advent based on average energy value detection
CN107358368A (en) * 2017-07-21 2017-11-17 国网四川省电力公司眉山供电公司 A kind of robust k means clustering methods towards power consumer subdivision
CN111491098A (en) * 2020-04-14 2020-08-04 重庆幻光影视科技有限公司 Novel peak focusing method

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105809633B (en) * 2014-12-29 2019-04-30 展讯通信(上海)有限公司 Remove the method and device of color noise

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6625326B1 (en) * 1999-07-14 2003-09-23 Samsung Electronics Co., Ltd. Edge enhancement method by 4-directional 1-dimensional high pass filtering
US20050047660A1 (en) * 2003-08-25 2005-03-03 Canon Kabushiki Kaisha Image processing apparatus, image processing method, program, and storage medium
US7046837B2 (en) * 2000-06-13 2006-05-16 August Technology Corp. System and method for locating irregular edges in image data
US20100066868A1 (en) * 2008-09-12 2010-03-18 Canon Kabushiki Kaisha Image processing apparatus and method of processing image

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000322569A (en) * 1999-05-10 2000-11-24 Ricoh Co Ltd Image processor
JP3818044B2 (en) * 2000-10-18 2006-09-06 ヤマハ株式会社 Noise removing apparatus, noise removing method, and computer-readable recording medium
JP2004318356A (en) * 2003-04-15 2004-11-11 Olympus Corp Image processing device, image processing method, and its program
JP2005311962A (en) * 2004-04-26 2005-11-04 Olympus Corp Image processing apparatus, image processing method, and image processing program
US8514303B2 (en) * 2006-04-03 2013-08-20 Omnivision Technologies, Inc. Advanced imaging systems and methods utilizing nonlinear and/or spatially varying image processing
JP2007306501A (en) * 2006-05-15 2007-11-22 Fujifilm Corp Image processing method, image processing device, and image processing program
KR100864286B1 (en) * 2007-05-09 2008-10-17 엠텍비젼 주식회사 Apparatus and method for removing noise by using adjustable threshold
JP5359646B2 (en) * 2008-08-01 2013-12-04 株式会社ニコン Image processing method
US8351725B2 (en) * 2008-09-23 2013-01-08 Sharp Laboratories Of America, Inc. Image sharpening technique
KR100975221B1 (en) * 2008-11-05 2010-08-10 매그나칩 반도체 유한회사 Apparatus and method for improving sharpness
US8885967B2 (en) * 2009-01-19 2014-11-11 Csr Technology Inc. Method and apparatus for content adaptive sharpness enhancement
US8861885B2 (en) * 2009-08-26 2014-10-14 Apple Inc. Directional noise filtering

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6625326B1 (en) * 1999-07-14 2003-09-23 Samsung Electronics Co., Ltd. Edge enhancement method by 4-directional 1-dimensional high pass filtering
US7046837B2 (en) * 2000-06-13 2006-05-16 August Technology Corp. System and method for locating irregular edges in image data
US20050047660A1 (en) * 2003-08-25 2005-03-03 Canon Kabushiki Kaisha Image processing apparatus, image processing method, program, and storage medium
US20100066868A1 (en) * 2008-09-12 2010-03-18 Canon Kabushiki Kaisha Image processing apparatus and method of processing image

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104680484A (en) * 2013-11-26 2015-06-03 展讯通信(上海)有限公司 Image enhancement method and device
CN104751415A (en) * 2013-12-31 2015-07-01 展讯通信(上海)有限公司 Image denoising and enhancing method and device and image processing system
CN105225203A (en) * 2014-06-23 2016-01-06 展讯通信(上海)有限公司 Noise suppressing method and device
CN105160676A (en) * 2015-08-31 2015-12-16 中国烟草总公司广东省公司 Cured tobacco rib image extraction method
CN105898174A (en) * 2015-12-04 2016-08-24 乐视网信息技术(北京)股份有限公司 Video resolution improving method and device
WO2017092361A1 (en) * 2015-12-04 2017-06-08 乐视控股(北京)有限公司 Method of increasing video sharpness and device
CN106131949A (en) * 2016-06-02 2016-11-16 上海物联网有限公司 A kind of method of estimation time of advent based on average energy value detection
CN107358368A (en) * 2017-07-21 2017-11-17 国网四川省电力公司眉山供电公司 A kind of robust k means clustering methods towards power consumer subdivision
CN107358368B (en) * 2017-07-21 2021-07-20 国网四川省电力公司眉山供电公司 Robust k-means clustering method for power consumer subdivision
CN111491098A (en) * 2020-04-14 2020-08-04 重庆幻光影视科技有限公司 Novel peak focusing method

Also Published As

Publication number Publication date
JP2013008346A (en) 2013-01-10
US8737762B2 (en) 2014-05-27
JP5767064B2 (en) 2015-08-19
KR20130000827A (en) 2013-01-03
KR101812341B1 (en) 2017-12-26

Similar Documents

Publication Publication Date Title
US8737762B2 (en) Method for enhancing image edge
JP5197414B2 (en) Image processing apparatus and image processing method
US9445022B2 (en) Image processing apparatus and image processing method, and program
JP4054184B2 (en) Defective pixel correction device
US8270753B2 (en) Image processing device, computer program product, and image processing method to restore signals in a saturated area
US9779476B2 (en) Image signal processing method and image signal processor for noise reduction
US9367902B2 (en) Image processing device, endoscope apparatus, isolated point noise correction method, and information storage device
US9185265B2 (en) Image processing method and image processing apparatus for performing a tone correction to acquire a combined image
US8406559B2 (en) Method and system for enhancing image sharpness based on local features of image
US20140028879A1 (en) Image processing device, image processing method, and solid-state imaging device
US7609300B2 (en) Method and system of eliminating color noises caused by an interpolation
WO2011067755A1 (en) Method and system for automatically recovering chromaticity and image variation of colour clipped image regions
JP5286215B2 (en) Outline extracting apparatus, outline extracting method, and outline extracting program
US20160093066A1 (en) Saturation compensation method
US20130077860A1 (en) Image signal processor and method for image enhancement
CN106488080A (en) The method and apparatus reduced for the dynamic noise of HDR in digital imagery
JP2008059406A (en) Image processor and image processing method
KR20080055091A (en) Color artifact reduction apparatus and method using adaptive-mean filter
CN112837230A (en) Image processing apparatus, image processing method, and computer readable medium
JP5753437B2 (en) Image enhancement device
CN112581380A (en) Image color enhancement method and device and server
CN105450909B (en) Information processing method and electronic equipment
JP5887088B2 (en) Image processing device
US20240087128A1 (en) Adaptive auto white balancing
JP6261353B2 (en) Imaging apparatus and imaging method

Legal Events

Date Code Title Description
AS Assignment

Owner name: LG INNOTEK CO., LTD., KOREA, REPUBLIC OF

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PARK, SOO JIN;GUPTA, RAGHUBANSH B.;REEL/FRAME:026796/0790

Effective date: 20110805

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551)

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8