WO2023056950A1 - 图像处理方法和电子设备 - Google Patents

图像处理方法和电子设备 Download PDF

Info

Publication number
WO2023056950A1
WO2023056950A1 PCT/CN2022/123925 CN2022123925W WO2023056950A1 WO 2023056950 A1 WO2023056950 A1 WO 2023056950A1 CN 2022123925 W CN2022123925 W CN 2022123925W WO 2023056950 A1 WO2023056950 A1 WO 2023056950A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
processed
brightness
threshold
value
Prior art date
Application number
PCT/CN2022/123925
Other languages
English (en)
French (fr)
Inventor
刘兵
Original Assignee
维沃移动通信有限公司
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 维沃移动通信有限公司 filed Critical 维沃移动通信有限公司
Publication of WO2023056950A1 publication Critical patent/WO2023056950A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/04Context-preserving transformations, e.g. by using an importance map
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/13Edge detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/90Determination of colour characteristics
    • 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 image style conversion method is to convert the original image into an image with a certain style.
  • image processing techniques such as image style conversion methods.
  • the image style conversion method is to convert the original image into an image with a certain style.
  • the purpose of the embodiments of the present application is to provide an image processing method and an electronic device, which can solve the problem in the related art that there are few types of style conversion in the image processing method.
  • the embodiment of the present application provides an image processing method, including:
  • the first conversion unit is configured to convert the brightness of the image to be processed according to a nonlinear processing method according to the brightness channel of the image to be processed to obtain the first image;
  • the extraction unit is used to extract the image edge from the image to be processed to obtain the second image
  • the first superimposing unit is configured to superimpose the first image and the second image to obtain a processed target image.
  • an embodiment of the present application provides an electronic device, the electronic device includes a processor, a memory, and a program or instruction stored in the memory and operable on the processor, and the program or instruction is The processor implements the steps of the method described in the first aspect when executed.
  • an embodiment of the present application provides a readable storage medium, on which a program or an instruction is stored, and when the program or instruction is executed by a processor, the steps of the method described in the first aspect are implemented .
  • the embodiment of the present application provides a chip, the chip includes a processor and a communication interface, the communication interface is coupled to the processor, and the processor is used to run programs or instructions, so as to implement the first aspect the method described.
  • the first image is obtained by converting the brightness of the image to be processed into the updated brightness according to the non-linear processing method, and after the image edge is extracted from the image to be processed to obtain the second image, the first image and the The second image obtains the processed target image, so that the image to be processed can be converted into an effect similar to the pop style, which enriches the image processing method for image style conversion, and solves the type of image processing method conversion style in the related art fewer problems.
  • FIG. 1 is a schematic flow diagram of an image processing method provided in an embodiment of the present application
  • Fig. 2 is a schematic block diagram of an image processing device provided by an embodiment of the present application.
  • Step 101 according to the brightness channel of the image to be processed, the brightness of the image to be processed is converted according to a nonlinear processing method to obtain a first image.
  • the color space of the image to be processed includes the luma channel.
  • the color space of the image to be processed may be converted before performing step 101 . Specifically, before step 101 is performed, the image to be processed may be converted from the original first color space to a specified second color space.
  • a corresponding conversion formula can be used for conversion.
  • the conversion formula is a relevant prior art, and will not be repeated here.
  • the first color space is the original color space of the image to be processed, usually the image adopts the RGB color space, including three color channels: R (red, red), G (green, green), B (blue, blue).
  • the second color space includes a luma channel.
  • the second color space may be the LAB color space.
  • the Lab color space consists of three channels, one is the luminance channel (L), and the other two are the color channels a and b.
  • Color channel a includes colors from dark green (low brightness value) to gray (medium brightness value) to bright pink (high brightness value); color channel b is from bright blue (low brightness value) to gray (medium brightness value) brightness value) to yellow (high brightness value).
  • the non-linear processing method means that the original luminance is used as an independent variable and calculated according to a non-linear preset function, and the obtained function value is an updated luminance. Since the second color space includes a brightness channel, the value of the brightness channel is the brightness, and the brightness distribution map of the image to be processed can be obtained according to the brightness channel (equivalent to a grayscale image, and the specific grayscale value of each pixel is the value of the corresponding pixel. luminance value), then, a new image, that is, the first image, can be obtained by processing the luminance of the image to be processed in a non-linear processing manner. The first image is an image obtained after processing the brightness channel of the image to be processed.
  • the non-linear processing method may be to process the brightness value in segments, at least one segment of which is set to the same value, so that the converted brightness value of the segment brightness value is uniform, so that the converted image presents a A color block effect.
  • the specific implementation of the nonlinear processing method can be:
  • Step 102 extracting image edges from the image to be processed to obtain a second image.
  • the image edge can be extracted using an edge detection algorithm in the related art.
  • the Canny operator algorithm may be selected to be used, and the obtained second image includes edge lines in the image to be processed. Specifically include the following steps:
  • a represents the first image
  • b represents the second image
  • b is the binarized image
  • 0 is the edge
  • 1 is the non-edge, just multiply directly
  • the edge part is calculated as black
  • the non-edge part remains unchanged.
  • Step 201 acquiring a wave point image.
  • a way to generate a dot image may be to take a modulus of the coordinate value of each pixel in the image according to a preset dot radius, so that a regularly distributed coordinate modulus can be obtained. Then, according to the modulus of each pixel coordinate, the distance to the center of the nearest wave point can be determined. If the distance between a pixel and the nearest center of the circle is less than the radius of the dot, the pixel is black, otherwise it is white. Then, after this processing, a picture with the background color white, the dot black, and each dot with the adjacent A polka dot image where all the polka dots are connected.
  • Step 202 according to the brightness of each dot in the first image, a scaling factor corresponding to the dot is generated.
  • a preset calculation formula may be used to generate the scaling factor.
  • Step 203 scaling corresponding dots in the dot image according to the scaling factor to obtain a third image.
  • the third image and the first image may be superimposed to obtain a fourth image, and then the fourth image and the second image may be superimposed to obtain a target image.
  • the superposition can be performed according to the following rules:
  • a is the first image
  • b is the third image
  • Luma(a) represents the brightness of the pixel in a.
  • the nonlinear distribution of color brightness is realized through the first image, and the effect of color block distribution is displayed, and the wave point effect is realized by superimposing the third image obtained after zooming the wave point image, and finally the edge of the image is superimposed
  • the second image can achieve a sense of line and enrich the style of image conversion. It can be applied to perform style conversion on photos taken by users, thereby improving the fun of taking photos.
  • the image processing method provided in the embodiment of the present application may be executed by an image processing device, or a control module in the image processing device for executing the image processing method.
  • the image processing device executed by the image processing device is taken as an example to describe the image processing device provided in the embodiment of the present application.
  • FIG. 2 it is a schematic block diagram of an image processing device provided by an embodiment of the present application, and the image processing device includes a first converting unit 21 , an extracting unit 22 and a first superimposing unit 23 .
  • the first conversion unit 21 is configured to convert the brightness of the image to be processed according to a nonlinear processing method according to the brightness channel of the image to be processed to obtain the first image;
  • the extracting unit 22 is used to extract the image edge from the image to be processed to obtain the second image
  • the first superimposing unit 23 is used for superimposing the first image and the second image to obtain a processed target image.
  • the image processing device obtaineds the first image by converting the brightness of the image to be processed into an updated brightness according to a non-linear processing method. After extracting the image edge of the image to be processed and obtaining the second image, the second image can be superimposed.
  • the first image and the second image obtain the processed target image, so that the image to be processed can be converted into an effect similar to Pop style, which enriches the image processing method for image style conversion, and solves the problem of image processing method conversion in related technologies
  • Pop style which enriches the image processing method for image style conversion, and solves the problem of image processing method conversion in related technologies
  • the variety of styles is less of an issue.
  • the device may also include:
  • the acquisition unit is used to acquire the wave point image before superimposing the first image and the second image to obtain the processed target image;
  • a generating unit configured to generate a scaling factor corresponding to the wave point according to the brightness of each wave point in the first image
  • a scaling unit configured to scale corresponding wave points in the wave point image according to a scaling factor to obtain a third image
  • a second superposition unit configured to superimpose the third image and the first image to obtain a fourth image
  • the above scaling unit may also be configured to multiply the radius of each dot by a corresponding scaling factor to obtain the third image.
  • the above-mentioned second superposition unit may include:
  • the first calculation subunit is used to calculate the value of each channel according to the first superposition formula for pixels whose brightness exceeds the first threshold in the first image;
  • the first conversion unit 21 may include:
  • the first setting subunit is used to set the brightness value of the pixel point whose brightness value exceeds the first threshold in the image to be processed as the first value;
  • the brightness values of pixels whose brightness values are between the first threshold and the second threshold in the image to be processed are converted into corresponding values according to a nonlinear formula to obtain the first image.
  • the image processing apparatus in the embodiment of the present application may be a device, or may be a component, an integrated circuit, or a chip in a terminal.
  • the device may be a mobile electronic device or a non-mobile electronic device.
  • the mobile electronic device may be a mobile phone, a tablet computer, a notebook computer, a handheld computer, a vehicle electronic device, a wearable device, an ultra-mobile personal computer (ultra-mobile personal computer, UMPC), a netbook or a personal digital assistant (personal digital assistant).
  • non-mobile electronic devices can be servers, network attached storage (Network Attached Storage, NAS), personal computer (personal computer, PC), television (television, TV), teller machine or self-service machine, etc., this application Examples are not specifically limited.
  • Network Attached Storage NAS
  • personal computer personal computer, PC
  • television television
  • teller machine or self-service machine etc.
  • the image processing device in the embodiment of the present application may be a device with an operating system.
  • the operating system may be an Android (Android) operating system, an ios operating system, or other possible operating systems, which are not specifically limited in this embodiment of the present application.
  • the image processing device provided in the embodiment of the present application can implement various processes implemented in the method embodiment in FIG. 1 , and details are not repeated here to avoid repetition.
  • the embodiment of the present application further provides an electronic device 300, including a processor 301, a memory 302, and programs or instructions stored in the memory 302 and operable on the processor 301,
  • an electronic device 300 including a processor 301, a memory 302, and programs or instructions stored in the memory 302 and operable on the processor 301,
  • the program or instruction is executed by the processor 301, each process of the above-mentioned image processing method embodiment can be realized, and the same technical effect can be achieved, so in order to avoid repetition, details are not repeated here.
  • the electronic devices in the embodiments of the present application include the above-mentioned mobile electronic devices and non-mobile electronic devices.
  • the electronic device 1000 includes, but is not limited to: a radio frequency unit 1001, a network module 1002, an audio output unit 1003, an input unit 1004, a sensor 1005, a display unit 1006, a user input unit 1007, an interface unit 1008, a memory 1009, and a processor 1010, etc. part.
  • processor 1010 is configured to perform the following steps:
  • the following steps may also be performed:
  • Superimposing the first image and the second image to obtain the processed target image includes: superimposing the fourth image and the second image to obtain the target image.
  • the processor 1010 executes scaling the corresponding dots in the dot image according to the scaling factor to obtain the third image, it may include performing the following steps:
  • the radius of each wave point is multiplied by the corresponding scaling factor to obtain the third image.
  • processor 1010 executes superimposing the third image and the first image to obtain the fourth image, it may include performing the following steps:
  • the value of each channel is calculated according to the second superposition formula.
  • the processor 1010 converts the brightness of the image to be processed according to a nonlinear processing method according to the brightness channel of the image to be processed to obtain the first image, it may include performing the following steps:
  • the brightness values of pixels whose brightness values are between the first threshold and the second threshold in the image to be processed are converted into corresponding values according to a nonlinear formula to obtain the first image.
  • the input unit 1004 may include a graphics processor (Graphics Processing Unit, GPU) 10041 and a microphone 10042, and the graphics processor 10041 is used for the image capture device (such as the image data of the still picture or video obtained by the camera) for processing.
  • the display unit 1006 may include a display panel 10061, and the display panel 10061 may be configured in the form of a liquid crystal display, an organic light emitting diode, or the like.
  • the user input unit 1007 includes at least one of a touch panel 10071 and other input devices 10072 .
  • the touch panel 10071 is also called a touch screen.
  • the touch panel 10071 may include two parts, a touch detection device and a touch controller.
  • Other input devices 10072 may include, but are not limited to, physical keyboards, function keys (such as volume control buttons, switch buttons, etc.), trackballs, mice, and joysticks, which will not be repeated here.
  • the memory 1009 can be used to store software programs and various data, and the memory 1009 can mainly include a first storage area for storing programs or instructions and a second storage area for storing data, wherein the first storage area can store an operating system, at least one function required applications or instructions (such as sound playback function, image playback function, etc.) and so on.
  • memory 1009 may include volatile memory or nonvolatile memory, or, memory 1009 may include both volatile and nonvolatile memory.
  • the non-volatile memory can be read-only memory (Read-Only Memory, ROM), programmable read-only memory (Programmable ROM, PROM), erasable programmable read-only memory (Erasable PROM, EPROM), electronically programmable Erase Programmable Read-Only Memory (Electrically EPROM, EEPROM) or Flash.
  • ROM Read-Only Memory
  • PROM programmable read-only memory
  • Erasable PROM Erasable PROM
  • EPROM erasable programmable read-only memory
  • Electrical EPROM Electrical EPROM
  • EEPROM electronically programmable Erase Programmable Read-Only Memory
  • the embodiment of the present application also provides a readable storage medium, the readable storage medium stores a program or an instruction, and when the program or instruction is executed by a processor, each process of the above-mentioned image processing method embodiment is realized, and can achieve the same To avoid repetition, the technical effects will not be repeated here.
  • the processor is the processor in the electronic device described in the above embodiments.
  • the readable storage medium includes a computer-readable storage medium, such as a computer read-only memory ROM, a random access memory RAM, a magnetic disk or an optical disk, and the like.
  • the term “comprising”, “comprising” or any other variation thereof is intended to cover a non-exclusive inclusion such that a process, method, article or apparatus comprising a set of elements includes not only those elements, It also includes other elements not expressly listed, or elements inherent in the process, method, article, or device. Without further limitations, an element defined by the phrase “comprising a " does not preclude the presence of additional identical elements in the process, method, article, or apparatus comprising that element.
  • the scope of the methods and devices in the embodiments of the present application is not limited to performing functions in the order shown or discussed, and may also include performing functions in a substantially simultaneous manner or in reverse order according to the functions involved. Functions are performed, for example, the described methods may be performed in an order different from that described, and various steps may also be added, omitted, or combined. Additionally, features described with reference to certain examples may be combined in other examples.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Image Processing (AREA)

Abstract

一种图像处理方法和电子设备,属于图像处理技术领域。该方法包括:根据待处理图像的亮度通道,将待处理图像的亮度按照非线性处理方式进行转换,得到第一图像(101);对待处理图像提取图像边缘,得到第二图像(102);叠加第一图像和第二图像,得到处理后的目标图像(103)。

Description

图像处理方法和电子设备
相关申请的交叉引用
本申请主张2021年10月09日在中国提交的中国专利申请号202111177286.7的优先权,其全部内容通过引用包含于此。
技术领域
本申请属于图像处理领域,具体涉及一种图像处理方法和电子设备。
背景技术
随着计算机技术的不断发展,对图像风格转换方法等图像处理技术的应用也越来越受到人们的重视。其中,图像风格转换方法就是将原图像转换为一种具有某种特定风格的图像。随着拍照、制作图像技术的应用范围越来越广,人们对于图像风格种类的需求也越来越多。
发明内容
本申请实施例的目的是提供一种图像处理方法和电子设备,能够解决相关技术中图像处理方法转换风格的种类较少的问题。
第一方面,本申请实施例提供了一种图像处理方法,包括:
根据待处理图像的亮度通道,将待处理图像的亮度按照非线性处理方式进行转换,得到第一图像;
对待处理图像提取图像边缘,得到第二图像;
叠加第一图像和第二图像,得到处理后的目标图像。
第二方面,本申请实施例提供了一种图像处理装置,包括:
第一转换单元,用于根据待处理图像的亮度通道,将待处理图像的亮度按照非线性处理方式进行转换,得到第一图像;
提取单元,用于对待处理图像提取图像边缘,得到第二图像;
第一叠加单元,用于叠加第一图像和第二图像,得到处理后的目标图像。
第三方面,本申请实施例提供了一种电子设备,该电子设备包括处理器、存储器及存储在所述存储器上并可在所述处理器上运行的程序或指令,所述程序或指令被所述处理器执行时实现如第一方面所述的方法的步骤。
第四方面,本申请实施例提供了一种可读存储介质,所述可读存储介质上存储程序或指令,所述程序或指令被处理器执行时实现如第一方面所述的方法的步骤。
第五方面,本申请实施例提供了一种芯片,所述芯片包括处理器和通信接口,所述通信接口和所述处理器耦合,所述处理器用于运行程序或指令,实现如第一方面所述的方法。
在本申请实施例中,通过将待处理图像的亮度按照非线性处理方式转换为更新的亮度,得到第一图像,在对待处理图像提取图像边缘,得到第二图像之后,可以叠加第一图像和第二图像,得到处理后的目标图像,从而可以将待处理图像转换为一种类似于波普风格的效果,丰富了图像风格转换的图像处理方法,解决了相关技术中图像处理方法转换风格的种类较少的问题。
附图说明
图1是本申请实施例提供的一种图像处理方法的流程示意图;
图2是本申请实施例提供的一种图像处理装置的示意框图;
图3是本申请实施例提供的一种可选的电子设备的示意图;
图4是本申请实施例提供的另一种可选的电子设备的示意图。
具体实施方式
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员获得的所有其他实施例,都属于本申请保护的范围。
本申请的说明书和权利要求书中的术语“第一”、“第二”等是用于区别类似的对象,而不用于描述特定的顺序或先后次序。应该理解这样使用的数据在适当情况下可以互换,以便本申请的实施例能够以除了在这里图示或描述的那些以外的顺序实施,且“第一”、“第二”等所区分的对象通常为一类,并不限定对象的个数,例如第一对象可以是一个,也可以是多个。此外,说明书以及权利要求中“和/或”表示所连接对象的至少其中之一,字符“/”,一般表示前后关联对象是一种“或”的关系。
下面结合附图,通过具体的实施例及其应用场景对本申请实施例提供的图像处理方法进行详细地说明。
如图1所示,为本申请实施例提供的一种图像处理方法的流程示意图,该方法包括如下步骤:
步骤101,根据待处理图像的亮度通道,将待处理图像的亮度按照非线性处理方式进行转换,得到第一图像。
这里,待处理图像的色彩空间包括亮度通道。在待处理图像的色彩空间不包括亮度通道的情况下,可以在执行步骤101之前,对待处理图像的色彩空间进行转换。具体而言,在执行步骤101之前,可以将待处理图像从原本所在的第一色彩空间转换为指定的第二色彩空间。
将待处理图像从第一色彩空间转换为第二色彩空间,可以使用对应的转换公式进行转换。转换公式为相关现有技术,在此不再赘述。
第一色彩空间是待处理图像的原色彩空间,通常图像采用RGB色彩空间,包括三个颜色通道:R(red,红色)、G(green,绿色)、B(blue,蓝色)。
第二色彩空间包括亮度通道。可选地,第二色彩空间可以是LAB色彩空间。Lab色彩空间由三个通道组成,一个通道是亮度通道(L),另外两个是颜色通道a和b。颜色通道a包括的颜色是从深绿色(低亮度值)到灰色(中亮度值)再到亮粉红色(高亮度值);颜色通道b是从亮蓝色(低亮度值)到灰色(中亮度值)再到黄色(高亮度值)。
可选地,在转换色彩空间之后,还可以执行双边滤波,以用于平滑去噪,减少最终结果的噪点。在这种可选的实施方式中,将色彩空间转换和滤波后的图像作为待处理图像。
非线性处理方式是指将以原来的亮度作为自变量,按照非线性的预设函数计算,得到的函数值为更新的亮度。由于第二色彩空间包括亮度通道,亮度通道的数值即为亮度,根据亮度通道可以得到待处理图像的亮度分布图(相当于是一个灰度图像,每个像素点具体的灰度数值为对应像素的亮度值),那么,通过非线性处理方式,对待处理图像的亮度进行处理,就可以得到一个新的图像,即第一图像。第一图像是对待处理图像的亮度通道进行处理之后得到的图像。
一个示例中,非线性处理方式可以是将亮度的值分段处理,其中至少一段设置为同一个数值,以使得该段亮度值转换后的亮度值是统一的,使转换后的图像呈现出一种色块的效果。
举例来说,非线性处理方式的具体实施方式可以为:
(1)将待处理图像中亮度值超过第一阈值的像素点的亮度值设置为第一数值。
(2)将待处理图像中亮度值未超过第二阈值的像素点的亮度值设置为第二数值,其中,第二阈值低于第一阈值。
(3)将待处理图像中亮度值在第一阈值和第二阈值之间的像素点的亮度值按照非线性公式转换为对应的数值,得到第一图像。
例如,在一个应用场景中,亮度的数值是浮点类型,范围是(0.0,1.0),通过如下方式转换亮度:
(1)对于所有亮度值小于0.2的值,取值为0.2,这样可以防止亮度过低,色彩太暗,影响色块效果。
(2)对于所有亮度值大于0.8的值,取值为0.9,这样可以防止亮度过高,出现过曝现象,影响色块效果。
(3)对于所有亮度值大于0.2,并且小于0.8的值,则使用下述函数计算:
float(ceil(luminance*10.0))/10.0
这里,float是浮点型数据类型函数,ceil是求大于参数的最小整数,luminance用于表示亮度值。
步骤102,对待处理图像提取图像边缘,得到第二图像。
提取图像边缘可以相关技术中的边缘检测算法。示例性地,可以选择使用Canny算子算法,得到的第二图像中包括待处理图像中的边缘线条。具体包括如下步骤:
(1)对待处理图像执行高斯滤波。待滤波的像素点及其邻域点的灰度值按照高斯公式生成的参数规则进行加权平均,这样可以有效滤去理想图像中叠加的高频噪声。
(2)计算滤波后图像的梯度图像与角度图像。Canny算法中使用的梯度检测算子是使用高斯滤波器进行梯度计算得到的滤波器,得到的结果也类似于Sobel算子,即距离中心点越近的像素点权重越大。角度图像的计算则较为简单,其作用确定非极大值抑制的方向。
(3)对梯度图像进行非极大值抑制。从(2)中得到的梯度图像存在边缘粗宽、弱边缘干扰等众多问题,可以使用非极大值抑制来寻找像素点局部最大值,将非极大值所对应的灰度值置0,这样可以剔除一大部分非边缘的像素点。
(4)使用双阈值进行边缘连接。通过上述三个步骤得到的边缘质量已经很高了,但还是存在很多伪边缘,因此,可以采用双阈值法,具体思路为选取两个阈值,将小于低阈值的点认为是假边缘置0,将大于高阈值的点认为是强边缘置1,介于中间的像素点需进行进一步的检查。根据高阈值图像中把边缘链接成轮廓,当到达轮廓的端点时,该算法会在断点的8邻域点中寻找满足低阈值的点,再根据此点搜集新的边缘,直到整个图像中的边缘像素点闭合。
步骤103,叠加第一图像和第二图像,得到处理后的目标图像。
叠加图像可以是直接相乘、加权平均、覆盖等等。以第一图像和第二图像相乘举例,一个示例中,第二图像可以是边缘线条为黑色(像素值为0)、其它部分为白色(像素值为1)的二值图像,这样,第一图像和第二图像相乘,相当于在第一图像中将边缘线条变为黑色,非边缘线条的部分保持不变。具体公式如下:
f(a,b)=a*b
a表示第一图像,b代表第二图像,b为二值化图像,0值为边缘,1值为非边缘,直接相乘即可,将边缘部分计算为黑色,非边缘部分不变。
本申请实施例提供的图像处理方法,通过将待处理图像的亮度按照非线性处理方式转换为更新的亮度,得到第一图像,在对待处理图像提取图像边缘,得到第二图像之后,可以叠加第一图像和第二图像,得到处理后的目标图像,从而可以将待处理图像转换为一种类似于波普风格的效果,丰富了图像风格转换的图像处理方法,解决了相关技术中图像处理方法转换风格的种类较少的问题。在一个可选的示例中,除了上述的处理,还可 以在叠加第一图像和第二图像,得到处理后的目标图像之前,加入波点效果。具体而言,该方法还可以包括:
步骤201,获取波点图像。
获取波点图像可以是读取预设的波点图像或生成波点图像。
一个示例中,波点图像是白底、均匀分布黑色实心圆的图像。波点图像中的波点圆心位置是均匀分布的,大小也是相同的。
可选地,一个生成波点图像的方式可以是,按照预设的波点半径对图像中的每个像素的坐标值取模数,这样,可以得到规则分布的坐标模数。接着,根据每个像素坐标模数可以确定出与距离最近的波点圆心的距离。如果一个像素与最近圆心的距离小于波点半径,则该像素为黑色,否则为白色,那么,这样处理之后可以得到一张底色为白色、波点为黑色、且每个波点与邻近的波点均相接的波点图像。
步骤202,根据第一图像中每个波点的亮度,生成对应波点的缩放系数。
也即,在得到波点图像之后,波点图像中每个波点的范围随之确定。在第一图像(非线性转换处理之后的待处理图像)中,每个波点范围内的亮度可以是指对应波点范围内的平均亮度、或者波点圆心位置的亮度。
一个示例中,可以通过如下方式对未转换色彩空间的待处理图像计算亮度,亮度值Luma=f(R,G,B)=0.2125R+0.7154G+0.0721B,其中,R、G、B分别为红、绿、蓝三种颜色通道的数值。
生成缩放系数可以采用预设的计算公式。一个示例中,可以通过如下公式计算缩放系数Scaling:Scaling=f(Luma)=1.0–Luma。以上仅用于示例性的对计算缩放系数的公式进行举例,并不用于构成对本申请的限定。
步骤203,按照缩放系数缩放波点图像中对应的波点,得到第三图像。
第三图像是波点图像经过缩放之后得到的图像。每个波点是根据对应波点的缩放系数进行缩放。具体的,可以直接将每个波点的半径与对应的缩放系数相乘,得到第三图像。
步骤204,叠加第三图像和第一图像,得到第四图像。
在得到第三图像之后,可以将第三图像和第一图像叠加,得到第四图像,进而,叠加第四图像和第二图像,得到目标图像。
在叠加第三图像和第一图像,得到第四图像时,可以通过如下规则进行叠加:
(1)对第一图像中亮度超过第一阈值的像素点,按照第一叠加公式计算每个通道的数值;
(2)对第一图像中亮度未超过第一阈值的像素点,按照第二叠加公式计算每个通道的数值。
一个示例中,对于每个像素点,叠加的公式如下:
Figure PCTCN2022123925-appb-000001
式中,a是第一图像,b是第三图像,Luma(a)表示a中像素点的亮度。这样计算之后,可以得到融合后波点为暖色的效果。
上述可选的实施方式中,通过第一图像实现色彩亮度的非线性分布,显示出色块分布的效果,并通过叠加波点图像缩放后得到的第三图像,实现波点效果,最后叠加图像边缘的第二图像,实现线条感,丰富图像转换的风格。可以应用于对用户拍摄的照片进行风格转换,从而提高拍照的趣味性。
需要说明的是,本申请实施例提供的图像处理方法,执行主体可以为图像处理装置,或者该图像处理装置中的用于执行图像处理方法的控制模块。本申请实施例中以图像处理装置执行图像处理方法为例,说明本申请实施例提供的图像处理装置。
如图2所示,为本申请实施例提供的一种图像处理装置的示意框图,该图像处理装置包括第一转换单元21,提取单元22和第一叠加单元23。
第一转换单元21用于根据待处理图像的亮度通道,将待处理图像的亮度按照非线性处理方式进行转换,得到第一图像;
提取单元22用于对待处理图像提取图像边缘,得到第二图像;
第一叠加单元23用于叠加第一图像和第二图像,得到处理后的目标图像。
本申请实施例提供的图像处理装置,通过将待处理图像的亮度按照非线性处理方式转换为更新的亮度,得到第一图像,在对待处理图像提取图像边缘,得到第二图像之后,可以叠加第一图像和第二图像,得到处理后的目标图像,从而可以将待处理图像转换为一种类似于波普风格的效果,丰富了图像风格转换的图像处理方法,解决了相关技术中图像处理方法转换风格的种类较少的问题。
可选地,该装置还可以包括第二转换单元,用于在根据待处理图像的亮度通道,将待处理图像的亮度按照非线性处理方式进行转换之前,将待处理图像从第一色彩空间转换为第二色彩空间,其中,第二色彩空间包括亮度通道。
可选地,该装置还可以包括:
获取单元,用于在叠加第一图像和第二图像,得到处理后的目标图像之前,获取波点图像;
生成单元,用于根据第一图像中每个波点的亮度,生成对应波点的缩放系数;
缩放单元,用于按照缩放系数缩放波点图像中对应的波点,得到第三图像;
第二叠加单元,用于叠加第三图像和第一图像,得到第四图像;
相应地,第一叠加单元还可以用于叠加第四图像和第二图像,得到目标图像。
可选地,上述缩放单元还可以用于将每个波点的半径与对应的缩放系数相乘,得到第三图像。
可选地,上述第二叠加单元可以包括:
第一计算子单元,用于对第一图像中亮度超过第一阈值的像素点,按照第一叠加公式计算每个通道的数值;
第二计算子单元,用于对第一图像中亮度未超过第一阈值的像素点,按照第二叠加公式计算每个通道的数值。
可选地,第一转换单元21可以包括:
第一设置子单元,用于将待处理图像中亮度值超过第一阈值的像素点的亮度值设置为第一数值;
第二设置子单元,用于将待处理图像中亮度值未超过第二阈值的像素点的亮度值设置为第二数值,其中,第二阈值低于第一阈值;
将待处理图像中亮度值在第一阈值和第二阈值之间的像素点的亮度值按照非线性公式转换为对应的数值,得到第一图像。
本申请实施例中的图像处理装置可以是装置,也可以是终端中的部件、集成电路、或芯片。该装置可以是移动电子设备,也可以为非移动电子设备。示例性的,移动电子设备可以为手机、平板电脑、笔记本电脑、掌上电脑、车载电子设备、可穿戴设备、超级移动个人计算机(ultra-mobile personal computer,UMPC)、上网本或者个人数字助理(personal digital assistant,PDA)等,非移动电子设备可以为服务器、网络附属存储器(Network Attached Storage,NAS)、个人计算机(personal computer,PC)、电视机(television,TV)、柜员机或者自助机等,本申请实施例不作具体限定。
本申请实施例中的图像处理装置可以为具有操作系统的装置。该操作系统可以为安卓(Android)操作系统,可以为ios操作系统,还可以为其他可能的操作系统,本申请实施例不作具体限定。
本申请实施例提供的图像处理装置能够实现图1的方法实施例实现的各个过程,为避免重复,这里不再赘述。
可选地,如图3所示,本申请实施例还提供一种电子设备300,包括处理器301,存储器302,存储在存储器302上并可在所述处理器301上运行的程序或指令,该程序或指令被处理器301执行时实现上述图像处理方法实施例的各个过程,且能达到相同的技术效果,为避免重复,这里不再赘述。
需要说明的是,本申请实施例中的电子设备包括上述所述的移动电子设备和非移动电子设备。
图4为实现本申请实施例的一种电子设备的硬件结构示意图。
该电子设备1000包括但不限于:射频单元1001、网络模块1002、音频输出单元1003、输入单元1004、传感器1005、显示单元1006、用户输入单元1007、接口单元1008、存储器1009、以及处理器1010等部件。
本领域技术人员可以理解,电子设备1000还可以包括给各个部件供电的电源(比如电池),电源可以通过电源管理系统与处理器1010逻辑相连,从而通过电源管理系统实现管理充电、放电、以及功耗管理等功能。图4中示出的电子设备结构并不构成对电子设备的限定,电子设备可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置,在此不再赘述。
其中,处理器1010用于执行以下步骤:
根据待处理图像的亮度通道,将待处理图像的亮度按照非线性处理方式进行转换,得到第一图像;对待处理图像提取图像边缘,得到第二图像;
叠加第一图像和第二图像,得到处理后的目标图像。
本申请实施例提供的电子设备,通过将待处理图像的亮度按照非线性处理方式转换为更新的亮度,得到第一图像,在对待处理图像提取图像边缘,得到第二图像之后,可以叠加第一图像和第二图像,得到处理后的目标图像,从而可以将待处理图像转换为一种类似于波普风格的效果,丰富了图像风格转换的图像处理方法,解决了相关技术中图像处理方法转换风格的种类较少的问题。
可选地,处理器1010在执行根据待处理图像的亮度通道,将待处理图像的亮度按照非线性处理方式进行转换之前,还可以执行如下步骤:
将待处理图像从第一色彩空间转换为第二色彩空间,其中,第二色彩空间包括亮度通道。
可选地,处理器1010在执行叠加第一图像和第二图像,得到处理后的目标图像之前,还可以执行如下步骤:
获取波点图像;
根据第一图像中每个波点的亮度,生成对应波点的缩放系数;
按照缩放系数缩放波点图像中对应的波点,得到第三图像;
叠加第三图像和第一图像,得到第四图像;
叠加第一图像和第二图像,得到处理后的目标图像,包括:叠加第四图像和第二图像,得到目标图像。
可选地,处理器1010在执行按照缩放系数缩放波点图像中对应的波点,得到第三图像时,可以包括执行如下步骤:
将每个波点的半径与对应的缩放系数相乘,得到第三图像。
可选地,处理器1010在执行叠加第三图像和第一图像,得到第四图像时,可以包括执行如下步骤:
对第一图像中亮度超过第一阈值的像素点,按照第一叠加公式计算每个通道的数值;
对第一图像中亮度未超过第一阈值的像素点,按照第二叠加公式计算每个通道的数值。
可选地,处理器1010在执行根据待处理图像的亮度通道,将待处理图像的亮度按照非线性处理方式进行转换,得到第一图像时,可以包括执行如下步骤:
将待处理图像中亮度值超过第一阈值的像素点的亮度值设置为第一数值;
将待处理图像中亮度值未超过第二阈值的像素点的亮度值设置为第二数值,其中,第二阈值低于第一阈值;
将待处理图像中亮度值在第一阈值和第二阈值之间的像素点的亮度值按照非线性公式转换为对应的数值,得到第一图像。
应理解的是,本申请实施例中,输入单元1004可以包括图形处理器(Graphics Processing Unit,GPU)10041和麦克风10042,图形处理器10041对在视频捕获模式或图像捕获模式中由图像捕获装置(如摄像头)获得的静态图片或视频的图像数据进行处理。显示单元1006可包括显示面板10061,可以采用液晶显示器、有机发光二极管等形式来配置显示面板10061。用户输入单元1007包括触控面板10071以及其他输入设备10072中的至少一种。触控面板10071,也称为触摸屏。触控面板10071可包括触摸检测装置和触摸控制器两个部分。其他输入设备10072可以包括但不限于物理键盘、功能键(比如音量控制按键、开关按键等)、轨迹球、鼠标、操作杆,在此不再赘述。存储器1009可用于存储软件程序以及各种数据,存储器1009可主要包括存储程序或指令的第一存储区和存储数据的第二存储区,其中,第一存储区可存储操作系统、至少一个功能所需的应用程序或指令(比如声音播放功能、图像播放功能等)等。此外,存储器1009可以包括易失性存储器或非易失性存储器,或者,存储器1009可以包括易失性和非易失性存储器两者。其中,非易失性存储器 可以是只读存储器(Read-Only Memory,ROM)、可编程只读存储器(Programmable ROM,PROM)、可擦除可编程只读存储器(Erasable PROM,EPROM)、电可擦除可编程只读存储器(Electrically EPROM,EEPROM)或闪存。易失性存储器可以是随机存取存储器(Random Access Memory,RAM),静态随机存取存储器(Static RAM,SRAM)、动态随机存取存储器(Dynamic RAM,DRAM)、同步动态随机存取存储器(Synchronous DRAM,SDRAM)、双倍数据速率同步动态随机存取存储器(Double Data Rate SDRAM,DDRSDRAM)、增强型同步动态随机存取存储器(Enhanced SDRAM,ESDRAM)、同步连接动态随机存取存储器(Synch link DRAM,SLDRAM)和直接内存总线随机存取存储器(Direct Rambus RAM,DRRAM)。本申请实施例中的存储器1009包括但不限于这些和任意其它适合类型的存储器。处理器1010可包括一个或多个处理单元;可选的,处理器1010集成应用处理器和调制解调处理器,其中,应用处理器主要处理操作系统、用户界面和应用程序等的操作,调制解调处理器主要处理无线通信信号,如基带处理器。可以理解的是,上述调制解调处理器也可以不集成到处理器1010中。
本申请实施例还提供一种可读存储介质,所述可读存储介质上存储有程序或指令,该程序或指令被处理器执行时实现上述图像处理方法实施例的各个过程,且能达到相同的技术效果,为避免重复,这里不再赘述。
其中,所述处理器为上述实施例中所述的电子设备中的处理器。所述可读存储介质,包括计算机可读存储介质,如计算机只读存储器ROM、随机存取存储器RAM、磁碟或者光盘等。
本申请实施例另提供了一种芯片,所述芯片包括处理器和通信接口,所述通信接口和所述处理器耦合,所述处理器用于运行程序或指令,实现上述图像处理方法实施例的各个过程,且能达到相同的技术效果,为避免重复,这里不再赘述。
应理解,本申请实施例提到的芯片还可以称为系统级芯片、系统芯片、芯片系统或片上系统芯片等。
需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者装置不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者装置所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、方法、物品或者装置中还存在另外的相同要素。此外,需要指出的是,本申请实施方式中的方法和装置的范围不限按示出或讨论的顺序来执行功能,还可包括根据所涉及的功能按基本同时的方式或按相反的顺序来执行功能,例如,可以按不同于所描述的次序来执行所描述的方法,并且还可以添加、省去、或组合各种步骤。另外,参照某些示例所描述的特征可在其他示例中被组合。
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分可以以计算机软件产品的形式体现出来,该计算机软件产品存储在一个存储介质(如ROM/RAM、磁碟、光盘)中,包括若干指令用以使得一台终端(可以是手机,计算机,服务器,或者网络设备等)执行本申请各个实施例所述的方法。
上面结合附图对本申请的实施例进行了描述,但是本申请并不局限于上述的具体实施方式,上述的具体实施方式仅仅是示意性的,而不是限制性的,本领域的普通技术人员在本申请的启示下,在不脱离本申请宗旨和权利要求所保护的范围情况下,还可做出很多形式,均属于本申请的保护之内。

Claims (17)

  1. 一种图像处理方法,包括:
    根据待处理图像的亮度通道,将所述待处理图像的亮度按照非线性处理方式进行转换,得到第一图像;
    对所述待处理图像提取图像边缘,得到第二图像;
    叠加所述第一图像和所述第二图像,得到处理后的目标图像。
  2. 根据权利要求1所述的方法,其中,在所述根据待处理图像的亮度通道,将所述待处理图像的亮度按照非线性处理方式进行转换之前,还包括:
    将所述待处理图像从第一色彩空间转换为第二色彩空间,其中,所述第二色彩空间包括所述亮度通道。
  3. 根据权利要求1所述的方法,其中,在叠加所述第一图像和所述第二图像,得到处理后的目标图像之前,所述方法还包括:
    获取波点图像;
    根据所述第一图像中每个波点的亮度,生成对应波点的缩放系数;
    按照所述缩放系数缩放所述波点图像中对应的波点,得到第三图像;
    叠加所述第三图像和所述第一图像,得到第四图像;
    所述叠加所述第一图像和所述第二图像,得到处理后的目标图像,包括:叠加所述第四图像和所述第二图像,得到所述目标图像。
  4. 根据权利要求3所述的方法,其中,所述按照所述缩放系数缩放所述波点图像中对应的波点,得到第三图像,包括:
    将每个波点的半径与对应的所述缩放系数相乘,得到所述第三图像。
  5. 根据权利要求3所述的方法,其中,所述叠加所述第三图像和所述第一图像,得到第四图像,包括:
    对所述第一图像中亮度超过第一阈值的像素点,按照第一叠加公式计算每个通道的数值;
    对所述第一图像中亮度未超过所述第一阈值的像素点,按照第二叠加公式计算每个通道的数值。
  6. 根据权利要求1所述的方法,其中,所述根据待处理图像的亮度通道,将所述待处理图像的亮度按照非线性处理方式进行转换,得到第一图像,包括:
    将所述待处理图像中亮度值超过第一阈值的像素点的亮度值设置为第一数值;
    将所述待处理图像中亮度值未超过第二阈值的像素点的亮度值设置为第二数值,其中,所述第二阈值低于所述第一阈值;
    将所述待处理图像中亮度值在所述第一阈值和所述第二阈值之间的像素点的亮度值按照非线性公式转换为对应的数值,得到所述第一图像。
  7. 一种图像处理装置,包括:
    第一转换单元,用于根据待处理图像的亮度通道,将所述待处理图像的亮度按照非线性处理方式进行转换,得到第一图像;
    提取单元,用于对所述待处理图像提取图像边缘,得到第二图像;
    第一叠加单元,用于叠加所述第一图像和所述第二图像,得到处理后的目标图像。
  8. 根据权利要求7所述的装置,其中,还包括:
    第二转换单元,用于在所述根据待处理图像的亮度通道,将所述待处理图像的亮度按照非线性处理方式进行转换之前,将所述待处理图像从第一色彩空间转换为第二色彩空间,其中,所述第二色彩空间包括所述亮度通道。
  9. 根据权利要求7所述的装置,其中,还包括:
    获取单元,用于在叠加所述第一图像和所述第二图像,得到处理后的目标图像之前,获取波点图像;
    生成单元,用于根据所述第一图像中每个波点的亮度,生成对应波点的缩放系数;
    缩放单元,用于按照所述缩放系数缩放所述波点图像中对应的波点,得到第三图像;
    第二叠加单元,用于叠加所述第三图像和所述第一图像,得到第四图像;
    所述第一叠加单元还用于叠加所述第四图像和所述第二图像,得到所述目标图像。
  10. 根据权利要求9所述的装置,其中,所述缩放单元还用于将每个波点的半径与对应的所述缩放系数相乘,得到所述第三图像。
  11. 根据权利要求9所述的装置,其中,所述第二叠加单元包括:
    第一计算子单元,用于对所述第一图像中亮度超过第一阈值的像素点,按照第一叠加公式计算每个通道的数值;
    第二计算子单元,用于对所述第一图像中亮度未超过所述第一阈值的像素点,按照第二叠加公式计算每个通道的数值。
  12. 根据权利要求7所述的装置,其中,所述第一转换单元包括:
    第一设置子单元,用于将所述待处理图像中亮度值超过第一阈值的像素点的亮度值设置为第一数值;
    第二设置子单元,用于将所述待处理图像中亮度值未超过第二阈值的像素点的亮度值设置为第二数值,其中,所述第二阈值低于所述第一阈值;
    将所述待处理图像中亮度值在所述第一阈值和所述第二阈值之间的像素点的亮度值按照非线性公式转换为对应的数值,得到所述第一图像。
  13. 一种电子设备,包括处理器,存储器及存储在所述存储器上并可在所述处理器上运行的程序或指令,所述程序或指令被所述处理器执行时实现如权利要求1-6任一项所述的图像处理方法的步骤。
  14. 一种可读存储介质,其中,所述可读存储介质上存储程序或指令,所述程序或指令被处理器执行时实现如权利要求1-6任一项所述的图像处理方法的步骤。
  15. 一种电子设备,其中,所述电子设备被配置用于执行如权利要求1-6任一项所述的图像处理方法的步骤。
  16. 一种芯片,包括处理器和通信接口,所述通信接口和所述处理器耦合,所述处理器用于运行程序或指令,实现如权利要求1-6任一项所述的图像处理方法的步骤。
  17. 一种计算机程序产品,其中,所述计算机程序产品被存储在非易失的存储介质中,所述程序产品被至少一个处理器执行以实现如权利要求1-6任一项所述的图像处理方法。
PCT/CN2022/123925 2021-10-09 2022-10-08 图像处理方法和电子设备 WO2023056950A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111177286.7A CN113870100A (zh) 2021-10-09 2021-10-09 图像处理方法和电子设备
CN202111177286.7 2021-10-09

Publications (1)

Publication Number Publication Date
WO2023056950A1 true WO2023056950A1 (zh) 2023-04-13

Family

ID=79002263

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/123925 WO2023056950A1 (zh) 2021-10-09 2022-10-08 图像处理方法和电子设备

Country Status (2)

Country Link
CN (1) CN113870100A (zh)
WO (1) WO2023056950A1 (zh)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113012185B (zh) * 2021-03-26 2023-08-29 影石创新科技股份有限公司 图像处理方法、装置、计算机设备和存储介质
CN113870100A (zh) * 2021-10-09 2021-12-31 维沃移动通信有限公司 图像处理方法和电子设备

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103366390A (zh) * 2012-03-29 2013-10-23 展讯通信(上海)有限公司 终端及图像处理方法和装置
CN108734754A (zh) * 2018-05-28 2018-11-02 北京小米移动软件有限公司 图像处理方法及装置
US20190132479A1 (en) * 2016-05-23 2019-05-02 Dai Nippon Printing Co., Ltd. Image processing apparatus, image processing method, and program
CN113012185A (zh) * 2021-03-26 2021-06-22 影石创新科技股份有限公司 图像处理方法、装置、计算机设备和存储介质
CN113034416A (zh) * 2021-03-24 2021-06-25 深圳市慧鲤科技有限公司 图像处理方法及装置、电子设备及存储介质
CN113870100A (zh) * 2021-10-09 2021-12-31 维沃移动通信有限公司 图像处理方法和电子设备

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103366390A (zh) * 2012-03-29 2013-10-23 展讯通信(上海)有限公司 终端及图像处理方法和装置
US20190132479A1 (en) * 2016-05-23 2019-05-02 Dai Nippon Printing Co., Ltd. Image processing apparatus, image processing method, and program
CN108734754A (zh) * 2018-05-28 2018-11-02 北京小米移动软件有限公司 图像处理方法及装置
CN113034416A (zh) * 2021-03-24 2021-06-25 深圳市慧鲤科技有限公司 图像处理方法及装置、电子设备及存储介质
CN113012185A (zh) * 2021-03-26 2021-06-22 影石创新科技股份有限公司 图像处理方法、装置、计算机设备和存储介质
CN113870100A (zh) * 2021-10-09 2021-12-31 维沃移动通信有限公司 图像处理方法和电子设备

Also Published As

Publication number Publication date
CN113870100A (zh) 2021-12-31

Similar Documents

Publication Publication Date Title
WO2020140986A1 (zh) 图像降噪方法、装置、存储介质及终端
WO2023056950A1 (zh) 图像处理方法和电子设备
CN104517268B (zh) 调整图像亮度的方法及装置
CN112541868B (zh) 图像处理方法、装置、计算机设备和存储介质
CN113014803A (zh) 滤镜添加方法、装置及电子设备
CN113132696A (zh) 图像色调映射方法、装置、电子设备和存储介质
EP3327718B1 (en) Method and device for processing a page
CN111901519B (zh) 屏幕补光方法、装置及电子设备
CN111462158B (zh) 一种图像处理方法、装置及智能设备、存储介质
CN113284063A (zh) 图像处理方法、图像处理装置、电子设备和可读存储介质
CN113112428A (zh) 图像处理方法、装置、电子设备及可读存储介质
CN112511890A (zh) 视频图像处理方法、装置及电子设备
CN112437237A (zh) 拍摄方法及装置
CN111968605A (zh) 曝光度调整方法及装置
CN111835937A (zh) 图像处理方法、装置及电子设备
CN104917969B (zh) 一种图像处理的方法及移动终端
CN107563957A (zh) 眼部图像处理方法及装置
CN113393391B (zh) 图像增强方法、图像增强装置、电子设备和存储介质
CN112529766B (zh) 图像的处理方法、装置及电子设备
KR102585573B1 (ko) 콘텐츠 기반 이미지 프로세싱
CN115330610A (zh) 图像处理方法、装置、电子设备以及存储介质
CN112446848A (zh) 图像处理方法、装置及电子设备
CN113114930B (zh) 信息显示方法、装置、设备及介质
CN112367470B (zh) 图像处理方法、装置及电子设备
CN117745613A (zh) 图像处理方法及其装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22877964

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE