CN107123082A - A kind of picture automatic colouring method and system - Google Patents

A kind of picture automatic colouring method and system Download PDF

Info

Publication number
CN107123082A
CN107123082A CN201710271389.7A CN201710271389A CN107123082A CN 107123082 A CN107123082 A CN 107123082A CN 201710271389 A CN201710271389 A CN 201710271389A CN 107123082 A CN107123082 A CN 107123082A
Authority
CN
China
Prior art keywords
hsb
data
value
rgb
colouring
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
CN201710271389.7A
Other languages
Chinese (zh)
Other versions
CN107123082B (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.)
Zhigaogao Intellectual Property Group Co.,Ltd.
Original Assignee
Shenzhen Zhigaodian Intellectual Property Operation 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 Shenzhen Zhigaodian Intellectual Property Operation Co Ltd filed Critical Shenzhen Zhigaodian Intellectual Property Operation Co Ltd
Priority to CN201710271389.7A priority Critical patent/CN107123082B/en
Publication of CN107123082A publication Critical patent/CN107123082A/en
Application granted granted Critical
Publication of CN107123082B publication Critical patent/CN107123082B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)
  • Color Image Communication Systems (AREA)
  • Processing Or Creating Images (AREA)
  • Editing Of Facsimile Originals (AREA)

Abstract

The invention discloses a kind of picture automatic colouring method and system, for being painted to the picture in website, method includes:S100, the original binary data of image file to be painted is converted into the first RGB data;S200, the first RGB data is converted into the first HSB data, the rgb value for the background color painted required for image file to be painted is converted into HSB values;S300, the HSB value calculating based on the first HSB data and background color obtain the 2nd HSB data;S400, the 2nd HSB data are converted into the second RGB data;S500, by the second RGB data convert obtain after colouring image file colouring after binary data.The invention has the advantages that:Art designing personnel input can be reduced, Web Hosting cost is effectively saved;New picture can be included in real time, and real-time online carries out picture colouring;Conversion quality uniformity is high, it is to avoid cause mistake picture due to artificial carelessness;The website seamless combination that can be developed with Java language, it is not necessary to increase any other component.

Description

A kind of picture automatic colouring method and system
Technical field
The present invention relates to image processing field, more particularly to a kind of picture automatic colouring method applied to website and it is System.
Background technology
It is frequently necessary to show some pictures to user on website, but these pictures are entirely black and white, if be placed directly on On webpage, it will uncoordinated visual problem is caused to website.In order to meet website aesthetic requirements, suction of the increase website to user Black and white picture, it is necessary to be become color background white Foreground picture by gravitation according to the design style colouring of website.
Current usual way is uploaded to again after first black and white picture is painted using photo handling softwares such as Photoshop Website is shown.The major defect of such a scheme is:Carrying out picture colouring using Photoshop needs art designing's specialty of specialty Personnel, each pictures are required for art designing to paint by hand, and human cost is than larger, and processing speed is slow, and can not be Line is painted to picture in real time.
The content of the invention
The technical problem to be solved in the present invention is, for prior art drawbacks described above there is provided a kind of picture it is automatic on Color method and system.
The technical solution adopted for the present invention to solve the technical problems is:A kind of picture automatic colouring method is constructed, is used for Picture in website is painted, including:
S100, the original binary data of image file to be painted is converted into the first RGB data;
S200, the first RGB data is converted into the first HSB data, the bottom that will be painted required for image file to be painted The rgb value of color is converted into HSB values;
S300, the HSB value calculating based on the first HSB data and background color obtain the 2nd HSB data;
S400, the 2nd HSB data are converted into the second RGB data;
S500, by the second RGB data convert obtain after colouring image file colouring after binary data.
In picture automatic colouring method of the present invention, binary data is one-dimension array;RGB data, HSB data Each value in respectively two-dimensional array, two-dimensional array represents the rgb value or HSB values of pixel;Binary data with Conversion between conversion, RGB data and HSB data between RGB data is performed using the function provided in JDK.
In picture automatic colouring method of the present invention, described in step S300 based on the first HSB data and bottom The HSB value calculating of color, which obtains the 2nd HSB data, to be included:
For the hue value in the HSB values of each pixel in the first HSB data, it is based respectively on formula H2=H0 and calculates Hue value in the HSB values of respective pixel in as the 2nd HSB data;
For the intensity value in the HSB values of each pixel in the first HSB data, formula S 2=S0*B1 is based respectively on Calculating obtains the intensity value in the HSB values as the respective pixel in the 2nd HSB data;
For the brightness value in the HSB values of each pixel in the first HSB data, formula B2=B0+ (1- are based respectively on B1) * (1-B0) calculates the brightness value in the HSB values obtained as the respective pixel in the 2nd HSB data;
Wherein, H0, S0, B0 represent the hue value, intensity value, brightness value of background color respectively, and H1, B1 represent first respectively Hue value, brightness value in the HSB values of a pixel in HSB data, H2, S2, B2 represent one in the 2nd HSB data respectively The hue value of individual pixel, intensity value, brightness value.
In picture automatic colouring method of the present invention,
Include before the step S100:Receive the image file to be painted of input original binary data and background color Rgb value.
Include after the step S500:By the binary data output after colouring.
Based on same inventive concept, the invention also discloses a kind of picture automatic colouring system, for the figure in website Piece is painted, including:
Binary system-RGB conversion units, for the original binary data of image file to be painted to be converted into the first RGB Data;
RGB-HSB conversion units, for the first RGB data to be converted into the first HSB data, by image file to be painted The rgb value of the background color of required colouring is converted into HSB values;
Colouring processing unit, the 2nd HSB data are obtained for the HSB value calculating based on the first HSB data and background color;
HSB-RGB conversion units, for the 2nd HSB data to be converted into the second RGB data;
RGB- binary system conversion units, are obtained after two after colouring image file colouring for the second RGB data to be converted Binary data.
In picture automatic colouring system of the present invention, binary data is one-dimension array;RGB data, HSB data Each value in respectively two-dimensional array, two-dimensional array represents the rgb value or HSB values of pixel;Binary data with Conversion between conversion, RGB data and HSB data between RGB data is performed using the function provided in JDK.
In picture automatic colouring system of the present invention, the colouring processing unit includes:
Hue value computing unit, for the hue value in the HSB values of each pixel in the first HSB data, is based respectively on Formula H2=H0 calculates the hue value in the HSB values obtained as the respective pixel in the 2nd HSB data;
Intensity value computing unit, for the intensity value in the HSB values of each pixel in the first HSB data, difference Intensity value in the HSB values obtained as the respective pixel in the 2nd HSB data is calculated based on formula S 2=S0*B1;
Luminance value computing unit, for the brightness value in the HSB values of each pixel in the first HSB data, is based respectively on Formula B2=B0+ (1-B1) * (1-B0) calculates the brightness value in the HSB values obtained as the respective pixel in the 2nd HSB data;
Wherein, H0, S0, B0 represent the hue value, intensity value, brightness value of background color respectively, and H1, B1 represent first respectively Hue value, brightness value in the HSB values of a pixel in HSB data, H2, S2, B2 represent one in the 2nd HSB data respectively The hue value of individual pixel, intensity value, brightness value.
In picture automatic colouring system of the present invention, system also includes:
Parameter receiving unit, image file to be painted original binary data and background color for receiving input Rgb value.
As a result output unit, for the binary data after colouring to be exported.
Implement the picture automatic colouring method and system of the present invention, have the advantages that:
1) art designing personnel input can be reduced, Web Hosting cost is effectively saved;
2) new picture can be included in real time, and real-time online carries out picture colouring;
3) conversion quality uniformity is high, it is to avoid cause mistake picture due to artificial carelessness;
4) the website seamless combination that can be developed with Java language, it is not necessary to increase any other component.
Brief description of the drawings
In order to illustrate more clearly about the embodiment of the present invention or technical scheme of the prior art, below will be to embodiment or existing There is the accompanying drawing used required in technology description to be briefly described, it should be apparent that, drawings in the following description are only this The embodiment of invention, for those of ordinary skill in the art, on the premise of not paying creative work, can also basis The accompanying drawing of offer obtains other accompanying drawings:
Fig. 1 is the flow chart of the picture automatic colouring method of the present invention;
Fig. 2 is the flow chart of embodiments of the invention one;
Fig. 3 is the module map of embodiments of the invention two.
Embodiment
For the ease of understanding the present invention, the present invention is described more fully below with reference to relevant drawings.In accompanying drawing Give the exemplary embodiments of the present invention.But, the present invention can be realized in many different forms, however it is not limited to this paper institutes The embodiment of description.On the contrary, the purpose that these embodiments are provided be make to the disclosure more it is thorough comprehensively.
Unless otherwise defined, all of technologies and scientific terms used here by the article is with belonging to technical field of the invention The implication that technical staff is generally understood that is identical.Term used in the description of the invention herein is intended merely to description tool The purpose of the embodiment of body, it is not intended that in the limitation present invention.
The term comprising ordinal number such as " first ", " second " for being used in this specification can be used for illustrating various inscapes, But these inscapes are not limited by these terms.It is only that using the purpose of these terms and distinguishes an inscape In other inscapes.For example, on the premise of the interest field of the present invention is not departed from, the first inscape can be named as the Two inscapes, similarly, the second inscape can also be named as the first inscape.
With reference to Fig. 1, the total thinking of the present invention is:S100, the original binary data of image file to be painted is converted into First RGB data;S200, the first RGB data is converted into the first HSB data, will be painted required for image file to be painted The rgb value of background color be converted into HSB values;S300, the HSB value calculating based on the first HSB data and background color obtain the 2nd HSB numbers According to;S400, the 2nd HSB data are converted into the second RGB data;S500, the conversion of the second RGB data obtained treating upper color image text Binary data after part colouring.
In order to be better understood from above-mentioned technical proposal, below in conjunction with Figure of description and specific embodiment to upper State technical scheme to be described in detail, it should be understood that the specific features in the embodiment of the present invention and embodiment are to the application The detailed description of technical scheme, rather than the restriction to technical scheme, in the case where not conflicting, the present invention is implemented Technical characteristic in example and embodiment can be mutually combined.
Embodiment one
It is the flow chart of embodiments of the invention one with reference to Fig. 2.It is to use that the website of consideration till now, which has more than 20%, Java language is developed, so if directly can be handled using Java language picture, it will dramatically simplify net Stand the process step of picture, more easily this function can be incorporated into other functions.Therefore, used in the present embodiment Pure Java language is realized.
In the present embodiment, the conversion between conversion, RGB data and HSB data between binary data and RGB data is adopted Performed with the function provided in JDK.Binary data is one-dimension array;RGB data, HSB data are respectively two-dimensional array, two dimension Each value in array represents the rgb value or HSB values of pixel, and such as a [1] [1] represents the first row first in picture The rgb value of the pixel of row.
Specifically, the method for the present embodiment includes:
S0, the rgb value for receiving the original binary system array of the image file to be painted inputted and background color;
It is preferred that, whole method can be realized with a function of Java language.For example, the step can be by calling Function realizes that the original binary system array of image file to be painted, the rgb value of background color are transmitted by two parameters of the function.
S1, the original binary system array of image file to be painted is converted into the first RGB arrays;Conversion herein can lead to Function the ImageIO.read () function for crossing JDK offers is realized.
S2, the first RGB arrays are converted into the first HSB arrays, the background color that will be painted required for image file to be painted Rgb value be converted into HSB values;Color.RGBtoHSB () function that conversion herein can be provided by JDK is realized.
S3, the HSB value calculating based on the first HSB arrays and background color obtain the 2nd HSB arrays, and the step is specifically included:
For the hue value in the HSB values of each pixel in the first HSB data, it is based respectively on formula H2=H0 and calculates Hue value in the HSB values of respective pixel in as the 2nd HSB data;
For the intensity value in the HSB values of each pixel in the first HSB data, formula S 2=S0*B1 is based respectively on Calculating obtains the intensity value in the HSB values as the respective pixel in the 2nd HSB data;
For the brightness value in the HSB values of each pixel in the first HSB data, formula B2=B0+ (1- are based respectively on B1) * (1-B0) calculates the brightness value in the HSB values obtained as the respective pixel in the 2nd HSB data;
Wherein, H0, S0, B0 represent the hue value, intensity value, brightness value of background color respectively, and H1, B1 represent first respectively Hue value, brightness value in the HSB values of a pixel in HSB data, H2, S2, B2 represent one in the 2nd HSB data respectively The hue value of individual pixel, intensity value, brightness value.
It can be seen that the present invention is not limited original background color of picture, the colouring of black white image is applicable not only to, is applied also for The colouring again of the picture of other existing background colors.
S4, the 2nd HSB arrays are converted into the 2nd RGB arrays;What conversion herein can be provided by JDK Color.HSBtoRGB () function is realized.
S5, by the 2nd RGB arrays convert obtain after colouring image file colouring after binary system array.Conversion herein can Realized with function the ImageIO.write () function provided by JDK.
S6, by after colouring binary system array export.
It can be seen that, the present embodiment can reduce art designing personnel input, effectively save Web Hosting cost;It can include new in real time Picture, and real-time online carries out picture colouring;Conversion quality uniformity is high, it is to avoid cause mistake picture due to artificial carelessness. The website seamless combination that can be developed with Java language, it is not necessary to increase any other component.
Embodiment two
Based on same inventive concept, the invention also discloses a kind of picture automatic colouring system, for the figure in website Piece is painted, with reference to Fig. 3, is the module map of embodiments of the invention two, and the system of the present embodiment includes:
Parameter receiving unit 100, the original binary data and background color of image file to be painted for receiving input Rgb value.
Binary system-RGB conversion units 200, for the original binary data of image file to be painted to be converted into first RGB data;
RGB-HSB conversion units 300, for the first RGB data to be converted into the first HSB data, by image to be painted The rgb value of the background color of colouring is converted into HSB values required for file;
Colouring processing unit 400, the 2nd HSB data are obtained for the HSB value calculating based on the first HSB data and background color;
HSB-RGB conversion units 500, for the 2nd HSB data to be converted into the second RGB data;
RGB- binary systems conversion unit 600, for the conversion of the second RGB data to be obtained after after colouring image file colouring Binary data.
As a result output unit 700, for the binary data after colouring to be exported.
Wherein, binary data is one-dimension array;During RGB data, HSB data are respectively two-dimensional array, two-dimensional array Each value represents the rgb value or HSB values of pixel, and such as a [1] [1] represents the pixel of the first row first row in picture Rgb value;The conversion between conversion, RGB data and HSB data between binary data and RGB data, which is used in JDK, to be provided Function perform.
Specifically, the colouring processing unit 400 includes:
Hue value computing unit 410, for the hue value in the HSB values of each pixel in the first HSB data, difference base The hue value in the HSB values obtained as the respective pixel in the 2nd HSB data is calculated in formula H2=H0;
Intensity value computing unit 420, for the intensity value in the HSB values of each pixel in the first HSB data, point The intensity value in the HSB values obtained as the respective pixel in the 2nd HSB data is not calculated based on formula S 2=S0*B1;
Luminance value computing unit 430, for the brightness value in the HSB values of each pixel in the first HSB data, difference base The brightness in the HSB values obtained as the respective pixel in the 2nd HSB data is calculated in formula B2=B0+ (1-B1) * (1-B0) Value;
Wherein, H0, S0, B0 represent the hue value, intensity value, brightness value of background color respectively, and H1, B1 represent first respectively Hue value, brightness value in the HSB values of a pixel in HSB data, H2, S2, B2 represent one in the 2nd HSB data respectively The hue value of individual pixel, intensity value, brightness value.
In summary, implement the picture automatic colouring method and system of the present invention, have the advantages that:1) can Art designing personnel input is reduced, Web Hosting cost is effectively saved;2) new picture can be included in real time, and real-time online carries out picture Colouring;3) conversion quality uniformity is high, it is to avoid cause mistake picture due to artificial carelessness;4) it can be developed with Java language Website seamless combination, it is not necessary to increase any other component.
Embodiments of the invention are described above in conjunction with accompanying drawing, but the invention is not limited in above-mentioned specific Embodiment, above-mentioned embodiment is only schematical, rather than restricted, one of ordinary skill in the art Under the enlightenment of the present invention, in the case of present inventive concept and scope of the claimed protection is not departed from, it can also make a lot Form, these are belonged within the protection of the present invention.

Claims (8)

1. a kind of picture automatic colouring method, for being painted to the picture in website, it is characterised in that including:
S100, the original binary data of image file to be painted is converted into the first RGB data;
S200, the first RGB data is converted into the first HSB data, by the background color painted required for image file to be painted Rgb value is converted into HSB values;
S300, the HSB value calculating based on the first HSB data and background color obtain the 2nd HSB data;
S400, the 2nd HSB data are converted into the second RGB data;
S500, by the second RGB data convert obtain after colouring image file colouring after binary data.
2. picture automatic colouring method according to claim 1, it is characterised in that
Binary data is one-dimension array;RGB data, HSB data are respectively each value table in two-dimensional array, two-dimensional array Show the rgb value or HSB values of pixel;
Conversion between conversion, RGB data and HSB data between binary data and RGB data is using the letter provided in JDK Number is performed.
3. picture automatic colouring method according to claim 1, it is characterised in that described in step S300 based on first The HSB value calculating of HSB data and background color, which obtains the 2nd HSB data, to be included:
For the hue value in the HSB values of each pixel in the first HSB data, it is based respectively on formula H2=H0 and calculates and made For the hue value in the HSB values of the respective pixel in the 2nd HSB data;
For the intensity value in the HSB values of each pixel in the first HSB data, formula S 2=S0*B1 calculating is based respectively on Obtain the intensity value in the HSB values as the respective pixel in the 2nd HSB data;
For the brightness value in the HSB values of each pixel in the first HSB data, formula B2=B0+ (1-B1) * is based respectively on (1-B0) calculates the brightness value in the HSB values obtained as the respective pixel in the 2nd HSB data;
Wherein, H0, S0, B0 represent the hue value, intensity value, brightness value of background color respectively, and H1, B1 represent the first HSB numbers respectively Hue value, brightness value in the HSB values of a pixel in, H2, S2, B2 represent a picture in the 2nd HSB data respectively The hue value of element, intensity value, brightness value.
4. picture automatic colouring method according to claim 1, it is characterised in that
Include before the step S100:Receive image file the to be painted original binary data and background color of input Rgb value.
Include after the step S500:By the binary data output after colouring.
5. a kind of picture automatic colouring system, for being painted to the picture in website, it is characterised in that including:
Binary system-RGB conversion units, for the original binary data of image file to be painted to be converted into the first RGB data;
RGB-HSB conversion units, for the first RGB data to be converted into the first HSB data, by needed for image file to be painted The rgb value of the background color to be painted is converted into HSB values;
Colouring processing unit, the 2nd HSB data are obtained for the HSB value calculating based on the first HSB data and background color;
HSB-RGB conversion units, for the 2nd HSB data to be converted into the second RGB data;
RGB- binary system conversion units, for the second RGB data to be converted to the binary system obtained after after colouring image file colouring Data.
6. picture automatic colouring system according to claim 5, it is characterised in that
Binary data is one-dimension array;RGB data, HSB data are respectively each value table in two-dimensional array, two-dimensional array Show the rgb value or HSB values of pixel;
Conversion between conversion, RGB data and HSB data between binary data and RGB data is using the letter provided in JDK Number is performed.
7. picture automatic colouring system according to claim 5, it is characterised in that the colouring processing unit includes:
Hue value computing unit, for the hue value in the HSB values of each pixel in the first HSB data, is based respectively on formula H2=H0 calculates the hue value in the HSB values obtained as the respective pixel in the 2nd HSB data;
Intensity value computing unit, for the intensity value in the HSB values of each pixel in the first HSB data, is based respectively on Formula S 2=S0*B1 calculates the intensity value in the HSB values obtained as the respective pixel in the 2nd HSB data;
Luminance value computing unit, for the brightness value in the HSB values of each pixel in the first HSB data, is based respectively on formula B2=B0+ (1-B1) * (1-B0) calculates the brightness value in the HSB values obtained as the respective pixel in the 2nd HSB data;
Wherein, H0, S0, B0 represent the hue value, intensity value, brightness value of background color respectively, and H1, B1 represent the first HSB numbers respectively Hue value, brightness value in the HSB values of a pixel in, H2, S2, B2 represent a picture in the 2nd HSB data respectively The hue value of element, intensity value, brightness value.
8. picture automatic colouring system according to claim 5, it is characterised in that system also includes:
Parameter receiving unit, for receiving the original binary data of image file to be painted of input and the rgb value of background color.
As a result output unit, for the binary data after colouring to be exported.
CN201710271389.7A 2017-04-24 2017-04-24 Automatic picture coloring method and system Active CN107123082B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710271389.7A CN107123082B (en) 2017-04-24 2017-04-24 Automatic picture coloring method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710271389.7A CN107123082B (en) 2017-04-24 2017-04-24 Automatic picture coloring method and system

Publications (2)

Publication Number Publication Date
CN107123082A true CN107123082A (en) 2017-09-01
CN107123082B CN107123082B (en) 2020-11-27

Family

ID=59725327

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710271389.7A Active CN107123082B (en) 2017-04-24 2017-04-24 Automatic picture coloring method and system

Country Status (1)

Country Link
CN (1) CN107123082B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070165946A1 (en) * 2006-01-17 2007-07-19 Samsung Electronics Co., Ltd. Method and apparatus for improving quality of images using complementary hues
CN101038650A (en) * 2006-03-16 2007-09-19 印魔网股份有限公司 Network online instantaneous printing service system and method, and editor thereof
CN101124582A (en) * 2004-08-11 2008-02-13 右半球有限公司 Automated derivative view rendering system
CN103780797A (en) * 2014-01-23 2014-05-07 北京京东方光电科技有限公司 Image color enhancement method and device
KR101624398B1 (en) * 2013-06-09 2016-05-25 애플 인크. Content adjustment in graphical user interface based on background content

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101124582A (en) * 2004-08-11 2008-02-13 右半球有限公司 Automated derivative view rendering system
US20070165946A1 (en) * 2006-01-17 2007-07-19 Samsung Electronics Co., Ltd. Method and apparatus for improving quality of images using complementary hues
CN101038650A (en) * 2006-03-16 2007-09-19 印魔网股份有限公司 Network online instantaneous printing service system and method, and editor thereof
KR101624398B1 (en) * 2013-06-09 2016-05-25 애플 인크. Content adjustment in graphical user interface based on background content
CN103780797A (en) * 2014-01-23 2014-05-07 北京京东方光电科技有限公司 Image color enhancement method and device

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
YOGESH RATHORE,AVINASH DHOLE,RAMNIVAS GIRI,UMESH AGRAWAL: "《Colorization of Gray Scale Images using Fully Automated Approach》", 《INTERNATIONAL JOURNAL OF ELECTRONICS》 *
吴兆奇,胡安林,朱华: "《Photoshop CS6技能实训教程》", 31 August 2013, 华中科技大学出版社 *
周云,符思涛: "《遥感图像色彩增强处理方法探讨》", 《测绘与空间地理信息》 *
曾靓 等: "《快速黑白图像自动上色技术研究》", 《 中国传媒大学学报(自然科学版)》 *

Also Published As

Publication number Publication date
CN107123082B (en) 2020-11-27

Similar Documents

Publication Publication Date Title
WO2021047383A1 (en) Image processing method and apparatus for electronic ink screen, and electronic ink screen
Karaimer et al. A software platform for manipulating the camera imaging pipeline
CN108337496A (en) White balancing treatment method, processing unit, processing equipment and storage medium
CN110139088B (en) Color temperature compensation method, electronic device, and computer-readable storage medium
CN108876742A (en) image color enhancement method and device
US10210788B2 (en) Displaying method and display with subpixel rendering
CN105578076A (en) Imaging method, imaging device and electronic device
CN109309826A (en) A kind of image color equalization methods and terminal
JPH04168583A (en) Display method for image
CN117496254A (en) Intelligent identification method, device and equipment for black tea fermentation state and storage medium
WO2019004701A1 (en) Method for processing image, and display device
CN106531097A (en) Medical display color restoration system and method for realizing same
WO2019179059A1 (en) Fuzzy control-based saturation enhancement method and device
JPS6314556B2 (en)
CN107123082A (en) A kind of picture automatic colouring method and system
CN108377372A (en) A kind of white balancing treatment method, device, terminal device and storage medium
TWI523500B (en) Dynamic range compression method for image and image processing device
CN104008523A (en) Graphic processing method
CN111369431A (en) Image processing method and device, readable medium and electronic equipment
CN107833256B (en) The method and device of pseudo- coloring for digital picture
CN106454285A (en) White balance adjusting system and white balance adjusting method
CN112581401B (en) RAW picture acquisition method and device and electronic equipment
CN109215613A (en) A kind of method, apparatus, electronic equipment and storage medium reducing blue light strength
CN100539707C (en) The color picture processing system that data-driven is reconfigurable
CN109300164A (en) Basal tone judgment method and electronic device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 518000 Room 201, building A, No. 1, Qian Wan Road, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong (Shenzhen Qianhai business secretary Co., Ltd.)

Patentee after: Zhigaogao Intellectual Property Group Co.,Ltd.

Address before: 518000 Room 201, building A, No. 1, Qian Wan Road, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong (Shenzhen Qianhai business secretary Co., Ltd.)

Patentee before: SHENZHEN ZHIGAODIAN INTELLECTUAL PROPERTY OPERATION Co.,Ltd.

CP01 Change in the name or title of a patent holder