WO2020078102A1 - Image enhancement method and apparatus, and computer-readable storage medium - Google Patents

Image enhancement method and apparatus, and computer-readable storage medium Download PDF

Info

Publication number
WO2020078102A1
WO2020078102A1 PCT/CN2019/102020 CN2019102020W WO2020078102A1 WO 2020078102 A1 WO2020078102 A1 WO 2020078102A1 CN 2019102020 W CN2019102020 W CN 2019102020W WO 2020078102 A1 WO2020078102 A1 WO 2020078102A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
edge
edge image
resolution
enhancement method
Prior art date
Application number
PCT/CN2019/102020
Other languages
French (fr)
Chinese (zh)
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 WO2020078102A1 publication Critical patent/WO2020078102A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/50Image enhancement or restoration using two or more images, e.g. averaging or subtraction
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4053Scaling of whole images or parts thereof, e.g. expanding or contracting based on super-resolution, i.e. the output image resolution being higher than the sensor resolution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/13Edge detection

Definitions

  • This application belongs to the field of computer software applications, especially image enhancement methods, devices, and computer-readable storage media.
  • Image enhancement is to use a series of techniques to improve the quality and visual effects of the image, highlight the features of interest in the image, and obtain valuable information in the image, thereby transforming the image into a more suitable for human or machine analysis and processing
  • the form makes the processed image better for some specific applications.
  • Image enhancement theory is widely used in the fields of biomedicine, industrial production, public safety, and aerospace.
  • the image enhancement method uses a super-resolution technology, that is, up-converting the input image into a high-resolution output image.
  • the super-resolution algorithm based on deep learning and machine learning trains the super-resolution model through a large number of low-resolution images and high-resolution image samples to achieve super-resolution image enhancement effects.
  • the image enhancement method can also achieve the subjective image enhancement effect of equivalent high resolution through the traditional filtering algorithm without changing the objective resolution of the image.
  • the noise and blur of the image need to be considered at the same time to achieve a clear and natural high-resolution visual effect.
  • the present application discloses an image enhancement method and device, which performs adaptive feature processing on the first edge image extracted from the original image to obtain a second edge image to achieve better
  • the anti-noise image enhancement effect also solves the power consumption problem.
  • an image enhancement method including:
  • an image enhancement device including:
  • Edge extraction unit configured to extract the edge image from the original image to obtain the first edge image
  • Adaptive feature processing unit configured to perform adaptive feature processing on the first edge image to obtain a second edge image
  • Adder unit linearly superimpose the original image and the second edge image to obtain an edge-enhanced image.
  • an image enhancement device including:
  • Memory for storing processor executable instructions
  • the processor is configured to perform any one of the image enhancement methods described above.
  • a computer-readable storage medium stores computer instructions, and when the computer instructions are executed, the above image enhancement method is implemented.
  • the first edge image is subjected to adaptive feature processing to obtain a second edge image, and the pixels and noise of the first edge image are adaptively distinguished to avoid noise on the first edge image Pixels are processed in error, so as to have better anti-noise effect, and at the same time, solve the power consumption problem caused by the use of super-resolution algorithms of deep learning and machine learning.
  • Fig. 1 is a flowchart of an image enhancement method according to an exemplary embodiment
  • Fig. 2 is a flowchart of an image enhancement method according to an exemplary embodiment
  • Fig. 3 is a flowchart of an image enhancement method according to an exemplary embodiment
  • Fig. 4 is a schematic diagram of an image enhancement device according to an exemplary embodiment
  • Fig. 5 is a block diagram of a device for performing an image enhancement method according to an exemplary embodiment
  • Fig. 6 is a block diagram of a device for performing an image enhancement method according to an exemplary embodiment.
  • FIG. 1 is a flowchart of an image enhancement method according to an exemplary embodiment, and specifically includes the following steps:
  • step S101 an edge image is extracted from the original image to obtain a first edge image.
  • step S102 adaptive feature processing is performed on the first edge image to obtain a second edge image.
  • step S103 the original image and the second edge image are linearly superimposed to obtain an edge-enhanced image.
  • an edge image is extracted from the original image to obtain a first edge image.
  • adaptive feature processing is performed on the first edge image to obtain a second edge image.
  • the adaptive feature processing is to perform adaptive feature compensation on the time domain feature and the frequency domain feature of the first edge image.
  • the original image and the second edge image are linearly superimposed to obtain an edge-enhanced image.
  • adaptive feature processing is performed on the first edge image to obtain a second edge image.
  • Adaptively distinguish the pixels and noises of the first edge image avoid erroneous processing of the noise pixels of the first edge image, have better anti-noise effect, and at the same time, solve 1.
  • Fig. 2 is a flowchart of an image enhancement method according to an exemplary embodiment, and specifically includes the following steps:
  • step S201 an edge image is extracted from the original image to obtain a first edge image.
  • step S202 the neighborhood noise estimate of each pixel of the first edge image is calculated separately.
  • step S203 the neighborhood noise estimates of each pixel of the first edge image are superimposed to obtain a second edge image.
  • step S204 the original image and the second edge image are linearly superimposed to obtain an edge-enhanced image.
  • step S205 the edge-enhanced image is output.
  • an edge image is extracted from the original image to obtain a first edge image. Then, the neighborhood noise estimates of each pixel of the first edge image are calculated separately. Secondly, the neighborhood noise estimates of each pixel of the first edge image are superimposed to obtain the second edge image. Again, the original image and the second edge image are linearly superimposed to obtain an edge-enhanced image. Finally, the edge-enhanced image is output.
  • the neighborhood noise estimate of each pixel of the first edge image is calculated separately.
  • the neighborhood noise estimates of each pixel of the first edge image are superimposed to obtain the second edge image.
  • the adaptive feature processing of the edge image requires less computation, is suitable for use on mobile platforms such as mobile phones, and has lower power consumption.
  • the formula for superimposing the neighborhood noise estimate of each pixel of the first edge image to obtain the second edge image is:
  • P is the first edge image
  • k, a, b are parameter constants
  • is the neighborhood noise estimate.
  • x is the pixel set of the first edge image
  • x 0 is a central pixel in the first edge image
  • x ij is the pixel around x 0
  • i is the pixel x ij is in the first
  • j is the ordinate of the pixel x ij in the first edge image.
  • the neighborhood relationship is the position relationship of adjacent pixels in the image.
  • Each pixel of the first edge image can be used as a central pixel.
  • the separately calculating the neighborhood noise estimate of each pixel of the first edge image is to calculate the absolute value of the error between the pixel of the center pixel of the first edge image and the pixel of the neighborhood position And, the difference between the error sum of the pixel of the center pixel of the first edge image and the pixel of the pixel at the neighborhood position.
  • the neighborhood of the neighborhood noise estimate includes a neighborhood relationship of at least one of the following neighborhood relationships: 4 neighborhoods, D neighborhoods, and 8 neighborhoods.
  • the coordinate of any pixel in the first edge image is (h, k).
  • N 4 (p) There are four adjacent pixels at the 4 neighborhood positions of the pixels, usually represented by N 4 (p), and their coordinates are: (h + 1, k), (h-1, k), (h, k + 1) and (h, k-1).
  • N D (p) There position D at the neighborhood of the four pixel points corresponding to the vertex pixels, usually expressed in N D (p), which coordinates are: (h + 1, k + 1), (h + 1, k -1), (h-1, k + 1) and (h-1, k-1).
  • N 8 (p) N 4 (p) + N D (p).
  • an edge detection operator is used to extract the edge image from the original image.
  • the edge detection operator includes at least one of the following detection operators: a Laplacian Gaussian operator, a Roberts operator, and a Sobel operator.
  • the Laplacian Gaussian operator first performs Gaussian convolution filtering on the original image to reduce noise, and then uses the Laplacian operator for edge detection.
  • Roberts operator is a kind of operator that uses local difference operator to find the edge of image. The difference between the pixels of two adjacent pixels in the diagonal direction is used to approximate the gradient amplitude to detect the image edge of the original image.
  • the Roberts operator detects vertical edges better than diagonal edges and has high positioning accuracy, but it is sensitive to noise and cannot suppress the effects of noise.
  • the Sobel operator weights the difference in gray values of the pixels at the four upper, lower, left, and right neighborhoods of each pixel in the original image. The weighted difference reaches the extreme at the image edge of the original image. Value for edge detection.
  • Fig. 3 is a flowchart of an image enhancement method according to an exemplary embodiment, and specifically includes the following steps:
  • step S301 the low-resolution image is up-sampled to obtain an up-sampled high-resolution image.
  • step S302 extract an edge image from the up-sampled high-resolution image to obtain a third edge image.
  • step S303 the neighborhood noise estimate of each pixel of the third edge image is calculated separately.
  • step S304 the neighborhood noise estimates of each pixel of the third edge image are superimposed to obtain a fourth edge image.
  • step S305 the up-sampled high-resolution image and the fourth edge image are linearly superimposed to obtain an edge-enhanced image.
  • step S306 the edge-enhanced image is output.
  • Image resolution refers to the amount of information stored in an image, which is how many pixels per inch of image, the image resolution determines the quality of the image output, the image resolution and the image size (height and width) values together determine the file Size, and the larger the value, the more storage space the image file occupies;
  • a low-resolution image refers to an image with a relatively small value of image resolution.
  • the low-resolution image has a low resolution and contains insufficient pixels, which will appear rough and take up less storage space;
  • a high-resolution image refers to an image with a relatively large value of image resolution.
  • the high-resolution image has a high resolution, contains many pixels, the image is clear, and the storage space occupied is relatively large.
  • the low-resolution image is up-sampled to obtain an up-sampled high-resolution image.
  • the neighborhood noise estimates of each pixel of the third edge image are calculated separately.
  • the neighborhood noise estimates of each pixel of the third edge image are superimposed to obtain a fourth edge image.
  • the edge-enhanced image is output.
  • the low-resolution image is up-sampled to obtain an up-sampled high-resolution image.
  • the super-resolution image enhancement effect can be achieved without establishing a super-resolution model, which greatly reduces the algorithm calculation amount of the image enhancement method, so that the image enhancement method has less power consumption.
  • an edge detection operator is used to extract an edge image from the up-sampled high-resolution image.
  • the edge detection operator includes at least one of the following detection operators: a Laplacian Gaussian operator, a Roberts operator, and a Sobel operator.
  • the method for upsampling the low-resolution image includes at least one of the following sampling methods: bilinear interpolation, deconvolution, and depooling.
  • bilinear interpolation is also called bilinear interpolation.
  • Convolution is to convolve a neighborhood of an image to obtain the neighborhood features of the image.
  • Deconvolution is the inverse process of convolution. It is an algorithm-based process used to reverse the effect of convolution on recorded data.
  • One layer in the neural network is the pooling layer, which uses pooling to extract features and reduce image data.
  • Anti-pooling is the reverse operation of pooling. Because the pooling process only retains the main information of the original image and discards part of the information, the de-pooling cannot restore all the original image data through the pooling result.
  • Fig. 4 is a schematic diagram of an image enhancement device according to an exemplary embodiment.
  • the device 40 includes an edge extraction unit 401, an adaptive feature processing unit 402, an adder unit 403, an upsampling unit 404, and an image output unit 405.
  • Edge extraction unit 401 configured to extract an edge image from the original image to obtain a first edge image.
  • Adaptive feature processing unit 402 configured to perform adaptive feature processing on the first edge image to obtain a second edge image.
  • Adder unit 403 linearly superimpose the original image and the second edge image to obtain an edge-enhanced image.
  • Up-sampling unit 404 configured to up-sample the low-resolution image to obtain an up-sampled high-resolution image.
  • Image output unit 405 configured to output the edge-enhanced image.
  • the edge extraction unit 401 is configured to extract an edge image from the up-sampled high-resolution image to obtain a third edge image.
  • the adaptive feature processing unit 402 is configured to perform adaptive feature processing on the third edge image to obtain a fourth edge image .
  • the adder unit 403 is configured to linearly superimpose the up-sampled high-resolution image and the fourth edge image to obtain Edge enhanced image.
  • Fig. 5 is a block diagram of a device 1200 for performing an image enhancement method according to an exemplary embodiment.
  • the interactive device 1200 may be a mobile phone, a computer, a digital broadcasting terminal, a messaging device, a game console, a tablet device, a medical device, a fitness device, a personal digital assistant, and so on.
  • the device 1200 may include one or more of the following components: processing component 1202, memory 1204, power supply component 1206, multimedia component 1208, audio component 1210, input / output (I / O) interface 1212, sensor component 1214, ⁇ ⁇ ⁇ 1216 ⁇ And communication components 1216.
  • the processing component 1202 generally controls the overall operations of the device 1200, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations.
  • the processing component 1202 may include one or more processors 1220 to execute instructions to complete all or part of the steps in the above method.
  • the processing component 1202 may include one or more modules to facilitate interaction between the processing component 1202 and other components.
  • the processing component 1202 may include a multimedia module to facilitate interaction between the multimedia component 1208 and the processing component 1202.
  • the memory 1204 is configured to store various types of data to support operation at the device 1200. Examples of these data include instructions for any application or method operating on the device 1200, contact data, phonebook data, messages, pictures, videos, and so on.
  • the memory 1204 may be implemented by any type of volatile or nonvolatile storage device or a combination thereof, such as static random access memory (SRAM), electrically erasable programmable read only memory (EEPROM), erasable and removable Programmable read only memory (EPROM), programmable read only memory (PROM), read only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk.
  • SRAM static random access memory
  • EEPROM electrically erasable programmable read only memory
  • EPROM erasable and removable Programmable read only memory
  • PROM programmable read only memory
  • ROM read only memory
  • magnetic memory flash memory
  • flash memory magnetic disk or optical disk.
  • the power supply component 1206 provides power to various components of the device 1200.
  • the power supply component 1206 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the device 1200.
  • the multimedia component 1208 includes a screen between the device 1200 and the user that provides an output interface.
  • the screen may include a liquid crystal display (LCD) and a touch panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive input signals from the user.
  • the touch panel includes one or more touch sensors to sense touch, swipe, and gestures on the touch panel. The touch sensor may not only sense the boundary of the touch or sliding action, but also detect the duration and pressure related to the touch or sliding operation.
  • the multimedia component 1208 includes a front camera and / or a rear camera. When the device 1200 is in an operation mode, such as a shooting mode or a video mode, the front camera and / or the rear camera may receive external multimedia data. Each front camera and rear camera may be a fixed optical lens system or have focal length and optical zoom capabilities.
  • the audio component 1210 is configured to output and / or input audio signals.
  • the audio component 1210 includes a microphone (MIC).
  • the microphone is configured to receive an external audio signal.
  • the received audio signal may be further stored in the memory 1204 or sent via the communication component 1216.
  • the audio component 1210 further includes a speaker for outputting audio signals.
  • the I / O interface 1212 provides an interface between the processing component 1202 and a peripheral interface module.
  • the peripheral interface module may be a keyboard, a click wheel, or a button. These buttons may include, but are not limited to: home button, volume button, start button, and lock button.
  • the sensor assembly 1214 includes one or more sensors for providing the device 1200 with status assessments in various aspects.
  • the sensor component 1214 can detect the on / off state of the device 1200, and the relative positioning of the components, for example, the component is the display and keypad of the device 1200, and the sensor component 1214 can also detect the position change of the device 1200 or a component of the device 1200 The presence or absence of user contact with the device 1200, the orientation or acceleration / deceleration of the device 1200, and the temperature change of the device 1200.
  • the sensor assembly 1214 may include a proximity sensor configured to detect the presence of nearby objects without any physical contact.
  • the sensor assembly 1214 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications.
  • the sensor assembly 1214 may further include an acceleration sensor, a gyro sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
  • the communication component 1216 is configured to facilitate wired or wireless communication between the device 1200 and other devices.
  • the device 1200 may access a wireless network based on a communication standard, such as WiFi, an operator network (such as 2G, 3G, 4G, or 5G), or a combination thereof.
  • the communication component 1216 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel.
  • the communication component 1216 further includes a near field communication (NFC) module to facilitate short-range communication.
  • the NFC module can be implemented based on radio frequency identification (RFID) technology, infrared data association (IrDA) technology, ultra wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
  • RFID radio frequency identification
  • IrDA infrared data association
  • UWB ultra wideband
  • Bluetooth Bluetooth
  • the apparatus 1200 may be one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable A gate array (FPGA), controller, microcontroller, microprocessor or other electronic components are implemented to perform the above method.
  • ASICs application specific integrated circuits
  • DSPs digital signal processors
  • DSPDs digital signal processing devices
  • PLDs programmable logic devices
  • FPGA field programmable A gate array
  • controller microcontroller, microprocessor or other electronic components are implemented to perform the above method.
  • a non-transitory computer-readable storage medium including instructions is also provided, for example, a memory 1204 including instructions, which can be executed by the processor 1220 of the device 1200 to complete the above method.
  • the non-transitory computer-readable storage medium may be ROM, random access memory (RAM), CD-ROM, magnetic tape, floppy disk, optical data storage device, or the like.
  • Fig. 6 is a block diagram of a device 1300 for performing an image enhancement method according to an exemplary embodiment.
  • the device 1300 may be provided as a server. 6
  • the device 1300 includes a processing component 1322, which further includes one or more processors, and memory resources represented by the memory 1332, for storing instructions executable by the processing component 1322, such as application programs.
  • the application programs stored in the memory 1332 may include one or more modules each corresponding to a set of instructions.
  • the processing component 1322 is configured to execute instructions to execute the above-mentioned information list display method.
  • the device 1300 may also include a power component 1326 configured to perform power management of the device 1300, a wired or wireless network interface 1350 configured to connect the device 1300 to the network, and an input output (I / O) interface 1358.
  • the device 1300 can operate based on an operating system stored in the memory 1332, such as Windows ServerTM, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM or the like.

Landscapes

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

Abstract

The present application relates to an image enhancement method and apparatus, and a computer-readable storage medium. The image enhancement method comprises: extracting an edge image from an original image to obtain a first edge image; performing adaptive feature processing on the first edge image to obtain a second edge image; and linearly superposing the original image and the second edge image to obtain an edge-enhanced image. In the image enhancement method, adaptive feature processing is performed on the first edge image to obtain the second edge image. Pixel points and noise of the first edge image are adaptively distinguished, thereby avoiding incorrect processing of noise pixel points of the first edge image, and further having a better anti-noise effect; moreover, the problem of power consumption caused by using a super-resolution algorithm based on deep learning and machine learning is solved.

Description

图像增强方法、装置和计算机可读存储介质Image enhancement method, device and computer readable storage medium
相关申请的交叉引用Cross-reference of related applications
本申请要求在2018年10月17日提交中国专利局、申请号为201811207500.7、申请名称为“图像增强方法、装置和计算机可读存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application requires the priority of the Chinese patent application filed on October 17, 2018 with the Chinese Patent Office, the application number is 201811207500.7, and the application name is "image enhancement method, device, and computer-readable storage medium", the entire contents of which are incorporated by reference In this application.
技术领域Technical field
本申请属于计算机软件应用领域,尤其是图像增强方法、装置和计算机可读存储介质。This application belongs to the field of computer software applications, especially image enhancement methods, devices, and computer-readable storage media.
背景技术Background technique
图像增强是通过采用一系列技术去改善图像的质量和视觉效果,突出图像中感兴趣的特征,获得图像中有价值的信息,从而将图像转换成一种更适合于人或者机器进行分析和处理的形式,使得处理后的图像对某些特定的应用有更好的效果。图像增强理论广泛应用于生物医学领域、工业生产领域、公共安全领域以及航空航天领域等。Image enhancement is to use a series of techniques to improve the quality and visual effects of the image, highlight the features of interest in the image, and obtain valuable information in the image, thereby transforming the image into a more suitable for human or machine analysis and processing The form makes the processed image better for some specific applications. Image enhancement theory is widely used in the fields of biomedicine, industrial production, public safety, and aerospace.
相关技术中,图像增强方法使用一种超分辨率的技术,即将输入图像升频转化为高分辨率的输出图像。其中,基于深度学习、机器学习的超分辨率算法,通过大量的低分辨率图像和高分辨率图像样本训练超分辨率模型,从而实现超分辨率的图像增强效果。图像增强方法还可通过传统滤波算法在图像的客观分辨率不变的情况下达到等同高分辨率的主观图像增强效果。在图像增强的过程中需要同时考虑图像的噪声和模糊问题,以达到清晰自然的高分辨率视觉效果。In the related art, the image enhancement method uses a super-resolution technology, that is, up-converting the input image into a high-resolution output image. Among them, the super-resolution algorithm based on deep learning and machine learning trains the super-resolution model through a large number of low-resolution images and high-resolution image samples to achieve super-resolution image enhancement effects. The image enhancement method can also achieve the subjective image enhancement effect of equivalent high resolution through the traditional filtering algorithm without changing the objective resolution of the image. In the process of image enhancement, the noise and blur of the image need to be considered at the same time to achieve a clear and natural high-resolution visual effect.
发明人意识到基于深度学习、机器学习的超分辨率算法,计算量较大,不适于在手机等移动平台使用,而且有较大的功耗问题。同时,发明人发现上述的图像增强方法都没有考虑边缘图像像素点的噪声情况,对边缘图像的 噪声像素点进行错误的处理,造成图像毛刺现象。The inventor realized that the super-resolution algorithm based on deep learning and machine learning has a large calculation amount, is not suitable for use on mobile platforms such as mobile phones, and has a large power consumption problem. At the same time, the inventor found that none of the above image enhancement methods considered the noise of the pixels of the edge image, and erroneously processed the noise pixels of the edge image, causing image glitches.
发明内容Summary of the invention
为克服相关技术中存在的问题,本申请公开一种图像增强的方法和装置,对从原始图像提取的所述第一边缘图像进行自适应特征处理,得到第二边缘图像,以实现更好的抗噪声的图像增强效果同时解决功耗问题。In order to overcome the problems in the related art, the present application discloses an image enhancement method and device, which performs adaptive feature processing on the first edge image extracted from the original image to obtain a second edge image to achieve better The anti-noise image enhancement effect also solves the power consumption problem.
根据本申请实施例的第一方面,提供一种图像增强方法,包括:According to a first aspect of the embodiments of the present application, an image enhancement method is provided, including:
从原始图像提取边缘图像,得到第一边缘图像;Extract the edge image from the original image to get the first edge image;
对所述第一边缘图像进行自适应特征处理,得到第二边缘图像;Performing adaptive feature processing on the first edge image to obtain a second edge image;
将所述原始图像和所述第二边缘图像线性叠加,得到边缘增强的图像。Linearly superimposing the original image and the second edge image to obtain an edge enhanced image.
根据本申请实施例的第二方面,提供一种图像增强装置,包括:According to a second aspect of the embodiments of the present application, an image enhancement device is provided, including:
边缘提取单元:被配置为从原始图像提取边缘图像,得到第一边缘图像;Edge extraction unit: configured to extract the edge image from the original image to obtain the first edge image;
自适应特征处理单元:被配置为对所述第一边缘图像进行自适应特征处理,得到第二边缘图像;Adaptive feature processing unit: configured to perform adaptive feature processing on the first edge image to obtain a second edge image;
加法器单元:将所述原始图像和所述第二边缘图像线性叠加,得到边缘增强的图像。Adder unit: linearly superimpose the original image and the second edge image to obtain an edge-enhanced image.
根据本申请实施例的第三方面,提供一种图像增强装置,包括:According to a third aspect of the embodiments of the present application, an image enhancement device is provided, including:
处理器;processor;
用于存储处理器可执行指令的存储器;Memory for storing processor executable instructions;
其中,所述处理器被配置为执行上述任意一项所述的图像增强方法。Wherein, the processor is configured to perform any one of the image enhancement methods described above.
根据本申请实施例的第四方面,提供一种计算机可读存储介质,所述计算机可读存储介质存储有计算机指令,所述计算机指令被执行时实现上述图像增强方法。According to a fourth aspect of the embodiments of the present application, a computer-readable storage medium is provided. The computer-readable storage medium stores computer instructions, and when the computer instructions are executed, the above image enhancement method is implemented.
本申请实施例提供的技术方案可以包括以下有益效果:The technical solutions provided by the embodiments of the present application may include the following beneficial effects:
在该图像增强方法中,对所述第一边缘图像进行自适应特征处理,得到第二边缘图像,通过自适应地分辨出第一边缘图像像素点和噪声,避免了对第一边缘图像的噪声像素点进行错误的处理,从而具有更好的抗噪声效果, 同时,解决了由于采用深度学习、机器学习的超分辨率算法导致的功耗问题。In this image enhancement method, the first edge image is subjected to adaptive feature processing to obtain a second edge image, and the pixels and noise of the first edge image are adaptively distinguished to avoid noise on the first edge image Pixels are processed in error, so as to have better anti-noise effect, and at the same time, solve the power consumption problem caused by the use of super-resolution algorithms of deep learning and machine learning.
附图说明BRIEF DESCRIPTION
图1是根据一示例性实施例示出的图像增强方法的流程图;Fig. 1 is a flowchart of an image enhancement method according to an exemplary embodiment;
图2是根据一示例性实施例示出的图像增强方法的流程图;Fig. 2 is a flowchart of an image enhancement method according to an exemplary embodiment;
图3是根据一示例性实施例示出的图像增强方法的流程图;Fig. 3 is a flowchart of an image enhancement method according to an exemplary embodiment;
图4是根据一示例性实施例示出的图像增强装置的示意图;Fig. 4 is a schematic diagram of an image enhancement device according to an exemplary embodiment;
图5是根据一示例性实施例示出的一种执行图像增强方法的装置的框图;Fig. 5 is a block diagram of a device for performing an image enhancement method according to an exemplary embodiment;
图6是根据一示例性实施例示出的一种执行图像增强方法的装置的框图。Fig. 6 is a block diagram of a device for performing an image enhancement method according to an exemplary embodiment.
具体实施方式detailed description
这里将详细地对示例性实施例进行说明,其示例表示在附图中。图1是根据一示例性实施例示出的图像增强方法的流程图,具体包括以下步骤:Exemplary embodiments will be described in detail here, examples of which are shown in the drawings. Fig. 1 is a flowchart of an image enhancement method according to an exemplary embodiment, and specifically includes the following steps:
在步骤S101中,从原始图像提取边缘图像,得到第一边缘图像。In step S101, an edge image is extracted from the original image to obtain a first edge image.
在步骤S102中,对所述第一边缘图像进行自适应特征处理,得到第二边缘图像。In step S102, adaptive feature processing is performed on the first edge image to obtain a second edge image.
在步骤S103中,将所述原始图像和所述第二边缘图像线性叠加,得到边缘增强的图像。In step S103, the original image and the second edge image are linearly superimposed to obtain an edge-enhanced image.
在本申请的一个实施例中,首先,从原始图像提取边缘图像,得到第一边缘图像。然后,对所述第一边缘图像进行自适应特征处理,得到第二边缘图像。其中,所述自适应特征处理是对所述第一边缘图像的时域特征和频域特征进行自适应的特征补偿。最后,将所述原始图像和所述第二边缘图像线性叠加,得到边缘增强的图像。In an embodiment of the present application, first, an edge image is extracted from the original image to obtain a first edge image. Then, adaptive feature processing is performed on the first edge image to obtain a second edge image. Wherein, the adaptive feature processing is to perform adaptive feature compensation on the time domain feature and the frequency domain feature of the first edge image. Finally, the original image and the second edge image are linearly superimposed to obtain an edge-enhanced image.
根据本申请实施例,对所述第一边缘图像进行自适应特征处理,得到第二边缘图像。自适应地分辨出所述第一边缘图像的像素点和噪声,避免对所述第一边缘图像的噪声像素点进行错误的处理,具有更好的抗噪声效果,同时,解决了由于采用深度学习、机器学习的超分辨率算法导致的功耗问题。According to an embodiment of the present application, adaptive feature processing is performed on the first edge image to obtain a second edge image. Adaptively distinguish the pixels and noises of the first edge image, avoid erroneous processing of the noise pixels of the first edge image, have better anti-noise effect, and at the same time, solve 1. The power consumption problem caused by the super-resolution algorithm of machine learning.
图2是根据一示例性实施例示出的图像增强方法的流程图,具体包括以 下步骤:Fig. 2 is a flowchart of an image enhancement method according to an exemplary embodiment, and specifically includes the following steps:
在步骤S201中,从原始图像提取边缘图像,得到第一边缘图像。In step S201, an edge image is extracted from the original image to obtain a first edge image.
在步骤S202中,分别计算所述第一边缘图像的每个像素点的邻域噪声估计。In step S202, the neighborhood noise estimate of each pixel of the first edge image is calculated separately.
在步骤S203中,将所述第一边缘图像的每个像素点的邻域噪声估计叠加,得到第二边缘图像。In step S203, the neighborhood noise estimates of each pixel of the first edge image are superimposed to obtain a second edge image.
在步骤S204中,将所述原始图像和所述第二边缘图像线性叠加,得到边缘增强的图像。In step S204, the original image and the second edge image are linearly superimposed to obtain an edge-enhanced image.
在步骤S205中,输出所述边缘增强的图像。In step S205, the edge-enhanced image is output.
在本申请的一个实施例中,首先,从原始图像提取边缘图像,得到第一边缘图像。然后,分别计算所述第一边缘图像的每个像素点的邻域噪声估计。其次,将所述第一边缘图像的每个像素点的邻域噪声估计叠加,得到所述第二边缘图像。再次,将所述原始图像和所述第二边缘图像线性叠加,得到边缘增强的图像。最后,输出所述边缘增强的图像。In an embodiment of the present application, first, an edge image is extracted from the original image to obtain a first edge image. Then, the neighborhood noise estimates of each pixel of the first edge image are calculated separately. Secondly, the neighborhood noise estimates of each pixel of the first edge image are superimposed to obtain the second edge image. Again, the original image and the second edge image are linearly superimposed to obtain an edge-enhanced image. Finally, the edge-enhanced image is output.
根据本申请实施例,分别计算所述第一边缘图像的每个像素点的邻域噪声估计。将所述第一边缘图像的每个像素点的邻域噪声估计叠加,得到所述第二边缘图像。边缘图像的自适应特征处理的计算量较小,适于在手机等移动平台使用,而且有较小的功耗。According to an embodiment of the present application, the neighborhood noise estimate of each pixel of the first edge image is calculated separately. The neighborhood noise estimates of each pixel of the first edge image are superimposed to obtain the second edge image. The adaptive feature processing of the edge image requires less computation, is suitable for use on mobile platforms such as mobile phones, and has lower power consumption.
在一个可选的实施例中,所述将所述第一边缘图像的每个像素点的邻域噪声估计叠加,得到所述第二边缘图像的公式为:In an optional embodiment, the formula for superimposing the neighborhood noise estimate of each pixel of the first edge image to obtain the second edge image is:
Figure PCTCN2019102020-appb-000001
Figure PCTCN2019102020-appb-000001
其中,
Figure PCTCN2019102020-appb-000002
为所述第二边缘图像,P为所述第一边缘图像,k,a,b为参数常量,η为邻域噪声估计。所述分别计算所述第一边缘图像的每个像素点的邻域噪声估计的公式为:
among them,
Figure PCTCN2019102020-appb-000002
Is the second edge image, P is the first edge image, k, a, b are parameter constants, and η is the neighborhood noise estimate. The formula for calculating the neighborhood noise estimate of each pixel of the first edge image separately is:
Figure PCTCN2019102020-appb-000003
Figure PCTCN2019102020-appb-000003
其中,x为所述第一边缘图像的像素集合,x 0为所述第一边缘图像中的一个中心像素点,x ij为x 0周围的像素点,i为像素点x ij在所述第一边缘图像中的横坐标,j为像素点x ij在所述第一边缘图像中的纵坐标。 Where x is the pixel set of the first edge image, x 0 is a central pixel in the first edge image, x ij is the pixel around x 0 , and i is the pixel x ij is in the first The abscissa of an edge image, j is the ordinate of the pixel x ij in the first edge image.
所述邻域关系是图像中相邻像素点的位置关系。所述第一边缘图像的每一个像素点都可以作为一个中心像素点。所述分别计算所述第一边缘图像的每个像素点的邻域噪声估计,是计算所述第一边缘图像的所述中心像素点的像素与邻域位置的像素点的像素的误差绝对值和,与所述第一边缘图像的所述中心像素点的像素与邻域位置的像素点的像素的误差和的差值。The neighborhood relationship is the position relationship of adjacent pixels in the image. Each pixel of the first edge image can be used as a central pixel. The separately calculating the neighborhood noise estimate of each pixel of the first edge image is to calculate the absolute value of the error between the pixel of the center pixel of the first edge image and the pixel of the neighborhood position And, the difference between the error sum of the pixel of the center pixel of the first edge image and the pixel of the pixel at the neighborhood position.
在一个可选的实施例中,所述邻域噪声估计的所述邻域包括以下邻域关系中至少之一的邻域关系:4邻域、D邻域和8邻域。In an optional embodiment, the neighborhood of the neighborhood noise estimate includes a neighborhood relationship of at least one of the following neighborhood relationships: 4 neighborhoods, D neighborhoods, and 8 neighborhoods.
在一个可选的实施例中,所述第一边缘图像中任意一个像素点的坐标为(h,k)。在所述像素点的4邻域位置处有四个相邻的像素点,通常用N 4(p)表示,其坐标分别为:(h+1,k),(h-1,k),(h,k+1)和(h,k-1)。在所述像素点的D邻域位置处有四个顶点对应的像素点,通常用N D(p)表示,其坐标分别为:(h+1,k+1),(h+1,k-1),(h-1,k+1)和(h-1,k-1)。在所述像素点的8邻域位置处的像素点,通常用N 8(p)表示,为所述像素点的4邻域位置处的四个相邻的像素点与所述像素点的D邻域位置处的四个顶点对应的像素点的和,即N 8(p)=N 4(p)+N D(p)。 In an optional embodiment, the coordinate of any pixel in the first edge image is (h, k). There are four adjacent pixels at the 4 neighborhood positions of the pixels, usually represented by N 4 (p), and their coordinates are: (h + 1, k), (h-1, k), (h, k + 1) and (h, k-1). There position D at the neighborhood of the four pixel points corresponding to the vertex pixels, usually expressed in N D (p), which coordinates are: (h + 1, k + 1), (h + 1, k -1), (h-1, k + 1) and (h-1, k-1). The pixel point at the 8-neighborhood position of the pixel point, usually represented by N 8 (p), is the four adjacent pixel points at the 4-neighborhood position of the pixel point and the D of the pixel point at the four vertices positions corresponding to the neighborhood pixels, and, i.e. N 8 (p) = N 4 (p) + N D (p).
在一个可选的实施例中,采用边缘检测算子,从原始图像提取边缘图像。所述边缘检测算子包括以下检测算子中至少之一的检测算子:拉普拉斯高斯算子、罗伯茨算子和索贝尔算子。其中,拉普拉斯高斯算子(LoG),先对所述原始图像进行高斯卷积滤波来降噪,再采用拉普拉斯算子进行边缘检测。罗伯茨算子(Roberts),是一种利用局部差分算子寻找图像边缘的算子。采用对角线方向的相邻的两个像素点的像素之差近似梯度幅值来检测所述原始图像的图像边缘。罗伯茨算子检测垂直边缘的效果好于斜向边缘,定位精度高,但对噪声敏感,无法抑制噪声的影响。索贝尔算子(sobel)把所述原始图像中每个像素点的上下左右4邻域位置处的像素点的灰度值加权差,所述加权差在所 述原始图像的图像边缘处达到极值从而进行边缘检测。In an alternative embodiment, an edge detection operator is used to extract the edge image from the original image. The edge detection operator includes at least one of the following detection operators: a Laplacian Gaussian operator, a Roberts operator, and a Sobel operator. Among them, the Laplacian Gaussian operator (LoG) first performs Gaussian convolution filtering on the original image to reduce noise, and then uses the Laplacian operator for edge detection. Roberts operator is a kind of operator that uses local difference operator to find the edge of image. The difference between the pixels of two adjacent pixels in the diagonal direction is used to approximate the gradient amplitude to detect the image edge of the original image. The Roberts operator detects vertical edges better than diagonal edges and has high positioning accuracy, but it is sensitive to noise and cannot suppress the effects of noise. The Sobel operator (sobel) weights the difference in gray values of the pixels at the four upper, lower, left, and right neighborhoods of each pixel in the original image. The weighted difference reaches the extreme at the image edge of the original image. Value for edge detection.
图3是根据一示例性实施例示出的图像增强方法的流程图,具体包括以下步骤:Fig. 3 is a flowchart of an image enhancement method according to an exemplary embodiment, and specifically includes the following steps:
在步骤S301中,对所述低分辨率图像进行上采样,得到上采样高分辨率图像。In step S301, the low-resolution image is up-sampled to obtain an up-sampled high-resolution image.
在步骤S302中,从所述上采样高分辨率图像提取边缘图像,得到第三边缘图像。In step S302, extract an edge image from the up-sampled high-resolution image to obtain a third edge image.
在步骤S303中,分别计算所述第三边缘图像的每个像素点的邻域噪声估计。In step S303, the neighborhood noise estimate of each pixel of the third edge image is calculated separately.
在步骤S304中,将所述第三边缘图像的每个像素点的邻域噪声估计叠加,得到第四边缘图像。In step S304, the neighborhood noise estimates of each pixel of the third edge image are superimposed to obtain a fourth edge image.
在步骤S305中,将所述上采样高分辨率图像和所述第四边缘图像线性叠加,得到边缘增强的图像。In step S305, the up-sampled high-resolution image and the fourth edge image are linearly superimposed to obtain an edge-enhanced image.
在步骤S306中,输出所述边缘增强的图像。In step S306, the edge-enhanced image is output.
图像分辨率是指图像中存储的信息量,是每英寸图像内有多少个像素点,图像分辨率决定了图像输出的质量,图像分辨率和图像尺寸(高宽)的值一起决定了文件的大小,且该值越大图像文件所占用的存储空间也就越多;Image resolution refers to the amount of information stored in an image, which is how many pixels per inch of image, the image resolution determines the quality of the image output, the image resolution and the image size (height and width) values together determine the file Size, and the larger the value, the more storage space the image file occupies;
低分辨率图像是指图像分辨率的值比较小的图像,低分辨率图像的分辨率低,包含的像素不够充分,会显得比较粗糙,占用的存储空间也较小;A low-resolution image refers to an image with a relatively small value of image resolution. The low-resolution image has a low resolution and contains insufficient pixels, which will appear rough and take up less storage space;
高分辨率图像是指图像分辨率的值比较大的图像,高分辨率图像的分辨率高,所包含的像素多,图像清晰,占用的存储空间也比较大。A high-resolution image refers to an image with a relatively large value of image resolution. The high-resolution image has a high resolution, contains many pixels, the image is clear, and the storage space occupied is relatively large.
在本申请的一个实施例中,对所述低分辨率图像进行上采样,得到上采样高分辨率图像。从所述上采样高分辨率图像提取边缘图像,得到第三边缘图像。分别计算所述第三边缘图像的每个像素点的邻域噪声估计。将所述第三边缘图像的每个像素点的邻域噪声估计叠加,得到第四边缘图像。将所述上采样高分辨率图像和所述第四边缘图像线性叠加,得到边缘增强的图像。输出所述边缘增强的图像。In an embodiment of the present application, the low-resolution image is up-sampled to obtain an up-sampled high-resolution image. Extract an edge image from the up-sampled high-resolution image to obtain a third edge image. The neighborhood noise estimates of each pixel of the third edge image are calculated separately. The neighborhood noise estimates of each pixel of the third edge image are superimposed to obtain a fourth edge image. Linearly superimposing the up-sampled high-resolution image and the fourth edge image to obtain an edge-enhanced image. The edge-enhanced image is output.
根据本申请实施例,对所述低分辨率图像进行上采样,得到上采样高分辨率图像。无需建立超分辨率模型,即可实现超分辨率的图像增强效果,这极大地减小了图像增强方法的算法计算量,从而所述图像增强方法有较小的功耗。According to an embodiment of the present application, the low-resolution image is up-sampled to obtain an up-sampled high-resolution image. The super-resolution image enhancement effect can be achieved without establishing a super-resolution model, which greatly reduces the algorithm calculation amount of the image enhancement method, so that the image enhancement method has less power consumption.
在一个可选的实施例中,采用边缘检测算子,从所述上采样高分辨率图像提取边缘图像。所述边缘检测算子包括以下检测算子中至少之一的检测算子:拉普拉斯高斯算子、罗伯茨算子和索贝尔算子。In an optional embodiment, an edge detection operator is used to extract an edge image from the up-sampled high-resolution image. The edge detection operator includes at least one of the following detection operators: a Laplacian Gaussian operator, a Roberts operator, and a Sobel operator.
在一个可选的实施例中,对所述低分辨率图像进行上采样的方法包括以下采样方法中至少一种:双线性插值、反卷积和反池化。其中,双线性插值又称为双线性内插。在数学上,双线性插值是有两个变量的插值函数的线性插值扩展,其核心思想是在两个方向分别进行一次线性插值。卷积是对图像的一个邻域进行卷积得到图像的邻域特征。反卷积是卷积的逆过程,是一种基于算法的过程,用于反转卷积对记录数据的影响。在神经网络中有一层是池化层,通过池化对特征进行提取并且缩小图像数据。反池化是池化的逆操作。因为池化的过程只保留了所述原始图像的主要信息,舍去部分信息,因此反池化无法通过池化的结果还原出全部的原始图像数据。In an optional embodiment, the method for upsampling the low-resolution image includes at least one of the following sampling methods: bilinear interpolation, deconvolution, and depooling. Among them, bilinear interpolation is also called bilinear interpolation. Mathematically, bilinear interpolation is a linear interpolation extension of an interpolation function with two variables. Its core idea is to perform linear interpolation in two directions. Convolution is to convolve a neighborhood of an image to obtain the neighborhood features of the image. Deconvolution is the inverse process of convolution. It is an algorithm-based process used to reverse the effect of convolution on recorded data. One layer in the neural network is the pooling layer, which uses pooling to extract features and reduce image data. Anti-pooling is the reverse operation of pooling. Because the pooling process only retains the main information of the original image and discards part of the information, the de-pooling cannot restore all the original image data through the pooling result.
图4是根据一示例性实施例示出的图像增强装置的示意图。如图4所示,该装置40包括:边缘提取单元401、自适应特征处理单元402、加法器单元403、上采样单元404和图像输出单元405。Fig. 4 is a schematic diagram of an image enhancement device according to an exemplary embodiment. As shown in FIG. 4, the device 40 includes an edge extraction unit 401, an adaptive feature processing unit 402, an adder unit 403, an upsampling unit 404, and an image output unit 405.
边缘提取单元401:被配置为从原始图像提取边缘图像,得到第一边缘图像。Edge extraction unit 401: configured to extract an edge image from the original image to obtain a first edge image.
自适应特征处理单元402:被配置为对所述第一边缘图像进行自适应特征处理,得到第二边缘图像。Adaptive feature processing unit 402: configured to perform adaptive feature processing on the first edge image to obtain a second edge image.
加法器单元403:将所述原始图像和所述第二边缘图像线性叠加,得到边缘增强的图像。Adder unit 403: linearly superimpose the original image and the second edge image to obtain an edge-enhanced image.
上采样单元404:被配置为对所述低分辨率图像进行上采样,得到上采样高分辨率图像。Up-sampling unit 404: configured to up-sample the low-resolution image to obtain an up-sampled high-resolution image.
图像输出单元405:被配置为输出所述边缘增强的图像。Image output unit 405: configured to output the edge-enhanced image.
在一个可选地实施例中,若所述原始图像是低分辨率图像,则所述边缘提取单元401被配置为从所述上采样高分辨率图像提取边缘图像,得到第三边缘图像。In an optional embodiment, if the original image is a low-resolution image, the edge extraction unit 401 is configured to extract an edge image from the up-sampled high-resolution image to obtain a third edge image.
在一个可选地实施例中,若所述原始图像是低分辨率图像,则所述自适应特征处理单元402被配置为对所述第三边缘图像进行自适应特征处理,得到第四边缘图像。In an optional embodiment, if the original image is a low-resolution image, the adaptive feature processing unit 402 is configured to perform adaptive feature processing on the third edge image to obtain a fourth edge image .
在一个可选地实施例中,若所述原始图像是低分辨率图像,则所述加法器单元403被配置为将所述上采样高分辨率图像和所述第四边缘图像线性叠加,得到边缘增强的图像。In an optional embodiment, if the original image is a low-resolution image, the adder unit 403 is configured to linearly superimpose the up-sampled high-resolution image and the fourth edge image to obtain Edge enhanced image.
图5是根据一示例性实施例示出的一种执行图像增强方法的装置1200的框图。例如,交互装置1200可以是移动电话,计算机,数字广播终端,消息收发设备,游戏控制台,平板设备,医疗设备,健身设备,个人数字助理等。Fig. 5 is a block diagram of a device 1200 for performing an image enhancement method according to an exemplary embodiment. For example, the interactive device 1200 may be a mobile phone, a computer, a digital broadcasting terminal, a messaging device, a game console, a tablet device, a medical device, a fitness device, a personal digital assistant, and so on.
参照图5,装置1200可以包括以下一个或多个组件:处理组件1202,存储器1204,电源组件1206,多媒体组件1208,音频组件1210,输入/输出(I/O)的接口1212,传感器组件1214,以及通信组件1216。5, the device 1200 may include one or more of the following components: processing component 1202, memory 1204, power supply component 1206, multimedia component 1208, audio component 1210, input / output (I / O) interface 1212, sensor component 1214,和 通信 组 1216。 And communication components 1216.
处理组件1202通常控制装置1200的整体操作,诸如与显示,电话呼叫,数据通信,相机操作和记录操作相关联的操作。处理组件1202可以包括一个或多个处理器1220来执行指令,以完成上述的方法的全部或部分步骤。此外,处理组件1202可以包括一个或多个模块,便于处理组件1202和其他组件之间的交互。例如,处理组件1202可以包括多媒体模块,以方便多媒体组件1208和处理组件1202之间的交互。The processing component 1202 generally controls the overall operations of the device 1200, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing component 1202 may include one or more processors 1220 to execute instructions to complete all or part of the steps in the above method. In addition, the processing component 1202 may include one or more modules to facilitate interaction between the processing component 1202 and other components. For example, the processing component 1202 may include a multimedia module to facilitate interaction between the multimedia component 1208 and the processing component 1202.
存储器1204被配置为存储各种类型的数据以支持在设备1200的操作。这些数据的示例包括用于在装置1200上操作的任何应用程序或方法的指令,联系人数据,电话簿数据,消息,图片,视频等。存储器1204可以由任何类型的易失性或非易失性存储设备或者它们的组合实现,如静态随机存取存储器(SRAM),电可擦除可编程只读存储器(EEPROM),可擦除可编程只读存 储器(EPROM),可编程只读存储器(PROM),只读存储器(ROM),磁存储器,快闪存储器,磁盘或光盘。The memory 1204 is configured to store various types of data to support operation at the device 1200. Examples of these data include instructions for any application or method operating on the device 1200, contact data, phonebook data, messages, pictures, videos, and so on. The memory 1204 may be implemented by any type of volatile or nonvolatile storage device or a combination thereof, such as static random access memory (SRAM), electrically erasable programmable read only memory (EEPROM), erasable and removable Programmable read only memory (EPROM), programmable read only memory (PROM), read only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk.
电源组件1206为装置1200的各种组件提供电力。电源组件1206可以包括电源管理系统,一个或多个电源,及其他与为装置1200生成、管理和分配电力相关联的组件。The power supply component 1206 provides power to various components of the device 1200. The power supply component 1206 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the device 1200.
多媒体组件1208包括在所述装置1200和用户之间的提供一个输出接口的屏幕。在一些实施例中,屏幕可以包括液晶显示器(LCD)和触摸面板(TP)。如果屏幕包括触摸面板,屏幕可以被实现为触摸屏,以接收来自用户的输入信号。触摸面板包括一个或多个触摸传感器以感测触摸、滑动和触摸面板上的手势。所述触摸传感器可以不仅感测触摸或滑动动作的边界,而且还检测与所述触摸或滑动操作相关的持续时间和压力。在一些实施例中,多媒体组件1208包括一个前置摄像头和/或后置摄像头。当设备1200处于操作模式,如拍摄模式或视频模式时,前置摄像头和/或后置摄像头可以接收外部的多媒体数据。每个前置摄像头和后置摄像头可以是一个固定的光学透镜系统或具有焦距和光学变焦能力。The multimedia component 1208 includes a screen between the device 1200 and the user that provides an output interface. In some embodiments, the screen may include a liquid crystal display (LCD) and a touch panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive input signals from the user. The touch panel includes one or more touch sensors to sense touch, swipe, and gestures on the touch panel. The touch sensor may not only sense the boundary of the touch or sliding action, but also detect the duration and pressure related to the touch or sliding operation. In some embodiments, the multimedia component 1208 includes a front camera and / or a rear camera. When the device 1200 is in an operation mode, such as a shooting mode or a video mode, the front camera and / or the rear camera may receive external multimedia data. Each front camera and rear camera may be a fixed optical lens system or have focal length and optical zoom capabilities.
音频组件1210被配置为输出和/或输入音频信号。例如,音频组件1210包括一个麦克风(MIC),当装置1200处于操作模式,如呼叫模式、记录模式和语音识别模式时,麦克风被配置为接收外部音频信号。所接收的音频信号可以被进一步存储在存储器1204或经由通信组件1216发送。在一些实施例中,音频组件1210还包括一个扬声器,用于输出音频信号。The audio component 1210 is configured to output and / or input audio signals. For example, the audio component 1210 includes a microphone (MIC). When the device 1200 is in an operation mode, such as a call mode, a recording mode, and a voice recognition mode, the microphone is configured to receive an external audio signal. The received audio signal may be further stored in the memory 1204 or sent via the communication component 1216. In some embodiments, the audio component 1210 further includes a speaker for outputting audio signals.
I/O接口1212为处理组件1202和外围接口模块之间提供接口,上述外围接口模块可以是键盘,点击轮,按钮等。这些按钮可包括但不限于:主页按钮、音量按钮、启动按钮和锁定按钮。The I / O interface 1212 provides an interface between the processing component 1202 and a peripheral interface module. The peripheral interface module may be a keyboard, a click wheel, or a button. These buttons may include, but are not limited to: home button, volume button, start button, and lock button.
传感器组件1214包括一个或多个传感器,用于为装置1200提供各个方面的状态评估。例如,传感器组件1214可以检测到设备1200的打开/关闭状态,组件的相对定位,例如所述组件为装置1200的显示器和小键盘,传感器组件1214还可以检测装置1200或装置1200一个组件的位置改变,用户与装置1200 接触的存在或不存在,装置1200方位或加速/减速和装置1200的温度变化。传感器组件1214可以包括接近传感器,被配置用来在没有任何的物理接触时检测附近物体的存在。传感器组件1214还可以包括光传感器,如CMOS或CCD图像传感器,用于在成像应用中使用。在一些实施例中,该传感器组件1214还可以包括加速度传感器,陀螺仪传感器,磁传感器,压力传感器或温度传感器。The sensor assembly 1214 includes one or more sensors for providing the device 1200 with status assessments in various aspects. For example, the sensor component 1214 can detect the on / off state of the device 1200, and the relative positioning of the components, for example, the component is the display and keypad of the device 1200, and the sensor component 1214 can also detect the position change of the device 1200 or a component of the device 1200 The presence or absence of user contact with the device 1200, the orientation or acceleration / deceleration of the device 1200, and the temperature change of the device 1200. The sensor assembly 1214 may include a proximity sensor configured to detect the presence of nearby objects without any physical contact. The sensor assembly 1214 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 1214 may further include an acceleration sensor, a gyro sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
通信组件1216被配置为便于装置1200和其他设备之间有线或无线方式的通信。装置1200可以接入基于通信标准的无线网络,如WiFi,运营商网络(如2G、3G、4G或5G),或它们的组合。在一个示例性实施例中,通信组件1216经由广播信道接收来自外部广播管理系统的广播信号或广播相关信息。在一个示例性实施例中,所述通信组件1216还包括近场通信(NFC)模块,以促进短程通信。例如,在NFC模块可基于射频识别(RFID)技术,红外数据协会(IrDA)技术,超宽带(UWB)技术,蓝牙(BT)技术和其他技术来实现。The communication component 1216 is configured to facilitate wired or wireless communication between the device 1200 and other devices. The device 1200 may access a wireless network based on a communication standard, such as WiFi, an operator network (such as 2G, 3G, 4G, or 5G), or a combination thereof. In an exemplary embodiment, the communication component 1216 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 1216 further includes a near field communication (NFC) module to facilitate short-range communication. For example, the NFC module can be implemented based on radio frequency identification (RFID) technology, infrared data association (IrDA) technology, ultra wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
在示例性实施例中,装置1200可以被一个或多个应用专用集成电路(ASIC)、数字信号处理器(DSP)、数字信号处理设备(DSPD)、可编程逻辑器件(PLD)、现场可编程门阵列(FPGA)、控制器、微控制器、微处理器或其他电子元件实现,用于执行上述方法。In an exemplary embodiment, the apparatus 1200 may be one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable A gate array (FPGA), controller, microcontroller, microprocessor or other electronic components are implemented to perform the above method.
在示例性实施例中,还提供了一种包括指令的非临时性计算机可读存储介质,例如包括指令的存储器1204,上述指令可由装置1200的处理器1220执行以完成上述方法。例如,所述非临时性计算机可读存储介质可以是ROM、随机存取存储器(RAM)、CD-ROM、磁带、软盘和光数据存储设备等。In an exemplary embodiment, a non-transitory computer-readable storage medium including instructions is also provided, for example, a memory 1204 including instructions, which can be executed by the processor 1220 of the device 1200 to complete the above method. For example, the non-transitory computer-readable storage medium may be ROM, random access memory (RAM), CD-ROM, magnetic tape, floppy disk, optical data storage device, or the like.
图6是根据一示例性实施例示出的一种执行图像增强方法的装置1300的框图。例如,装置1300可以被提供为一服务器。参照图6,装置1300包括处理组件1322,其进一步包括一个或多个处理器,以及由存储器1332所代表的存储器资源,用于存储可由处理组件1322的执行的指令,例如应用程序。存储器1332中存储的应用程序可以包括一个或一个以上的每一个对应于一组指令的模块。此外,处理组件1322被配置为执行指令,以执行上述信息列表显示 方法。Fig. 6 is a block diagram of a device 1300 for performing an image enhancement method according to an exemplary embodiment. For example, the device 1300 may be provided as a server. 6, the device 1300 includes a processing component 1322, which further includes one or more processors, and memory resources represented by the memory 1332, for storing instructions executable by the processing component 1322, such as application programs. The application programs stored in the memory 1332 may include one or more modules each corresponding to a set of instructions. In addition, the processing component 1322 is configured to execute instructions to execute the above-mentioned information list display method.
装置1300还可以包括一个电源组件1326被配置为执行装置1300的电源管理,一个有线或无线网络接口1350被配置为将装置1300连接到网络,和一个输入输出(I/O)接口1358。装置1300可以操作基于存储在存储器1332的操作系统,例如Windows ServerTM,Mac OS XTM,UnixTM,LinuxTM,FreeBSDTM或类似。The device 1300 may also include a power component 1326 configured to perform power management of the device 1300, a wired or wireless network interface 1350 configured to connect the device 1300 to the network, and an input output (I / O) interface 1358. The device 1300 can operate based on an operating system stored in the memory 1332, such as Windows ServerTM, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM or the like.
应当理解的是,本申请并不局限于上面已经描述并在附图中示出的精确结构,并且可以在不脱离其范围进行各种修改和改变。本申请的范围仅由所附的权利要求来限制。It should be understood that the present application is not limited to the precise structure that has been described above and shown in the drawings, and various modifications and changes can be made without departing from the scope thereof. The scope of this application is limited only by the appended claims.

Claims (16)

  1. 一种图像增强方法,包括:An image enhancement method, including:
    从原始图像提取边缘图像,得到第一边缘图像;对所述第一边缘图像进行自适应特征处理,得到第二边缘图像;Extract an edge image from the original image to obtain a first edge image; perform adaptive feature processing on the first edge image to obtain a second edge image;
    将所述原始图像和所述第二边缘图像线性叠加,得到边缘增强的图像。Linearly superimposing the original image and the second edge image to obtain an edge enhanced image.
  2. 根据权利要求1所述的图像增强方法,所述对所述第一边缘图像进行自适应特征处理,得到第二边缘图像,包括:分别计算所述第一边缘图像的每个像素点的邻域噪声估计;以及The image enhancement method according to claim 1, wherein the adaptive feature processing is performed on the first edge image to obtain a second edge image, comprising: separately calculating the neighborhood of each pixel of the first edge image Noise estimate; and
    将所述第一边缘图像的每个像素点的邻域噪声估计叠加,得到第二边缘图像。The neighborhood noise estimates of each pixel of the first edge image are superimposed to obtain a second edge image.
  3. 根据权利要求2所述的图像增强方法,所述邻域噪声估计的所述邻域包括以下邻域关系中至少之一的邻域关系:4邻域、D邻域和8邻域。The image enhancement method according to claim 2, wherein the neighborhood of the neighborhood noise estimate includes a neighborhood relationship of at least one of the following neighborhood relationships: 4 neighborhoods, D neighborhoods, and 8 neighborhoods.
  4. 根据权利要求2所述的图像增强方法,计算所述第一边缘图像的每个像素点的邻域噪声估计,包括:According to the image enhancement method of claim 2, calculating the neighborhood noise estimate of each pixel of the first edge image includes:
    计算所述第一边缘图像的所述中心像素点的像素与邻域位置的像素点的像素的误差绝对值和,与所述第一边缘图像的所述中心像素点的像素与邻域位置的像素点的像素的误差和的差值。Calculate the sum of the absolute values of the errors of the pixels of the center pixel of the first edge image and the pixels of the neighboring position, and the pixels of the center pixel of the first edge image The difference between the sum of the errors of the pixels.
  5. 根据权利要求1所述的图像增强方法,采用边缘检测算子,从原始图像提取边缘图像。The image enhancement method according to claim 1, using an edge detection operator to extract an edge image from the original image.
  6. 根据权利要求5所述的图像增强方法,所述边缘检测算子包括以下检测算子中至少之一的检测算子:拉普拉斯高斯算子、罗伯茨算子和索贝尔算子。The image enhancement method according to claim 5, wherein the edge detection operator includes at least one of the following detection operators: a Laplacian Gaussian operator, a Roberts operator, and a Sobel operator.
  7. 根据权利要求1所述的图像增强方法,若所述原始图像是低分辨率图像,则所述从原始图像提取边缘图像,得到第一边缘图像之前,还包括:对所述低分辨率图像进行上采样,得到上采样高分辨率图像。The image enhancement method according to claim 1, if the original image is a low-resolution image, before extracting the edge image from the original image to obtain the first edge image, further comprising: performing an operation on the low-resolution image Up-sampling to get up-sampled high-resolution images.
  8. 根据权利要求7所述的图像增强方法,所述对所述低分辨率图像进行 上采样的所述上采样方法包括以下采样方法中至少之一的采样方法:双线性插值、反卷积和反池化。The image enhancement method according to claim 7, wherein the up-sampling method for up-sampling the low-resolution image includes a sampling method of at least one of the following sampling methods: bilinear interpolation, deconvolution, and Anti-pooling.
  9. 根据权利要求1所述的图像增强方法,还包括:输出所述边缘增强的图像。The image enhancement method according to claim 1, further comprising: outputting the edge-enhanced image.
  10. 一种图像增强装置,包括:An image enhancement device, including:
    边缘提取单元:被配置为从原始图像提取边缘图像,得到第一边缘图像;Edge extraction unit: configured to extract the edge image from the original image to obtain the first edge image;
    自适应特征处理单元:被配置为对所述第一边缘图像进行自适应特征处理,得到第二边缘图像;Adaptive feature processing unit: configured to perform adaptive feature processing on the first edge image to obtain a second edge image;
    加法器单元:将所述原始图像和所述第二边缘图像线性叠加,得到边缘增强的图像。Adder unit: linearly superimpose the original image and the second edge image to obtain an edge-enhanced image.
  11. 根据权利要求10所述的图像增强装置,所述的图像增强装置,还包括:The image enhancement device according to claim 10, further comprising:
    上采样单元:被配置为对所述低分辨率图像进行上采样,得到上采样高分辨率图像;Up-sampling unit: configured to up-sample the low-resolution image to obtain an up-sampled high-resolution image;
    图像输出单元:被配置为输出所述边缘增强的图像。Image output unit: configured to output the edge-enhanced image.
  12. 根据权利要求10所述的图像增强装置,若所述原始图像是低分辨率图像,则所述边缘提取单元被配置为从所述上采样高分辨率图像提取边缘图像,得到第三边缘图像。According to the image enhancement device of claim 10, if the original image is a low-resolution image, the edge extraction unit is configured to extract an edge image from the upsampled high-resolution image to obtain a third edge image.
  13. 根据权利要求10所述的图像增强装置,若所述原始图像是低分辨率图像,则所述自适应特征处理单元被配置为对所述第三边缘图像进行自适应特征处理,得到第四边缘图像。The image enhancement device according to claim 10, if the original image is a low-resolution image, the adaptive feature processing unit is configured to perform adaptive feature processing on the third edge image to obtain a fourth edge image.
  14. 根据权利要求10所述的图像增强装置,若所述原始图像是低分辨率图像,则所述加法器单元被配置为将所述上采样高分辨率图像和所述第四边缘图像线性叠加,得到边缘增强的图像。The image enhancement device according to claim 10, if the original image is a low-resolution image, the adder unit is configured to linearly superimpose the up-sampled high-resolution image and the fourth edge image, Get an edge-enhanced image.
  15. 一种图像增强装置,包括:An image enhancement device, including:
    存储器,用于存储计算机程序,以及执行所述计算机程候选序产生的中间数据以及结果数据;A memory for storing a computer program, and intermediate data and result data generated by executing the candidate sequence of the computer program;
    处理器,用于执行所述存储器中的程序,实现如权利要求1至9任一项所述的图像增强方法的步骤。The processor is configured to execute the program in the memory and implement the steps of the image enhancement method according to any one of claims 1 to 9.
  16. 一种计算机可读存储介质,其上承载一个或多个计算机指令程序,所述计算机指令程序被一个或多个处理器执行时,所述一个或多个处理器执行如权利要求1至9任一项所述的方法。A computer-readable storage medium carrying one or more computer instruction programs thereon, when the computer instruction programs are executed by one or more processors, the one or more processors execute any of claims 1 to 9 One of the methods.
PCT/CN2019/102020 2018-10-17 2019-08-22 Image enhancement method and apparatus, and computer-readable storage medium WO2020078102A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811207500.7 2018-10-17
CN201811207500.7A CN109544490B (en) 2018-10-17 2018-10-17 Image enhancement method, device and computer readable storage medium

Publications (1)

Publication Number Publication Date
WO2020078102A1 true WO2020078102A1 (en) 2020-04-23

Family

ID=65843795

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/102020 WO2020078102A1 (en) 2018-10-17 2019-08-22 Image enhancement method and apparatus, and computer-readable storage medium

Country Status (2)

Country Link
CN (1) CN109544490B (en)
WO (1) WO2020078102A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109544490B (en) * 2018-10-17 2021-07-13 北京达佳互联信息技术有限公司 Image enhancement method, device and computer readable storage medium
CN111227522A (en) * 2019-04-03 2020-06-05 泰州市康平医疗科技有限公司 Intelligent wardrobe door control method
CN115082438B (en) * 2022-07-22 2022-11-25 裕钦精密拉深技术(苏州)有限公司 Deep-drawing part quality inspection system based on computer vision

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100014771A1 (en) * 2008-07-18 2010-01-21 Samsung Electro-Mechanics Co., Ltd. Apparatus for improving sharpness of image
US20130044965A1 (en) * 2011-08-16 2013-02-21 Himax Technologies Limited Super resolution system and method with database-free texture synthesis
CN105225209A (en) * 2015-10-29 2016-01-06 Tcl集团股份有限公司 A kind of sharpening implementation method of non-homogeneous interpolation image and system
CN105243647A (en) * 2015-10-30 2016-01-13 哈尔滨工程大学 Linear spatial filtering-based image enhancement method
CN105957030A (en) * 2016-04-26 2016-09-21 成都市晶林科技有限公司 Infrared thermal imaging system image detail enhancing and noise inhibiting method
CN106296637A (en) * 2015-06-05 2017-01-04 北京中传视讯科技有限公司 A kind of image texture generates method and device
CN106530237A (en) * 2016-09-19 2017-03-22 中山大学 Image enhancement method
CN106600550A (en) * 2016-11-29 2017-04-26 深圳开立生物医疗科技股份有限公司 Ultrasonic image processing method and system
CN108389170A (en) * 2018-03-07 2018-08-10 鞍钢集团矿业有限公司 The image enhancement and denoising method and device of more wide angle cameras overlapping regions
CN109544490A (en) * 2018-10-17 2019-03-29 北京达佳互联信息技术有限公司 Image enchancing method, device and computer readable storage medium

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100420269C (en) * 2005-12-09 2008-09-17 逐点半导体(上海)有限公司 Picture reinforcing treatment system and treatment method
WO2011145668A1 (en) * 2010-05-20 2011-11-24 シャープ株式会社 Image processing device, image processing circuit, image processing method, and program
CN103093428A (en) * 2013-01-23 2013-05-08 中南大学 Space-time united image sequence multi-scale geometric transformation denoising method
CN103700071B (en) * 2013-12-16 2016-08-31 华中科技大学 A kind of depth map up-sampling edge enhancing method
CN104063848B (en) * 2014-06-19 2017-09-19 中安消技术有限公司 A kind of enhancement method of low-illumination image and device
CN104574435B (en) * 2014-09-24 2016-03-02 中国人民解放军国防科学技术大学 Based on the moving camera foreground segmentation method of block cluster
CN104240208A (en) * 2014-09-30 2014-12-24 成都市晶林科技有限公司 Uncooled infrared focal plane detector image detail enhancement method
CN104574304A (en) * 2014-12-25 2015-04-29 深圳市一体太赫兹科技有限公司 Millimeter wave image reconstruction method and system
CN105574834B (en) * 2015-12-23 2018-09-04 小米科技有限责任公司 Image processing method and device
CN106570850B (en) * 2016-10-12 2019-06-04 成都西纬科技有限公司 A kind of image interfusion method
CN107689050B (en) * 2017-08-15 2020-11-17 武汉科技大学 Depth image up-sampling method based on color image edge guide

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100014771A1 (en) * 2008-07-18 2010-01-21 Samsung Electro-Mechanics Co., Ltd. Apparatus for improving sharpness of image
US20130044965A1 (en) * 2011-08-16 2013-02-21 Himax Technologies Limited Super resolution system and method with database-free texture synthesis
CN106296637A (en) * 2015-06-05 2017-01-04 北京中传视讯科技有限公司 A kind of image texture generates method and device
CN105225209A (en) * 2015-10-29 2016-01-06 Tcl集团股份有限公司 A kind of sharpening implementation method of non-homogeneous interpolation image and system
CN105243647A (en) * 2015-10-30 2016-01-13 哈尔滨工程大学 Linear spatial filtering-based image enhancement method
CN105957030A (en) * 2016-04-26 2016-09-21 成都市晶林科技有限公司 Infrared thermal imaging system image detail enhancing and noise inhibiting method
CN106530237A (en) * 2016-09-19 2017-03-22 中山大学 Image enhancement method
CN106600550A (en) * 2016-11-29 2017-04-26 深圳开立生物医疗科技股份有限公司 Ultrasonic image processing method and system
CN108389170A (en) * 2018-03-07 2018-08-10 鞍钢集团矿业有限公司 The image enhancement and denoising method and device of more wide angle cameras overlapping regions
CN109544490A (en) * 2018-10-17 2019-03-29 北京达佳互联信息技术有限公司 Image enchancing method, device and computer readable storage medium

Also Published As

Publication number Publication date
CN109544490A (en) 2019-03-29
CN109544490B (en) 2021-07-13

Similar Documents

Publication Publication Date Title
CN109344832B (en) Image processing method and device, electronic equipment and storage medium
CN109658401B (en) Image processing method and device, electronic equipment and storage medium
KR102463101B1 (en) Image processing method and apparatus, electronic device and storage medium
CN110060215B (en) Image processing method and device, electronic equipment and storage medium
WO2020134866A1 (en) Key point detection method and apparatus, electronic device, and storage medium
CN107798654B (en) Image buffing method and device and storage medium
CN109118430B (en) Super-resolution image reconstruction method and device, electronic equipment and storage medium
KR102612632B1 (en) Training Method and Device for an Image Enhancement Model, and Storage Medium
KR102446687B1 (en) Image processing method and apparatus, electronic device and storage medium
WO2020078102A1 (en) Image enhancement method and apparatus, and computer-readable storage medium
KR20160004379A (en) Methods of image fusion for image stabilization
WO2021169136A1 (en) Image processing method and apparatus, and electronic device and storage medium
TW202209254A (en) Image segmentation method, electronic equipment and computer-readable storage medium thereof
CN110933334B (en) Video noise reduction method, device, terminal and storage medium
JP2017537403A (en) Method, apparatus and computer program product for generating a super-resolution image
CN112258404A (en) Image processing method, image processing device, electronic equipment and storage medium
WO2022032998A1 (en) Image processing method and apparatus, electronic device, storage medium, and program product
CN111968052B (en) Image processing method, image processing apparatus, and storage medium
CN110874809A (en) Image processing method and device, electronic equipment and storage medium
WO2023019870A1 (en) Video processing method and apparatus, electronic device, storage medium, computer program, and computer program product
CN115660945A (en) Coordinate conversion method and device, electronic equipment and storage medium
CN109784327B (en) Boundary box determining method and device, electronic equipment and storage medium
WO2021056770A1 (en) Image reconstruction method and apparatus, electronic device, and storage medium
CN113706421B (en) Image processing method and device, electronic equipment and storage medium
KR20210053121A (en) Method and apparatus for training image processing model, and storage medium

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: 19874496

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19874496

Country of ref document: EP

Kind code of ref document: A1