[go: up one dir, main page]

CN113301319A - Image color enhancement method and device realized on FPGA - Google Patents

Image color enhancement method and device realized on FPGA Download PDF

Info

Publication number
CN113301319A
CN113301319A CN202110462037.6A CN202110462037A CN113301319A CN 113301319 A CN113301319 A CN 113301319A CN 202110462037 A CN202110462037 A CN 202110462037A CN 113301319 A CN113301319 A CN 113301319A
Authority
CN
China
Prior art keywords
component
rgb
rgb image
image data
fpga
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.)
Pending
Application number
CN202110462037.6A
Other languages
Chinese (zh)
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.)
Dalian Neusoft University of Information
Original Assignee
Dalian Neusoft University of Information
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 Dalian Neusoft University of Information filed Critical Dalian Neusoft University of Information
Priority to CN202110462037.6A priority Critical patent/CN113301319A/en
Publication of CN113301319A publication Critical patent/CN113301319A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N9/00Details of colour television systems
    • H04N9/77Circuits for processing the brightness signal and the chrominance signal relative to each other, e.g. adjusting the phase of the brightness signal relative to the colour signal, correcting differential gain or differential phase
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N9/00Details of colour television systems
    • H04N9/64Circuits for processing colour signals
    • H04N9/646Circuits for processing colour signals for image enhancement, e.g. vertical detail restoration, cross-colour elimination, contour correction, chrominance trapping filters

Landscapes

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

Abstract

The invention discloses an image color enhancement method and equipment realized on FPGA, which comprises the steps of acquiring RGB image information to be processed through a sensor, utilizing an FPGA unit to carry out normalization processing on the RGB image data, then converting RGB space into HSI component, normalizing the HSI component by the FPGA unit, converting the HSI component from the HSI color space into the RGB color space, and obtaining the processed RGB image data.

Description

Image color enhancement method and device realized on FPGA
Technical Field
The invention relates to the field of image enhancement, in particular to an image color enhancement method and device realized on an FPGA (field programmable gate array).
Background
In the application of image acquisition or video monitoring, due to the influence of external factors such as severe weather, uneven illumination, low illumination and the like, the obtained image often has the problems of uneven brightness, low contrast, color distortion, edge blurring and the like, so that the image quality is poor, and the subsequent information interpretation and extraction are influenced. In addition to these external factors, the sensor itself has drawbacks, color information is unbalanced, sensitivity to different colors is different, image quality is poor, and processing speed is poor. Therefore, fast and efficient image enhancement algorithms are one of the key elements in the field of image analysis and understanding in order to improve the quality of color images and extract more information available.
Disclosure of Invention
The invention provides an image color enhancement method realized on an FPGA (field programmable gate array) to overcome the problems of uneven brightness, low contrast, color distortion, edge blurring and the like of an image.
In order to achieve the purpose, the technical scheme of the invention is as follows:
step 1, acquiring first RGB image information to be processed through a sensor, and transmitting the first RGB image information to an FPGA operation unit through a low-voltage differential signal;
step 2, carrying out normalization processing on the first RGB image data by utilizing an FPGA unit to obtain second RGB image data;
step 3, converting the color component of the second RGB image data from RGB space to HSI component;
step 4, parallel processing of the HSI component by using the FPGA unit to normalize the HSI component;
and 5, converting the HSI component from the HSI color space to the RGB color space to obtain the processed third RGB image data.
Further, the step 3 of performing normalization processing on the first RGB image data by using the FPGA unit to obtain second RGB image data includes:
step 3.1, converting the RGB space into a saturation S component, wherein the calculation formula of the saturation S component is as follows:
Figure BDA0003042715970000021
s ═ sxk, where k is the manual adjustment coefficient;
step 3.2, judge G2And B2And converting from RGB space to hue H component, judging G2And B2The process comprises the following steps:
step 3.2.1, when G2≥B2The formula for calculating the hue H component is:
Figure BDA0003042715970000022
step 3.2.2, when G2<B2The formula for calculating the hue H component is:
Figure BDA0003042715970000023
and 3.3, converting the RGB space into a brightness I component, wherein the calculation formula of the brightness I component is as follows:
Figure BDA0003042715970000024
further, the step 5 includes determining a value of H and calculating third RGB image data, where the determining the value of H includes:
step 5.1, when H is greater than or equal to 0 and H is less than or equal to 2 × pi/3, calculating formulas of an R component, a G component and a B component of the third RGB image data are respectively as follows:
B3=I(1-S)
Figure BDA0003042715970000025
G3=3I-(R3+B3)
step 5.2, when H is not less than 2 × pi/3 and H is not more than 4 × pi 3, R component, G component, and B component calculation formulas of the third RGB image data are respectively:
R3=I(1-S)
Figure BDA0003042715970000026
B3=3I-(R3+G3)
and 5.3, when H is more than or equal to 4 × pi/3 and H is less than or equal to 2 × pi, calculating formulas of the R component, the G component and the B component of the third RGB image data are respectively as follows:
G3=I(1-S)
Figure BDA0003042715970000031
R3=3I-(G3+B3)
wherein R is3、G3、B3Is a component of the third RGB image data.
Further, the method for normalizing the first RGB image in step 2 includes:
R2=R1/(R1+G1+B1);G2=G1/(R1+G1+B1);B2=B1/(R1+G1+B1),
wherein R is1、G1、B1Is a component of the first RGB image data, R2、G2、B2Is a component of the second RGB image data.
The invention also provides a device for implementing the image color enhancement method on the FPGA, which is characterized in that: the system comprises an FPGA (field programmable gate array) operation unit, an image sensing unit, a storage unit and a network transmission unit, wherein the image sensing unit acquires RGB (red, green and blue) image information to be processed and transmits the RGB image information to the FGPA operation unit through a low-voltage differential signal, the FPGA operation unit operates the RGB image information to be processed, and an image generated by operation is stored in the storage unit or transmitted to a display terminal through the network transmission unit.
Has the advantages that: the image color enhancement algorithm provided by the invention is realized based on FPGA, and the HSI component conversion is realized by adopting parallel computation, so that the image color enhancement problem is solved, the image information processing speed is greatly improved by adopting the equipment, and the image color enhancement process is rapidly completed.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a general flow chart corresponding to the method of the present invention;
FIG. 2 is a flow chart corresponding to the method of the present invention;
FIG. 3 is a block diagram of an apparatus corresponding to the method of the present invention;
FIG. 4 is an effect diagram of manually adjusting coefficient K to 1 according to the method of the present invention
FIG. 5 is an effect diagram of the coefficient K of the manual adjustment coefficient corresponding to the method of the present invention being 1.2;
FIG. 6 is an effect diagram of the coefficient K of the manual adjustment coefficient corresponding to the method of the present invention being 1.5;
FIG. 7 is an effect diagram of the coefficient K of the manual adjustment coefficient corresponding to the method of the present invention being 2.0;
FIG. 8 is an effect diagram of the coefficient K of the manual adjustment coefficient corresponding to the method of the present invention being 2.5;
fig. 9 is an effect diagram of the manual adjustment coefficient K of the method of the present invention being 3.0.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Embodiment 1 provides an image color enhancement method implemented on an FPGA, as shown in fig. 1, fig. 2, and fig. 4 to 9, including:
step 1, acquiring first RGB image information to be processed through a sensor, and transmitting the first RGB image information to an FPGA operation unit through a low-voltage differential signal;
step 2, carrying out normalization processing on the first RGB image data by utilizing an FPGA unit to obtain second RGB image data;
step 3, converting the color component of the second RGB image data from RGB space to HSI component;
step 4, parallel processing of the HSI component by using the FPGA unit to normalize the HSI component;
and 5, converting the HSI component from the HSI color space to the RGB color space to obtain the processed third RGB image data.
The invention converts the complex illumination image from the RGB color space to the HSI color space for image enhancement, and the HSI color space is an intuitive color model and avoids the defects of RGB. The HSI separates the brightness and the color component of the image, the enhancement operation of the brightness component does not affect the color information, the color distortion of the image can be effectively avoided, the enhancement processing of the image is only carried out on one dimension, and the image processing speed is improved. And then the new luminance component H, S, I is inversely transformed back to the RGB space, the fusion process is completed, the hue and the luminance are kept unchanged, and the saturation component is adjusted to achieve the purpose of image enhancement.
In specific example 1, the preferred scheme of step 3 is: comprises the steps of (a) preparing a mixture of a plurality of raw materials,
step 3.1, converting the RGB space into a saturation S component, wherein the calculation formula of the saturation S component is as follows:
Figure BDA0003042715970000051
s ═ sxk, where k is the manual adjustment coefficient;
step 3.2, judge G2And B2And converting from RGB space to hue H component, judging G2And B2The process comprises the following steps:
step 3.2.1, when G2≥B2The formula for calculating the hue H component is:
Figure BDA0003042715970000052
step 3.2.2, when G2<B2The formula for calculating the hue H component is:
Figure BDA0003042715970000053
and 3.3, converting the RGB space into a brightness I component, wherein the calculation formula of the brightness I component is as follows:
Figure BDA0003042715970000054
in embodiment 1, the step 5 includes determining a value of H and calculating the third RGB image data, where the determining the value of H includes:
step 5.1, when H is greater than or equal to 0 and H is less than or equal to 2 × pi/3, calculating formulas of an R component, a G component and a B component of the third RGB image data are respectively as follows:
B3=I(1-S)
Figure BDA0003042715970000055
G3=3I-(R3+B3)
step 5.2, when H is not less than 2 × pi/3 and H is not more than 4 × pi 3, R component, G component, and B component calculation formulas of the third RGB image data are respectively:
R3=I(1-S)
Figure BDA0003042715970000056
B3=3I-(R3+G3)
and 5.3, when H is more than or equal to 4 × pi/3 and H is less than or equal to 2 × pi, calculating formulas of the R component, the G component and the B component of the third RGB image data are respectively as follows:
G3=I(1-S)
Figure BDA0003042715970000061
R3=3I-(G3+B3)
wherein R is3、G3、B3Is a component of the third RGB image data.
In specific embodiment 1, the method for normalizing the first RGB image in step 2 includes:
R2=R1/(R1+G1+B1);G2=G1/(R1+G1+B1);B2=B1/(R1+G1+B1),
wherein R is1、G1、B1Is a component of the first RGB image data, R2、G2、B2Is a component of the second RGB image data.
The same object, as in fig. 3, is also provided by the present invention in example 2: a device for realizing an image color enhancement method on an FPGA is characterized in that: the system comprises an FPGA (field programmable gate array) operation unit, an image sensing unit, a storage unit and a network transmission unit, wherein the image sensing unit acquires RGB (red, green and blue) image information to be processed and transmits the RGB image information to the FGPA operation unit through a low-voltage differential signal, the FPGA operation unit operates the RGB image information to be processed, and an image generated by operation is stored in the storage unit or transmitted to a display terminal through the network transmission unit. The display terminal can be a computer, a mobile phone or a television and the like. The image sensing unit may also transmit RGB image information to be processed to the FGPA arithmetic unit using a digital component serial or parallel data pattern. The device can be externally connected with a power supply, a real-time clock, a USB, an audio interface and a high-definition interface. The equipment can greatly improve the image information processing speed and quickly finish the color enhancement process of the image.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (5)

1.一种在FPGA上实现的图像色彩增强方法,其特征在于,包括:1. an image color enhancement method realized on FPGA, is characterized in that, comprises: 步骤1、通过传感器获取待处理的第一RGB图像信息,通过低电压差分信号将第一RGB图像信息转送给FPGA运算单元;Step 1. Obtain the first RGB image information to be processed through a sensor, and transfer the first RGB image information to the FPGA computing unit through a low-voltage differential signal; 步骤2、利用FPGA单元将第一RGB图像数据进行归一化处理,得到第二RGB图像数据;Step 2, using the FPGA unit to normalize the first RGB image data to obtain the second RGB image data; 步骤3、将第二RGB图像数据的色彩分量由RGB空间转换到HSI分量;Step 3, converting the color component of the second RGB image data to the HSI component from the RGB space; 步骤4、利用FPGA单元并行处理HSI分量,使HSI分量归一化;Step 4. Utilize the FPGA unit to process the HSI component in parallel to normalize the HSI component; 步骤5、将HSI分量由HSI颜色空间转换回RGB颜色空间,得到处理后的第三RGB图像数据。Step 5: Convert the HSI components from the HSI color space back to the RGB color space to obtain processed third RGB image data. 2.如权利要求1所述的一种在FPGA上实现的图像色彩增强方法,其特征在于,步骤3利用FPGA单元将第一RGB图像数据进行归一化处理,得到第二RGB图像数据包括:2. a kind of image color enhancement method realized on FPGA as claimed in claim 1, is characterized in that, step 3 utilizes FPGA unit to carry out normalization processing by the first RGB image data, obtains the second RGB image data and comprises: 步骤3.1,由RGB空间转换到饱和度S分量,饱和度S分量的计算公式为:Step 3.1, convert from RGB space to saturation S component, the calculation formula of saturation S component is:
Figure FDA0003042715960000011
Figure FDA0003042715960000011
S=s×k,其中k为手动调整系数;S=s×k, where k is the manual adjustment coefficient; 步骤3.2,判断G2与B2的关系,并由RGB空间转换到色调H分量,判断G2与B2的过程为:Step 3.2, judge the relationship between G 2 and B 2 , and convert from RGB space to hue H component, the process of judging G 2 and B 2 is as follows: 步骤3.2.1,当G2≥B2时,色调H分量的计算公式为:Step 3.2.1, when G 2 ≥ B 2 , the calculation formula of the hue H component is:
Figure FDA0003042715960000012
Figure FDA0003042715960000012
步骤3.2.2,当G2<B2时,色调H分量的计算公式为:Step 3.2.2, when G 2 <B 2 , the calculation formula of the hue H component is:
Figure FDA0003042715960000013
Figure FDA0003042715960000013
步骤3.3,由RGB空间转换到亮度I分量,亮度I分量的计算公式为:Step 3.3, convert from RGB space to luminance I component, the calculation formula of luminance I component is:
Figure FDA0003042715960000014
Figure FDA0003042715960000014
3.如权利要求1所述的一种在FPGA上实现的图像色彩增强方法,其特征在于,步骤5包括判断H的值并计算出第三RGB图像数据,判断H的值的过程包括:3. a kind of image color enhancement method realized on FPGA as claimed in claim 1 is characterized in that, step 5 comprises the value of judging H and calculates the 3rd RGB image data, and the process of judging the value of H comprises: 步骤5.1,当H≥0且H≤2*π/3时,第三RGB图像数据的R分量、G分量、B分量计算公式,分别为:Step 5.1, when H≥0 and H≤2*π/3, the calculation formulas of the R component, the G component, and the B component of the third RGB image data are: B3=I(1-S)B 3 =I(1-S)
Figure FDA0003042715960000021
Figure FDA0003042715960000021
G3=3I-(R3+B3)G 3 =3I-(R 3 +B 3 ) 步骤5.2,当H≥2*π/3且H≤4*π3时,第三RGB图像数据的R分量、G分量、B分量计算公式,分别为:Step 5.2, when H≥2*π/3 and H≤4*π3, the calculation formulas of the R component, the G component, and the B component of the third RGB image data are: R3=I(1-S)R 3 =I(1-S)
Figure FDA0003042715960000022
Figure FDA0003042715960000022
B3=3I-(R3+G3)B 3 =3I-(R 3 +G 3 ) 步骤5.3,当H≥4*π/3且H≤2*π时,第三RGB图像数据的R分量、G分量、B分量计算公式,分别为:Step 5.3, when H≥4*π/3 and H≤2*π, the calculation formulas of the R component, the G component, and the B component of the third RGB image data are: G3=I(1-S)G 3 =I(1-S)
Figure FDA0003042715960000023
Figure FDA0003042715960000023
R3=3I-(G3+B3)R 3 =3I-(G 3 +B 3 ) 其中R3、G3、B3为第三RGB图像数据的分量。Wherein R 3 , G 3 , and B 3 are components of the third RGB image data.
4.如权利要求1所述的一种在FPGA上实现的图像色彩增强方法,其特征在于,步骤2中第一RGB图像归一化处理的方法为:4. a kind of image color enhancement method realized on FPGA as claimed in claim 1, is characterized in that, in step 2, the method of first RGB image normalization processing is: R2=R1/(R1+G1+B1);G2=G1/(R1+G1+B1);B2=B1/(R1+G1+B1),R 2 =R 1 /(R 1 +G 1 +B 1 ); G 2 =G 1 /(R 1 +G 1 +B 1 ); B 2 =B 1 /(R 1 +G 1 +B 1 ) , 其中R1、G1、B1为第一RGB图像数据的分量,R2、G2、B2为第二RGB图像数据的分量。R 1 , G 1 , and B 1 are components of the first RGB image data, and R 2 , G 2 , and B 2 are components of the second RGB image data. 5.一种使用权利要求1所述的在FPGA上实现的图像色彩增强方法的设备,其特征在于:包含FPGA运算单元、影像传感单元、存储单元、网络传输单元,影像传感单元获取待处理的RGB图像信息,通过低电压差分信号传输给FGPA运算单元,FPGA运算单元将待处理的RGB图像信息进行运算,运算生成的图像存储在存储单元或通过网络传输单元传输到显示终端。5. A device using the image color enhancement method implemented on FPGA according to claim 1, characterized in that: comprising an FPGA arithmetic unit, an image sensing unit, a storage unit, a network transmission unit, and the image sensing unit obtains the The processed RGB image information is transmitted to the FGPA operation unit through the low-voltage differential signal, and the FPGA operation unit performs operation on the RGB image information to be processed, and the image generated by the operation is stored in the storage unit or transmitted to the display terminal through the network transmission unit.
CN202110462037.6A 2021-04-27 2021-04-27 Image color enhancement method and device realized on FPGA Pending CN113301319A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110462037.6A CN113301319A (en) 2021-04-27 2021-04-27 Image color enhancement method and device realized on FPGA

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110462037.6A CN113301319A (en) 2021-04-27 2021-04-27 Image color enhancement method and device realized on FPGA

Publications (1)

Publication Number Publication Date
CN113301319A true CN113301319A (en) 2021-08-24

Family

ID=77320413

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110462037.6A Pending CN113301319A (en) 2021-04-27 2021-04-27 Image color enhancement method and device realized on FPGA

Country Status (1)

Country Link
CN (1) CN113301319A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114666559A (en) * 2022-02-28 2022-06-24 华南理工大学 RGB and HSI color space conversion method based on FPGA and circuit thereof

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3410332B2 (en) * 1997-06-16 2003-05-26 カネボウ株式会社 Pearl color sorter
CN102779330A (en) * 2012-06-13 2012-11-14 京东方科技集团股份有限公司 Image reinforcement method, image reinforcement device and display device
CN106504212A (en) * 2016-11-07 2017-03-15 湖南源信光电科技有限公司 A kind of improved HSI spatial informations low-luminance color algorithm for image enhancement
CN111445419A (en) * 2020-04-09 2020-07-24 南京图格医疗科技有限公司 Medical endoscope image enhancement method based on mathematical morphology
CN111915500A (en) * 2019-05-10 2020-11-10 南京工业大学 Foggy day image enhancement method based on improved Retinex algorithm
CN112465711A (en) * 2020-10-30 2021-03-09 南京理工大学 Degraded image enhancement method for foggy environment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3410332B2 (en) * 1997-06-16 2003-05-26 カネボウ株式会社 Pearl color sorter
CN102779330A (en) * 2012-06-13 2012-11-14 京东方科技集团股份有限公司 Image reinforcement method, image reinforcement device and display device
CN106504212A (en) * 2016-11-07 2017-03-15 湖南源信光电科技有限公司 A kind of improved HSI spatial informations low-luminance color algorithm for image enhancement
CN111915500A (en) * 2019-05-10 2020-11-10 南京工业大学 Foggy day image enhancement method based on improved Retinex algorithm
CN111445419A (en) * 2020-04-09 2020-07-24 南京图格医疗科技有限公司 Medical endoscope image enhancement method based on mathematical morphology
CN112465711A (en) * 2020-10-30 2021-03-09 南京理工大学 Degraded image enhancement method for foggy environment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114666559A (en) * 2022-02-28 2022-06-24 华南理工大学 RGB and HSI color space conversion method based on FPGA and circuit thereof
CN114666559B (en) * 2022-02-28 2024-06-18 华南理工大学 A RGB and HSI color space conversion method and circuit based on FPGA

Similar Documents

Publication Publication Date Title
CN107154059B (en) High dynamic range video processing method
US8547450B2 (en) Methods and systems for automatic white balance
CN110691277A (en) Video signal processing method and device
CN106780368A (en) A kind of underwater picture Enhancement Method based on foreground model
RU2013119999A (en) SYSTEM AND METHOD FOR PROCESSING IMAGE DATA USING AN IMAGE SIGNAL PROCESSOR HAVING A FINAL PROCESSING LOGIC
WO2020007166A1 (en) Video signal processing method and apparatus
US10602026B2 (en) Image processing apparatus, image processing method, and non-transitory computer readable medium
CN113132696B (en) Image tone mapping method, image tone mapping device, electronic equipment and storage medium
WO2022218245A1 (en) Image processing method and apparatus, electronic device, and readable storage medium
CN105933616A (en) Image processing method and equipment
US20120188399A1 (en) Methods and Systems for Automatic White Balance
CN114556910B (en) A video signal processing method and device
CN104112259A (en) Rain removing method and system for single image
CN110807735A (en) Image processing method, image processing device, terminal equipment and computer readable storage medium
CN113301319A (en) Image color enhancement method and device realized on FPGA
CN104954627A (en) Information processing method and electronic equipment
CN102231787B (en) Image color correction method and device
CN107358592B (en) An Iterative Global Adaptive Image Enhancement Method
CN101378506A (en) image compression method
TWI556643B (en) Image adjustment method
CN105184746B (en) Color image enhancement processing method based on histogram equalization
CN109040706A (en) A kind of Computerized image processing system using intelligent identification technology
KR101634652B1 (en) Method and apparatus for intensificating contrast in image
WO2022032666A1 (en) Image processing method and related apparatus
TWI430653B (en) Image processing device and image processing method

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210824