US20170169547A1 - Color image processing system and color image processing method - Google Patents

Color image processing system and color image processing method Download PDF

Info

Publication number
US20170169547A1
US20170169547A1 US14/976,088 US201514976088A US2017169547A1 US 20170169547 A1 US20170169547 A1 US 20170169547A1 US 201514976088 A US201514976088 A US 201514976088A US 2017169547 A1 US2017169547 A1 US 2017169547A1
Authority
US
United States
Prior art keywords
pixel
rgb
value
color
original
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
US14/976,088
Other versions
US9665928B1 (en
Inventor
Wen-Jie Liu
Chun-Qin Wang
Lei Wang
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.)
Ambit Microsystems Shanghai Ltd
Original Assignee
Ambit Microsystems Shanghai Ltd
Hon Hai Precision Industry 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 Ambit Microsystems Shanghai Ltd, Hon Hai Precision Industry Co Ltd filed Critical Ambit Microsystems Shanghai Ltd
Assigned to HON HAI PRECISION INDUSTRY CO., LTD., AMBIT MICROSYSTEMS (SHANGHAI) LTD. reassignment HON HAI PRECISION INDUSTRY CO., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LIU, WEN-JIE, WANG, Chun-qin, WANG, LEI
Application granted granted Critical
Publication of US9665928B1 publication Critical patent/US9665928B1/en
Publication of US20170169547A1 publication Critical patent/US20170169547A1/en
Assigned to AMBIT MICROSYSTEMS (SHANGHAI) LTD. reassignment AMBIT MICROSYSTEMS (SHANGHAI) LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: AMBIT MICROSYSTEMS (SHANGHAI) LTD., HON HAI PRECISION INDUSTRY CO., LTD.
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/46Colour picture communication systems
    • H04N1/64Systems for the transmission or the storage of the colour picture signal; Details therefor, e.g. coding or decoding means therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/0007Image acquisition
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/46Colour picture communication systems
    • H04N1/64Systems for the transmission or the storage of the colour picture signal; Details therefor, e.g. coding or decoding means therefor
    • H04N1/644Systems for the transmission or the storage of the colour picture signal; Details therefor, e.g. coding or decoding means therefor using a reduced set of representative colours, e.g. each representing a particular range in a colour space
    • 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

Definitions

  • the subject matter herein relates to a color image processing system and a color image processing method.
  • Color images are digitized before displayed on a displayer. Because different sensitivity of color channel, light factor and so on, the color image may be distorted.
  • FIG. 1 is a block diagram of a color image processing system, according to an exemplary embodiment.
  • FIG. 2 is a flowchart of a color image processing method, according to an exemplary embodiment.
  • FIG. 1 illustrates a color image processing system 100 according to an exemplary embodiment.
  • the color image processing system 100 includes an image capture module 20 , an image digitizing module 30 , an optimizing ratio calculation module 40 and an image processing module 50 .
  • the image capture module 20 is configured to capture an original color image.
  • the image digitizing module 30 is configured to digitize the original color image to obtain N pixels in ascending order according to value of RGB of the pixel.
  • S 1 , S 2 and S 3 are ratios of areas of red color, green color and blue color from ⁇ 3 ⁇ in their own gaussian distribution.
  • H 1 , H 2 and H 3 are ratios of areas of red color, green color and blue color to a total area of the red color, green color and blue color.
  • the image processing module 50 is configure to multiply original value of RGB of the pixel before the ((N ⁇ N*H)/2)th pixel by 1/H to obtain new value of RGB of the pixel before the ((N ⁇ N*H)/2)th pixel and multiply original value of RGB of the pixel after the ((N+N*H)/2 ⁇ 1)th pixel by H to obtain new value of RGB of the pixel after the ((N+N*H)/2 ⁇ 1)th pixel.
  • (N ⁇ N*H)/2 and (N+N*H)/2 ⁇ 1 are rounded to nearest integer.
  • C is original value of the pixel from the ((N ⁇ N*H)/2)th pixel to the ((N+N*H)/2 ⁇ 1)th.
  • V min is the minimum value of the original value of RGB of N pixels.
  • V max is the minimum value of the original value of RGB of N pixels.
  • V (N ⁇ N*H)/2 is the value of the original value of RGB of ((N ⁇ N*H)/2)th pixel.
  • V (N+N*H)/2 ⁇ 1 is the value of the original value of RGB of ((N+N*H)/2 ⁇ 1)th pixel.
  • FIG. 2 illustrates a flowchart of a color image processing method according to an exemplary embodiment.
  • the illustrated order of blocks in FIG. 2 is illustrative only and the order of the blocks can change. Additional blocks can be added or fewer blocks may be utilized without departing from this disclosure.
  • the example method can begin at block 202 .
  • the image capture module 20 captures an original color image.
  • the image digitizing module 30 digitizes the original color image to obtain N pixels in ascending order according to value of RGB of the pixel.
  • the image processing module 50 multiplies original value of RGB of the pixel before the ((N ⁇ N*H)/2)th pixel by 1/H to obtain new value of RGB of the pixel before the ((N ⁇ N*H)/2)th pixel and multiplies original value of RGB of the pixel after the ((N+N*H)/2 ⁇ 1)th pixel by H to obtain new value of RGB of the pixel after the ((N+N*H)/2 ⁇ 1)th pixel, wherein (N ⁇ N*H)/2 and (N+N*H)/2 ⁇ 1 are rounded to nearest integer.
  • V max is the minimum value of the original value of RGB of N pixels
  • V (N ⁇ N*H)/2 is the value of the original value of RGB of ((N ⁇ N*H)/2)th pixel
  • V (N+N*H)/2 ⁇ 1 is the value of the original value of RGB of ((N+N*H)/2 ⁇ 1)th pixel.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Image Processing (AREA)
  • Color Image Communication Systems (AREA)
  • Facsimile Image Signal Circuits (AREA)

Abstract

A color image processing system includes an image capture module, an image digitizing module, an optimizing ratio calculation module and an image processing module. The image capture module captures an original color image. The image digitizing module digitizes the original color image to obtain N pixels in ascending order according to value of RGB of the pixel. The optimizing ratio calculation module calculates an optimizing ratio H. The image processing module multiplies original value of RGB of the pixel before the ((N−N*H)/2)th pixel by 1/H to obtain new value of RGB of the pixel before the ((N−N*H)/2)th pixel and multiplies original value of RGB of the pixel after the ((N+N*H)/2−1)th pixel by H to obtain new value of RGB of the pixel after the ((N+N*H)/2−1)th pixel. A color image processing method is also provided.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application claims priority to Chinese Patent Application No. 201510920555.2, filed on Dec. 14, 2015, the contents of which are incorporated by reference herein.
  • FIELD
  • The subject matter herein relates to a color image processing system and a color image processing method.
  • BACKGROUND
  • Color images are digitized before displayed on a displayer. Because different sensitivity of color channel, light factor and so on, the color image may be distorted.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Implementations of the present technology will now be described, by way of example only, with reference to the attached figures.
  • FIG. 1 is a block diagram of a color image processing system, according to an exemplary embodiment.
  • FIG. 2 is a flowchart of a color image processing method, according to an exemplary embodiment.
  • DETAILED DESCRIPTION
  • It will be appreciated that for simplicity and clarity of illustration, where appropriate, reference numerals have been repeated among the different figures to indicate corresponding or analogous elements. In addition, numerous specific details are set forth in order to provide a thorough understanding of the embodiments described herein. However, it will be understood by those of ordinary skill in the art that the embodiments described herein can be practiced without these specific details. In other instances, methods, procedures, and components have not been described in detail so as not to obscure the related relevant feature being described. The drawings are not necessarily to scale and the proportions of certain parts may be exaggerated to better illustrate details and features. The description is not to be considered as limiting the scope of the embodiments described herein.
  • The term “comprising” means “including, but not necessarily limited to”; it specifically indicates open-ended inclusion or membership in a so-described combination, group, series, and the like.
  • FIG. 1 illustrates a color image processing system 100 according to an exemplary embodiment. The color image processing system 100 includes an image capture module 20, an image digitizing module 30, an optimizing ratio calculation module 40 and an image processing module 50.
  • The image capture module 20 is configured to capture an original color image. The image digitizing module 30 is configured to digitize the original color image to obtain N pixels in ascending order according to value of RGB of the pixel. The optimizing ratio calculation module 40 is configured to calculate an optimizing ratio H=S1*H1+S2*H2+S3*H3. S1, S2 and S3 are ratios of areas of red color, green color and blue color from μ−3σ in their own gaussian distribution. H1, H2 and H3 are ratios of areas of red color, green color and blue color to a total area of the red color, green color and blue color.
  • The image processing module 50 is configure to multiply original value of RGB of the pixel before the ((N−N*H)/2)th pixel by 1/H to obtain new value of RGB of the pixel before the ((N−N*H)/2)th pixel and multiply original value of RGB of the pixel after the ((N+N*H)/2−1)th pixel by H to obtain new value of RGB of the pixel after the ((N+N*H)/2−1)th pixel. (N−N*H)/2 and (N+N*H)/2−1 are rounded to nearest integer.
  • The image processing module 50 is further configure to obtain new value of RGB F(C)=M*C+Y of the pixel from the ((N−N*H)/2)th pixel to the ((N+N*H)/2−1)th. C is original value of the pixel from the ((N−N*H)/2)th pixel to the ((N+N*H)/2−1)th. M and Y satisfy M*Vmin+Y=VN−N*H)/2 and M*Vmax+Y=V(N+N*H)/2−1.Vmin is the minimum value of the original value of RGB of N pixels. Vmax is the minimum value of the original value of RGB of N pixels. V(N−N*H)/2 is the value of the original value of RGB of ((N−N*H)/2)th pixel. V(N+N*H)/2−1 is the value of the original value of RGB of ((N+N*H)/2−1)th pixel.
  • FIG. 2 illustrates a flowchart of a color image processing method according to an exemplary embodiment. The illustrated order of blocks in FIG. 2 is illustrative only and the order of the blocks can change. Additional blocks can be added or fewer blocks may be utilized without departing from this disclosure. The example method can begin at block 202.
  • At block 202, the image capture module 20 captures an original color image.
  • At block 204, the image digitizing module 30 digitizes the original color image to obtain N pixels in ascending order according to value of RGB of the pixel.
  • At block 206, the optimizing ratio calculation module 40 calculates an optimizing ratio H=S1*H1+S2*H2+S3*H3, wherein S1, S2 and S3 are ratios of areas of red color, green color and blue color from μ−3σ to μ+3σ in their own gaussian distribution, H1, H2 and H3 are ratios of areas of red color, green color and blue color to a total area of the red color, green color and blue color.
  • At block 208, the image processing module 50 multiplies original value of RGB of the pixel before the ((N−N*H)/2)th pixel by 1/H to obtain new value of RGB of the pixel before the ((N−N*H)/2)th pixel and multiplies original value of RGB of the pixel after the ((N+N*H)/2−1)th pixel by H to obtain new value of RGB of the pixel after the ((N+N*H)/2−1)th pixel, wherein (N−N*H)/2 and (N+N*H)/2−1 are rounded to nearest integer.
  • At block 210, the image processing module 50 obtains new value of RGB F(C)=M*C+Y of the pixel from the ((N−N*H)/2)th pixel to the ((N+N*H)/2−1)th, wherein C is original value of the pixel from the ((N−N*H)/2)th pixel to the ((N+N*H)/2−1)th, M and Y satisfy M*Vmax+Y=V(N−N*H)/2 and M*Vmax+Y=V(N+N*H)/2−1, Vmin is the minimum value of the original value of RGB of N pixels. Vmax is the minimum value of the original value of RGB of N pixels, V(N−N*H)/2 is the value of the original value of RGB of ((N−N*H)/2)th pixel, V(N+N*H)/2−1 is the value of the original value of RGB of ((N+N*H)/2−1)th pixel.
  • The embodiments shown and described above are only examples. Even though numerous characteristics and advantages of the present technology have been set forth in the foregoing description, together with details of the structure and function of the present disclosure, the disclosure is illustrative only, and changes may be made in the details, including in matters of shape, size, and arrangement of the parts within the principles of the present disclosure, up to and including the full extent established by the broad general meaning of the terms used in the claims.

Claims (4)

What is claimed is:
1. A color image processing system comprising:
an image capture module configured to capture an original color image;
an image digitizing module configured to digitize the original color image to obtain N pixels in ascending order according to value of RGB of the pixel;
an optimizing ratio calculation module configured to calculate an optimizing ratio H=S1*H1+S2*H2+S3*H3, wherein S1, S2 and S3 are ratios of areas of red color, green color and blue color from μ+3σ to μ+3σ in their own gaussian distribution, H1, H2 and H3 are ratios of areas of red color, green color and blue color to a total area of the red color, green color and blue color; and
an image processing module configure to multiply original value of RGB of the pixel before the ((N−N*H)/2)th pixel by 1/H to obtain new value of RGB of the pixel before the ((N−N*H)/2)th pixel and multiply original value of RGB of the pixel after the ((N+N*H)/2−1)th pixel by H to obtain new value of RGB of the pixel after the ((N+N*H)/2−1)th pixel, wherein (N−N*H)/2 and (N+N*H)/2−1 are rounded to nearest integer.
2. The color image processing system as claimed in claim 1, wherein the image processing module is further configure to set new value of RGB F(C)=M*C+Y of the pixel from the ((N−N*H)/2)th pixel to the ((N+N*H)/2−1)th, C is original value of the pixel from the ((N−N*H)/2)th pixel to the ((N+N*H)/2−1)th, M and Y satisfy M*Vmin+Y=V(N−N*H)/2 and M*Vmax+Y=V(N+N*H)/2−1, Vmin is the minimum value of the original value of RGB of N pixels. Vmax is the minimum value of the original value of RGB of N pixels. V(N−N*H)/2 is the value of the original value of RGB of ((N−N*H)/2)th pixel, V(N+N*H)/2−1 is the value of the original value of RGB of ((N+N*H)/2−1)th pixel.
3. A color image processing method comprising:
capturing an original color image;
digitizing the original color image to obtain N pixels in ascending order according to value of RGB of the pixel;
calculating an optimizing ratio H=S1*H1+S2*H2+S3*H3, wherein S1, S2 and S3 are ratios of areas of red color, green color and blue color from μ−3σ to μ+3σ in their own gaussian distribution, H1, H2 and H3 are ratios of areas of red color, green color and blue color to a total area of the red color, green color and blue color; and
multiplying original value of RGB of the pixel before the ((N−N*H)/2)th pixel by 1/H to obtain new value of RGB of the pixel before the ((N−N*H)/2)th pixel and multipling original value of RGB of the pixel after the ((N+N*H)/2−1)th pixel by H to obtain new value of RGB of the pixel after the ((N+N*H)/2−1)th pixel, wherein (N−N*H)/2 and (N+N*H)/2−1 are rounded nearest integer.
4. The color image processing method as claimed in claim 3, further comprising:
obtaining new value of RGB F(C)=M*C+Y of the pixel from the ((N−N*H)/2)th pixel to the ((N+N*H)/2−1)th, wherein C is original value of the pixel from the ((N−N*H)/2)th pixel to the ((N+N*H)/2−1)th, M and Y satisfy M*Vmin+Y=V(N−N*H)/2 and M*Vmax+Y=V(N+N*H)/2−1, Vmin is the minimum value of the original value of RGB of N pixels. Vmax is the minimum value of the original value of RGB of N pixels, V(N−N*H)/2 is the value of the original value of RGB of ((N−N*H)/2)th pixel, V(N+N*H)/2−1 is the value of the original value of RGB of ((N+N*H)/2−1)th pixel.
US14/976,088 2015-12-14 2015-12-21 Color image processing system and color image processing method Active US9665928B1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
CN201510920555.2A CN106897965B (en) 2015-12-14 2015-12-14 Color image processing system and color image processing method
CN201510920555.2 2015-12-14
CN201510920555 2015-12-14

Publications (2)

Publication Number Publication Date
US9665928B1 US9665928B1 (en) 2017-05-30
US20170169547A1 true US20170169547A1 (en) 2017-06-15

Family

ID=58408077

Family Applications (1)

Application Number Title Priority Date Filing Date
US14/976,088 Active US9665928B1 (en) 2015-12-14 2015-12-21 Color image processing system and color image processing method

Country Status (3)

Country Link
US (1) US9665928B1 (en)
CN (1) CN106897965B (en)
TW (1) TWI564838B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109764812B (en) * 2019-03-11 2020-07-28 舟山市质量技术监督检测研究院 Oil tank measuring method and system based on laser point cloud analysis

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5477346A (en) * 1989-12-29 1995-12-19 Matsushita Electric Industrial Co., Ltd. Digital color copying machine for reproducing improved black characters with only black toner
US6038348A (en) * 1996-07-24 2000-03-14 Oak Technology, Inc. Pixel image enhancement system and method
US20030231791A1 (en) * 2002-06-12 2003-12-18 Torre-Bueno Jose De La Automated system for combining bright field and fluorescent microscopy
US6701010B1 (en) * 1998-02-06 2004-03-02 Fujitsu Limited Color image processing apparatus and pattern extracting apparatus
US20060269111A1 (en) * 2005-05-27 2006-11-30 Stoecker & Associates, A Subsidiary Of The Dermatology Center, Llc Automatic detection of critical dermoscopy features for malignant melanoma diagnosis
US20070070470A1 (en) * 2005-09-15 2007-03-29 Junichi Takami Image processing apparatus and computer program product
US20120195486A1 (en) * 2009-10-06 2012-08-02 Koninklijke Philips Electronics N.V. Method and system for obtaining a first signal for analysis to characterize at least one periodic component thereof

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7773127B2 (en) * 2006-10-13 2010-08-10 Apple Inc. System and method for RAW image processing
CN101409765B (en) * 2008-10-21 2010-06-23 深圳市迅雷网络技术有限公司 Image-processing method and apparatus
JP5506272B2 (en) * 2009-07-31 2014-05-28 富士フイルム株式会社 Image processing apparatus and method, data processing apparatus and method, and program
TWI444909B (en) * 2011-01-03 2014-07-11 Univ Nat Kaohsiung Applied Sci Hand gesture image recognition method and system using singular value decompostion for light compensation
CN102236786B (en) * 2011-07-04 2013-02-13 北京交通大学 Light adaptation human skin colour detection method
TWI473039B (en) * 2013-03-05 2015-02-11 Univ Tamkang Method and image processing device for image dynamic range compression with local contrast enhancement
CN103745496B (en) * 2013-12-11 2017-01-18 南方医科大学 Direct volume rendering method based on transfer function with two-dimensional image being interactive interface
JP6445775B2 (en) * 2014-04-01 2018-12-26 キヤノン株式会社 Image processing apparatus and image processing method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5477346A (en) * 1989-12-29 1995-12-19 Matsushita Electric Industrial Co., Ltd. Digital color copying machine for reproducing improved black characters with only black toner
US6038348A (en) * 1996-07-24 2000-03-14 Oak Technology, Inc. Pixel image enhancement system and method
US6701010B1 (en) * 1998-02-06 2004-03-02 Fujitsu Limited Color image processing apparatus and pattern extracting apparatus
US20030231791A1 (en) * 2002-06-12 2003-12-18 Torre-Bueno Jose De La Automated system for combining bright field and fluorescent microscopy
US20060269111A1 (en) * 2005-05-27 2006-11-30 Stoecker & Associates, A Subsidiary Of The Dermatology Center, Llc Automatic detection of critical dermoscopy features for malignant melanoma diagnosis
US20070070470A1 (en) * 2005-09-15 2007-03-29 Junichi Takami Image processing apparatus and computer program product
US20120195486A1 (en) * 2009-10-06 2012-08-02 Koninklijke Philips Electronics N.V. Method and system for obtaining a first signal for analysis to characterize at least one periodic component thereof

Also Published As

Publication number Publication date
TWI564838B (en) 2017-01-01
US9665928B1 (en) 2017-05-30
CN106897965B (en) 2020-04-28
CN106897965A (en) 2017-06-27
TW201721584A (en) 2017-06-16

Similar Documents

Publication Publication Date Title
IL291274B2 (en) Thin multi-aperture imaging system with auto-focus and methods for using same
RU2015143935A (en) MIXING THE INFRARED DATA POINT CLOUD AND THE COLOR COMPONENT DATA POINT CLOUD
WO2019148912A1 (en) Image processing method, apparatus, electronic device and storage medium
EP2642757A3 (en) Imaging systems with clear filter pixels
US8724894B1 (en) Colorization of digital imagery
CN102271260B (en) Method for adjusting white balance
EP3133646A3 (en) Sensor assembly with selective infrared filter array
WO2012057620A3 (en) System and method for imaging using multi aperture camera
WO2016045242A1 (en) Image magnification method, image magnification apparatus and display device
CN103327220B (en) With green channel for the denoising method guided on low-light (level) Bayer image
EP2579211A3 (en) Graph-based segmentation integrating visible and NIR information
MY180913A (en) Imaging method, imaging device, and electronic device
EP1918871A3 (en) Image enhancement method and system
GB201304635D0 (en) Method for determining the extent of a foreground object in an image
MX347103B (en) Method and apparatus for multi-spectral imaging.
EP4358531A3 (en) Generating a composite image from a physical item
EP2731054A3 (en) Method and device for recognizing document image, and photographing method using the same
EP2675149A3 (en) Cell-based compression of digital images
EP4273806A3 (en) Digital pathology color calibration
CN104504722A (en) Method for correcting image colors through gray points
CN102088539A (en) Method and system for evaluating pre-shot picture quality
JP5878586B2 (en) Image color adjustment method and electronic apparatus therefor
US9665928B1 (en) Color image processing system and color image processing method
US20140267827A1 (en) Method and system for handling mixed illumination in video and photography
US8767088B2 (en) White balancing method and image capturing device

Legal Events

Date Code Title Description
AS Assignment

Owner name: HON HAI PRECISION INDUSTRY CO., LTD., TAIWAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LIU, WEN-JIE;WANG, CHUN-QIN;WANG, LEI;REEL/FRAME:037338/0943

Effective date: 20151214

Owner name: AMBIT MICROSYSTEMS (SHANGHAI) LTD., CHINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LIU, WEN-JIE;WANG, CHUN-QIN;WANG, LEI;REEL/FRAME:037338/0943

Effective date: 20151214

STCF Information on status: patent grant

Free format text: PATENTED CASE

AS Assignment

Owner name: AMBIT MICROSYSTEMS (SHANGHAI) LTD., CHINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:AMBIT MICROSYSTEMS (SHANGHAI) LTD.;HON HAI PRECISION INDUSTRY CO., LTD.;REEL/FRAME:045171/0409

Effective date: 20171229

MAFP Maintenance fee payment

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

Year of fee payment: 4