WO2024094222A1 - Multi-exposure image fusion method and system based on image region validity - Google Patents

Multi-exposure image fusion method and system based on image region validity Download PDF

Info

Publication number
WO2024094222A1
WO2024094222A1 PCT/CN2023/137047 CN2023137047W WO2024094222A1 WO 2024094222 A1 WO2024094222 A1 WO 2024094222A1 CN 2023137047 W CN2023137047 W CN 2023137047W WO 2024094222 A1 WO2024094222 A1 WO 2024094222A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
raw
validity
ratio
noise
Prior art date
Application number
PCT/CN2023/137047
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 WO2024094222A1 publication Critical patent/WO2024094222A1/en

Links

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/4007Scaling of whole images or parts thereof, e.g. expanding or contracting based on interpolation, e.g. bilinear interpolation
    • 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/4023Scaling of whole images or parts thereof, e.g. expanding or contracting based on decimating pixels or lines of pixels; based on inserting pixels or lines of pixels
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20212Image combination
    • G06T2207/20221Image fusion; Image merging

Definitions

  • the present invention relates to the field of image processing technology, and more particularly to a multi-exposure image fusion method and system based on image region validity.
  • High-quality images can provide rich information and real visual experience.
  • the images presented on the display terminal are often low-quality images. Therefore, how to reconstruct high-quality images from low-quality images has always been a challenge in the field of image processing.
  • Multi-exposure image fusion is a technology that fuses multiple images with different exposures into one image. Multi-exposure image fusion technology can improve the imaging quality of images and avoid the loss of details in bright or dark areas caused by a single exposure.
  • Existing multi-exposure image fusion methods mainly include Exposure Fusion (Mertens TMO) and image fusion based on guided filtering. However, the existing fusion methods still have the following defects:
  • Exposure Fusion Mertens TMO: It is necessary to use the Laplace operator to calculate the three channels of the image, which consumes a lot of computing power and is prone to color cast.
  • Image fusion based on guided filtering Multiple filtering operations are performed on color images. The process is complex, consumes a lot of computing power, and is prone to halo phenomenon.
  • the present invention provides a multi-exposure image fusion method and system based on image region validity, which has simple method, strong scene adaptability and high speed.
  • the present invention provides the following technical solutions:
  • a multi-exposure image fusion method based on image region validity comprises the following steps:
  • Step 1 Obtain several raw images with different exposures and normalize them. Subsequent image processing is based on the normalized raw images.
  • Step 2 Calculate the current noise level based on several raw images with different exposures
  • Step 3 Based on the current noise level, obtain the validity map corresponding to each raw image
  • Step 4 Based on the validity graph corresponding to each raw image, calculate the corresponding weight graph
  • Step 5 Fuse each raw image according to the corresponding weight map to obtain a fused image.
  • step 2 the method for calculating the current noise level is:
  • noise mean noise_u mean(rawj-ratio*raw(j+1))
  • noise variance noise_std std(rawj-ratio*raw(j+1))
  • the present invention utilizes the multi-frame exposure characteristics to evaluate the noise level, which is simpler than other noise evaluation methods.
  • step 3 the method for obtaining the validity map corresponding to each raw image is:
  • Img_valid_i (1-Pi);
  • the shortest frame validity is obtained by subtracting the validity of the second shortest frame from 1.
  • the image exposure effectiveness generated by the present invention is more accurate through the noise level characteristics, more suitable for the fusion of nighttime high-noise scenes, and has strong scene adaptability.
  • the present invention performs validity evaluation in the raw domain to obtain a validity graph, because raw data is closer to linearity and can more accurately reflect the progressive process of image brightness, thereby reducing the influence of gamma on brightness values during image signal processing.
  • step 4 for the validity graph Img_valid_i corresponding to the i-th raw image, the method for calculating the corresponding weight graph is:
  • Step 4.1 use the Laplace pyramid method to perform Gaussian blur on the validity map Img_valid_i;
  • Step 4.2 reduce the size of the validity image Img_valid_i after Gaussian blur to 1/2 of the original size
  • Step 4.3 Perform several scale transformations according to step 4.2 to form a sequence of images from large to small.
  • the upper image is larger than the lower image, form a Gaussian pyramid Img_valid_i_pyramid. Then, starting from the image at the bottom of the Gaussian pyramid, perform the following operations to the second-to-last top layer:
  • the obtained top layer image becomes the weight map w_i, which can enhance the smoothness of the fused image.
  • the above method judges the weight by effectiveness, which is more accurate and requires less calculation than simply judging the weight by the value of the brightness map.
  • each raw image is fused according to the corresponding weight map to obtain a fused image, and the fusion formula is:
  • Raw_hdr raw0*w_0+raw1*w_1*ratio+ Vietnamese+rawi*w_i*ratio i +...+raw(n-1)*w_(n-1)*ratio n-1 , where w_i represents the weight map corresponding to the i-th raw image.
  • the present invention performs image fusion in the raw domain, and compared with jpg images, the retention ratio of image information can be increased.
  • a multi-exposure image fusion system based on image region validity comprising:
  • the exposure image acquisition module is used to obtain several raw images with different exposures
  • the noise level calculation module is used to calculate the current noise level based on a number of normalized raw images with different exposures
  • the validity map acquisition module is used to obtain the validity map corresponding to each raw image based on the current noise level
  • the weight map acquisition module is used to calculate the corresponding weight map based on the validity map corresponding to each raw image
  • the fusion module is used to fuse each raw image according to the corresponding weight map.
  • the present invention discloses a multi-exposure image fusion method and system based on image region validity, which has the following beneficial effects compared with the prior art:
  • the present invention fuses the unprocessed original image data in the raw domain, which can better cooperate with the later image signal processing debugging and ensure the image effect of the final output.
  • the present invention is suitable for most sensors, has strong portability, can be expanded to other task areas, and can be widely used in photo-taking and video-related systems and terminal devices.
  • FIG1 is a schematic flow chart of the method of the present invention.
  • FIG. 2 is a schematic diagram of a system module of the present invention.
  • the embodiment of the present invention discloses a multi-exposure image fusion method based on image region validity, referring to FIG1 , comprising the following steps:
  • Step 2 Calculate the current noise level based on the normalized raw images with different exposures:
  • noise mean noise_u mean(rawj-ratio*raw(j+1))
  • noise variance noise_std std(rawj-ratio*raw(j+1))
  • Step 3 Based on the current noise level, obtain the validity map corresponding to each raw image.
  • Img_valid_i (1-Pi);
  • the shortest frame validity is obtained by subtracting the validity of the second shortest frame from 1.
  • the validity may also be calculated in the following manner:
  • Step 4 Based on the validity graph corresponding to each raw image, calculate the corresponding weight graph.
  • the method for calculating the corresponding weight graph is:
  • Step 4.1 use the Laplace pyramid method to perform Gaussian blur on the validity map Img_valid_i;
  • Step 4.2 reduce the size of the validity image Img_valid_i after Gaussian blur to 1/2 of the original size
  • Step 4.3 Perform several scale transformations according to step 4.2 to form an image sequence from large to small.
  • the top layer is the original size, and it is reduced to the lower layer at a fixed ratio.
  • the first layer has a width and height of 20x10, and the next layer is 10x5.
  • the Gaussian pyramid Img_valid_i_pyramid is formed. Then, starting from the image at the bottom of the Gaussian pyramid, the following operations are performed to the second-to-last top layer:
  • the resulting top layer image becomes the weight map w_i.
  • the Laplacian pyramid may be replaced by other methods to perform smoothing operations.
  • Step 5 Fuse each raw image according to the corresponding weight map to obtain a fused image.
  • the fusion formula is:
  • Raw_hdr raw0*w_0+raw1*w_1*ratio+ Vietnamese+rawi*w_i*ratio i +...+raw(n-1)*w_(n-1)*ratio n-1 , where w_i represents the weight map corresponding to the i-th raw image.
  • the embodiment of the present invention further discloses a multi-exposure image fusion system based on image region validity, corresponding to the above method embodiment, referring to FIG2, comprising:
  • the exposure image acquisition module is used to obtain several raw images with different exposures
  • the noise level calculation module is used to calculate the current noise level based on a number of normalized raw images with different exposures
  • the validity map acquisition module is used to obtain the validity map corresponding to each raw image based on the current noise level
  • the weight map acquisition module is used to calculate the corresponding weight map based on the validity map corresponding to each raw image
  • the fusion module is used to fuse each raw image according to the corresponding weight map.
  • the estimated value of the current noise level is statistically calculated:
  • noise_u mean(raw0-8*raw1)
  • noise_std std(raw0-8*raw1).
  • the effectiveness of each point except the shortest frame is calculated according to the exposure ratio relationship:
  • Img_valid_0 (1-P0);
  • the shortest frame validity is obtained by subtracting the validity of the second shortest frame from 1.
  • the final top-level image becomes the weight map w_i.
  • the original raw image is synthesized into the final HDR raw image according to the weight:
  • Raw_hdr raw0*w_0+raw1*w_1*8+raw2*w_2*64.
  • each embodiment is described in a progressive manner, and each embodiment focuses on the differences from other embodiments.
  • the same or similar parts between the embodiments can be referred to each other.
  • the description is relatively simple, and the relevant parts can be referred to the method part.

Landscapes

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

Abstract

The present invention relates to the technical field of image processing. Disclosed are a multi-exposure image fusion method and system based on image region validity. The method comprises: first acquiring a plurality of raw images of different exposures, and normalizing same; calculating a current noise level on the basis of the plurality of normalized raw images of different exposures; on the basis of the current noise level, acquiring validity graphs corresponding to the raw images; calculating corresponding weight graphs on the basis of the validity graphs corresponding to the raw images; and fusing the raw images according to the corresponding weight graphs to obtain a fused image. According to the present invention, during multi-exposure image fusion, the amount of calculation is small, the real-time performance is good, the fusion effect is better, and the influence during image signal processing can be reduced.

Description

一种基于图像区域有效性的多曝光图像融合方法及系统A multi-exposure image fusion method and system based on image region validity 技术领域Technical Field
本发明涉及图像处理技术领域,更具体的说是涉及一种基于图像区域有效性的多曝光图像融合方法及系统。The present invention relates to the field of image processing technology, and more particularly to a multi-exposure image fusion method and system based on image region validity.
背景技术Background technique
随着计算机和多媒体技术的发展,各种多媒体应用都对高质量图像提出了广泛的需求。高质量的图像能够提供丰富的信息和真实的视觉感受。然而,在图像获取过程中,受到图像采集设备、采集环境、噪声等因素的影响,在显示终端呈现的图像往往是低质量的图像。因此,如何通过低质量图像重建高质量的图像,一直都是图像处理领域面临的一个挑战。With the development of computer and multimedia technology, various multimedia applications have put forward extensive demands for high-quality images. High-quality images can provide rich information and real visual experience. However, in the process of image acquisition, affected by factors such as image acquisition equipment, acquisition environment, and noise, the images presented on the display terminal are often low-quality images. Therefore, how to reconstruct high-quality images from low-quality images has always been a challenge in the field of image processing.
多曝光图像融合是把多幅曝光度不同的图像融合成为一幅图像的技术。多曝光图像融合技术可以提高图像的成像质量,避免了因为曝光度单一造成的高亮或者阴暗区域的细节丢失。现有的多曝光图像融合方法主要有Exposure Fusion(曝光融合)—Mertens TMO,以及基于导向滤波的图像融合等,然而现有的融合方法中仍存在以下缺陷:Multi-exposure image fusion is a technology that fuses multiple images with different exposures into one image. Multi-exposure image fusion technology can improve the imaging quality of images and avoid the loss of details in bright or dark areas caused by a single exposure. Existing multi-exposure image fusion methods mainly include Exposure Fusion (Mertens TMO) and image fusion based on guided filtering. However, the existing fusion methods still have the following defects:
Exposure Fusion(曝光融合)—Mertens TMO:需要用拉普拉斯算子对图像三个通道进行计算,需要消耗大量的算力,容易出现偏色。Exposure Fusion—Mertens TMO: It is necessary to use the Laplace operator to calculate the three channels of the image, which consumes a lot of computing power and is prone to color cast.
基于导向滤波的图像融合:对彩色图像进行多次滤波操作,流程复杂,需要消耗大量算力,容易出现halo现象。Image fusion based on guided filtering: Multiple filtering operations are performed on color images. The process is complex, consumes a lot of computing power, and is prone to halo phenomenon.
因此如何克服上述现有技术的缺陷,解决多曝光图像融合过程中计算量大、效果较差等技术问题,是本领域技术人员亟需解决的问题。Therefore, how to overcome the defects of the above-mentioned prior art and solve technical problems such as large amount of calculation and poor effect in the multi-exposure image fusion process is an issue that technical personnel in this field need to solve urgently.
发明内容Summary of the invention
有鉴于此,本发明提供了一种基于图像区域有效性的多曝光图像融合方法及系统,方法简单、场景适应性强、速度快。In view of this, the present invention provides a multi-exposure image fusion method and system based on image region validity, which has simple method, strong scene adaptability and high speed.
为了实现上述目的,本发明提供如下技术方案:In order to achieve the above object, the present invention provides the following technical solutions:
一种基于图像区域有效性的多曝光图像融合方法,包括以下步骤:A multi-exposure image fusion method based on image region validity comprises the following steps:
步骤1、获取若干幅不同曝光的raw图,并进行归一化,后续图像的处理均是基于归一化后的raw图;Step 1: Obtain several raw images with different exposures and normalize them. Subsequent image processing is based on the normalized raw images.
步骤2、基于若干幅不同曝光的raw图,计算当前噪声水平;Step 2: Calculate the current noise level based on several raw images with different exposures;
步骤3、基于当前噪声水平,获取每一幅raw图对应的有效性图;Step 3: Based on the current noise level, obtain the validity map corresponding to each raw image;
步骤4、基于每一幅raw图对应的有效性图,计算对应的权重图;Step 4: Based on the validity graph corresponding to each raw image, calculate the corresponding weight graph;
步骤5、将每一幅raw图依据对应的权重图进行融合,得到融合图像。Step 5: Fuse each raw image according to the corresponding weight map to obtain a fused image.
可选的,所述步骤1中,所述若干幅不同曝光的raw图按照曝光时间递减进行排序,构成集合A={raw0,raw1,...,rawi,...,raw(n-1)},曝光时间比例为ratio,其中n表示集合A中raw图的数量,n≥2。Optionally, in step 1, the plurality of raw images with different exposures are sorted in descending order according to exposure time to form a set A = {raw0, raw1, ..., rawi, ..., raw(n-1)}, and the exposure time ratio is ratio, where n represents the number of raw images in set A, and n≥2.
可选的,所述步骤2中,计算当前噪声水平的方法为: Optionally, in step 2, the method for calculating the current noise level is:
按照场景一致的原则进行计算,噪声均值noise_u=mean(rawj-ratio*raw(j+1)),噪声方差noise_std=std(rawj-ratio*raw(j+1)),其中rawj和raw(j+1)为集合A中任意两幅相邻的raw图,0≤j≤n-2。The calculation is performed according to the principle of scene consistency, the noise mean noise_u = mean(rawj-ratio*raw(j+1)), and the noise variance noise_std = std(rawj-ratio*raw(j+1)), where rawj and raw(j+1) are any two adjacent raw images in set A, 0≤j≤n-2.
本发明利用多帧曝光特性进行噪声水平的评估,比其它噪声评估方法更简单。The present invention utilizes the multi-frame exposure characteristics to evaluate the noise level, which is simpler than other noise evaluation methods.
可选的,所述步骤3中,获取每一幅raw图对应的有效性图的方法为:Optionally, in step 3, the method for obtaining the validity map corresponding to each raw image is:
对于第i幅raw图rawi,根据曝光时间比例计算除了最短帧以外的每个点有效性:For the i-th raw image rawi, calculate the validity of each point except the shortest frame according to the exposure time ratio:
e_q=(ratio-1)*noise_u;e_q = (ratio-1)*noise_u;
d_q=sqrt(ratio**2+1)*noise_std;d_q = sqrt(ratio**2+1)*noise_std;
Si=rawi-ratio*raw(i+1);Si = rawi-ratio*raw(i+1);
Pi=(Si-(e_q-d_q))/max(delta,2*d_q),delta=1e-6Pi = (Si - (e_q - d_q)) / max (delta, 2*d_q), delta = 1e -6 ;
Img_valid_i=(1-Pi);Img_valid_i=(1-Pi);
最短帧有效性由1减去倒数第二短帧的有效性得到。The shortest frame validity is obtained by subtracting the validity of the second shortest frame from 1.
本发明通过噪声水平特性,生成的图像曝光有效性更准确,更适合夜间高噪声场景的融合,场景适应性强。The image exposure effectiveness generated by the present invention is more accurate through the noise level characteristics, more suitable for the fusion of nighttime high-noise scenes, and has strong scene adaptability.
并且本发明在raw域做有效性评估,以得到有效性图,因为raw数据更接近线性,能更准确的反应图像亮度的递进过程,减少图像信号处理过程中gamma对亮度值的影响。In addition, the present invention performs validity evaluation in the raw domain to obtain a validity graph, because raw data is closer to linearity and can more accurately reflect the progressive process of image brightness, thereby reducing the influence of gamma on brightness values during image signal processing.
可选的,所述步骤4中,对于第i幅raw图对应的有效性图Img_valid_i,计算对应的权重图的方法为:Optionally, in step 4, for the validity graph Img_valid_i corresponding to the i-th raw image, the method for calculating the corresponding weight graph is:
步骤4.1、使用拉普拉斯金字塔方法,对有效性图Img_valid_i做高斯模糊;Step 4.1, use the Laplace pyramid method to perform Gaussian blur on the validity map Img_valid_i;
步骤4.2、将高斯模糊之后的有效性图Img_valid_i图像大小缩小到原来的1/2;Step 4.2, reduce the size of the validity image Img_valid_i after Gaussian blur to 1/2 of the original size;
步骤4.3、按照步骤4.2进行若干个尺度变换就构成了从大到小的图像序列,按照上层图像大于下层图像的原则,组成高斯金字塔Img_valid_i_pyramid,然后从高斯金字塔底层的图像开始,到倒数第二顶层做以下操作:Step 4.3: Perform several scale transformations according to step 4.2 to form a sequence of images from large to small. According to the principle that the upper image is larger than the lower image, form a Gaussian pyramid Img_valid_i_pyramid. Then, starting from the image at the bottom of the Gaussian pyramid, perform the following operations to the second-to-last top layer:
A、使用双线性插值,放大图像到与上一层一致;A. Use bilinear interpolation to enlarge the image to be consistent with the previous layer;
B、与上一层的图像做计算合成新的图像;B. Calculate and synthesize a new image with the image of the previous layer;
C、将新的图像替换原有上一层图像;C. Replace the original upper layer image with the new image;
得到的顶层图像成为权重图w_i,可以增强融合图像的平滑性。The obtained top layer image becomes the weight map w_i, which can enhance the smoothness of the fused image.
上述方法通过有效性判断权重,比单纯用亮度图的值大小判断权重更准确、计算量更小。The above method judges the weight by effectiveness, which is more accurate and requires less calculation than simply judging the weight by the value of the brightness map.
可选的,所述步骤5中,将每一幅raw图依据对应的权重图进行融合,得到融合图像,融合公式为:Optionally, in step 5, each raw image is fused according to the corresponding weight map to obtain a fused image, and the fusion formula is:
Raw_hdr=raw0*w_0+raw1*w_1*ratio+.....+rawi*w_i*ratioi+...+raw(n-1)*w_(n-1)*ration-1,其中w_i表示第i幅raw图对应的权重图。Raw_hdr=raw0*w_0+raw1*w_1*ratio+.....+rawi*w_i*ratio i +...+raw(n-1)*w_(n-1)*ratio n-1 , where w_i represents the weight map corresponding to the i-th raw image.
本发明在raw域做图像融合,与jpg图像相比,可以增加图像信息的保留比例。The present invention performs image fusion in the raw domain, and compared with jpg images, the retention ratio of image information can be increased.
一种基于图像区域有效性的多曝光图像融合系统,包括:A multi-exposure image fusion system based on image region validity, comprising:
曝光图像获取模块,用于获取若干幅不同曝光的raw图;The exposure image acquisition module is used to obtain several raw images with different exposures;
噪声水平计算模块,用于基于归一化后的若干幅不同曝光的raw图,计算当前噪声水平;The noise level calculation module is used to calculate the current noise level based on a number of normalized raw images with different exposures;
有效性图获取模块,用于基于当前噪声水平,获取每一幅raw图对应的有效性图; The validity map acquisition module is used to obtain the validity map corresponding to each raw image based on the current noise level;
权重图获取模块,用于基于每一幅raw图对应的有效性图,计算对应的权重图;The weight map acquisition module is used to calculate the corresponding weight map based on the validity map corresponding to each raw image;
融合模块,用于将每一幅raw图依据对应的权重图进行融合。The fusion module is used to fuse each raw image according to the corresponding weight map.
经由上述的技术方案可知,本发明公开提供了一种基于图像区域有效性的多曝光图像融合方法及系统,与现有技术相比,具有以下有益效果:It can be seen from the above technical solutions that the present invention discloses a multi-exposure image fusion method and system based on image region validity, which has the following beneficial effects compared with the prior art:
速度方面:因为计算量的大大减少,本发明能快速部署在终端设备,能做到实时性好。Speed: Since the amount of calculation is greatly reduced, the present invention can be quickly deployed on terminal devices and can achieve good real-time performance.
效果方面:本发明在raw域对没有处理的原始图像数据进行融合,可以更好的配合后期图像信号处理调试,保证最终出图的图像效果。Effect: The present invention fuses the unprocessed original image data in the raw domain, which can better cooperate with the later image signal processing debugging and ensure the image effect of the final output.
适用性方面:本发明适合用于多数传感器,可移植性强,可拓展于其他的任务领域,可广泛运用于拍照、摄像相关系统及终端设备等。Applicability: The present invention is suitable for most sensors, has strong portability, can be expanded to other task areas, and can be widely used in photo-taking and video-related systems and terminal devices.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据提供的附图获得其他的附图。In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings required for use in the embodiments or the description of the prior art will be briefly introduced below. Obviously, the drawings described below are only embodiments of the present invention. For ordinary technicians in this field, other drawings can be obtained based on the provided drawings without paying creative work.
图1为本发明的方法流程示意图;FIG1 is a schematic flow chart of the method of the present invention;
图2为本发明的系统模块示意图。FIG. 2 is a schematic diagram of a system module of the present invention.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The following will be combined with the drawings in the embodiments of the present invention to clearly and completely describe the technical solutions in the embodiments of the present invention. Obviously, the described embodiments are only part of the embodiments of the present invention, not all of the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by ordinary technicians in this field without creative work are within the scope of protection of the present invention.
本发明实施例公开了一种基于图像区域有效性的多曝光图像融合方法,参见图1,包括以下步骤:The embodiment of the present invention discloses a multi-exposure image fusion method based on image region validity, referring to FIG1 , comprising the following steps:
步骤1、获取若干幅不同曝光的raw图,并进行归一化,按照曝光时间递减进行排序,构成集合A={raw0,raw1,...,rawi,...,raw(n-1)},曝光时间比例为ratio,其中n表示集合A中raw图的数量,n≥2。Step 1: obtain several raw images with different exposures, normalize them, and sort them in descending order according to exposure time to form a set A = {raw0, raw1, ..., rawi, ..., raw(n-1)}, where the exposure time ratio is ratio, where n represents the number of raw images in set A, and n≥2.
步骤2、基于归一化后的若干幅不同曝光的raw图,计算当前噪声水平:Step 2: Calculate the current noise level based on the normalized raw images with different exposures:
按照场景一致的原则进行计算,噪声均值noise_u=mean(rawj-ratio*raw(j+1)),噪声方差noise_std=std(rawj-ratio*raw(j+1)),其中rawj和raw(j+1)为集合A中任意两幅相邻的raw图,0≤j≤n-2。The calculation is performed according to the principle of scene consistency, the noise mean noise_u = mean(rawj-ratio*raw(j+1)), and the noise variance noise_std = std(rawj-ratio*raw(j+1)), where rawj and raw(j+1) are any two adjacent raw images in set A, 0≤j≤n-2.
步骤3、基于当前噪声水平,获取每一幅raw图对应的有效性图。Step 3: Based on the current noise level, obtain the validity map corresponding to each raw image.
具体的,对于第i幅raw图rawi,根据曝光时间比例计算除了最短帧(最短曝光时间的raw图)以外的每个点有效性:Specifically, for the i-th raw image rawi, the validity of each point except the shortest frame (raw image with the shortest exposure time) is calculated according to the exposure time ratio:
e_q=(ratio-1)*noise_u;e_q = (ratio-1)*noise_u;
d_q=sqrt(ratio**2+1)*noise_std;d_q = sqrt(ratio**2+1)*noise_std;
Si=rawi-ratio*raw(i+1); Si = rawi-ratio*raw(i+1);
Pi=(Si-(e_q-d_q))/max(delta,2*d_q),delta=1e-6Pi = (Si - (e_q - d_q)) / max (delta, 2*d_q), delta = 1e -6 ;
Img_valid_i=(1-Pi);Img_valid_i=(1-Pi);
最短帧有效性由1减去倒数第二短帧的有效性得到。The shortest frame validity is obtained by subtracting the validity of the second shortest frame from 1.
在其他实施例中还可以通过以下方式计算有效性:In other embodiments, the validity may also be calculated in the following manner:
Si=rawi-ratio*raw(i+1);Si = rawi-ratio*raw(i+1);
e_q=(ratio-1)*noise_u;e_q = (ratio-1)*noise_u;
Img_valid_i=(Si-e_q)*ratio;Img_valid_i = (Si - e_q) * ratio;
步骤4、基于每一幅raw图对应的有效性图,计算对应的权重图。Step 4: Based on the validity graph corresponding to each raw image, calculate the corresponding weight graph.
具体的,对于第i幅raw图对应的有效性图Img_valid_i,计算对应的权重图的方法为:Specifically, for the validity graph Img_valid_i corresponding to the i-th raw image, the method for calculating the corresponding weight graph is:
步骤4.1、使用拉普拉斯金字塔方法,对有效性图Img_valid_i做高斯模糊;Step 4.1, use the Laplace pyramid method to perform Gaussian blur on the validity map Img_valid_i;
步骤4.2、将高斯模糊之后的有效性图Img_valid_i图像大小缩小到原来的1/2;Step 4.2, reduce the size of the validity image Img_valid_i after Gaussian blur to 1/2 of the original size;
步骤4.3、按照步骤4.2进行若干个尺度变换就构成了从大到小的图像序列,顶层为原始大小,按固定比例,往下层缩小,比如第一层宽高=20x10,下一层为10x5,按照该规律组成高斯金字塔Img_valid_i_pyramid,然后从高斯金字塔底层的图像开始,到倒数第二顶层做以下操作:Step 4.3: Perform several scale transformations according to step 4.2 to form an image sequence from large to small. The top layer is the original size, and it is reduced to the lower layer at a fixed ratio. For example, the first layer has a width and height of 20x10, and the next layer is 10x5. According to this rule, the Gaussian pyramid Img_valid_i_pyramid is formed. Then, starting from the image at the bottom of the Gaussian pyramid, the following operations are performed to the second-to-last top layer:
A、使用双线性插值,放大图像到与上一层一致;A. Use bilinear interpolation to enlarge the image to be consistent with the previous layer;
B、与上一层的图像做计算合成新的图像;B. Calculate and synthesize a new image with the image of the previous layer;
C、将新的图像替换原有上一层图像;C. Replace the original upper layer image with the new image;
得到的顶层图像成为权重图w_i。The resulting top layer image becomes the weight map w_i.
在其他实施例中,还可以将拉普拉斯金字塔替换为其他方式进行平滑操作。In other embodiments, the Laplacian pyramid may be replaced by other methods to perform smoothing operations.
步骤5、将每一幅raw图依据对应的权重图进行融合,得到融合图像,融合公式为:Step 5: Fuse each raw image according to the corresponding weight map to obtain a fused image. The fusion formula is:
Raw_hdr=raw0*w_0+raw1*w_1*ratio+.....+rawi*w_i*ratioi+...+raw(n-1)*w_(n-1)*ration-1,其中w_i表示第i幅raw图对应的权重图。Raw_hdr=raw0*w_0+raw1*w_1*ratio+.....+rawi*w_i*ratio i +...+raw(n-1)*w_(n-1)*ratio n-1 , where w_i represents the weight map corresponding to the i-th raw image.
本发明实施例还公开一种基于图像区域有效性的多曝光图像融合系统,与上述方法实施例相对应,参见图2,包括:The embodiment of the present invention further discloses a multi-exposure image fusion system based on image region validity, corresponding to the above method embodiment, referring to FIG2, comprising:
曝光图像获取模块,用于获取若干幅不同曝光的raw图;The exposure image acquisition module is used to obtain several raw images with different exposures;
噪声水平计算模块,用于基于归一化后的若干幅不同曝光的raw图,计算当前噪声水平;The noise level calculation module is used to calculate the current noise level based on a number of normalized raw images with different exposures;
有效性图获取模块,用于基于当前噪声水平,获取每一幅raw图对应的有效性图;The validity map acquisition module is used to obtain the validity map corresponding to each raw image based on the current noise level;
权重图获取模块,用于基于每一幅raw图对应的有效性图,计算对应的权重图;The weight map acquisition module is used to calculate the corresponding weight map based on the validity map corresponding to each raw image;
融合模块,用于将每一幅raw图依据对应的权重图进行融合。The fusion module is used to fuse each raw image according to the corresponding weight map.
下面以ratio=8,n=3时的情况为具体实施例,对本发明方案进行说明。The following is a specific example in which ratio=8 and n=3 to illustrate the solution of the present invention.
一、获取多曝光图像1. Get multi-exposure images
设定长短曝光之间的曝光时间为固定8倍,即ratio=8。获得3幅不同曝光的图像,记长曝光为raw0,中曝光为raw1,短曝光为raw2。raw图归一化到[0,1]区间。后续步骤均是对归一化后的raw图进行的图像处理。Set the exposure time between long and short exposure to a fixed 8 times, i.e. ratio = 8. Obtain 3 images with different exposures, record the long exposure as raw0, the medium exposure as raw1, and the short exposure as raw2. The raw images are normalized to the interval [0,1]. Subsequent steps are all image processing of the normalized raw images.
二、噪声水平计算2. Noise Level Calculation
根据得到的多张曝光图像,基于场景一致的假设,统计出当前噪声水平的估计值: Based on the multiple exposure images obtained and the assumption of scene consistency, the estimated value of the current noise level is statistically calculated:
噪声均值:noise_u=mean(raw0-8*raw1);Noise mean: noise_u = mean(raw0-8*raw1);
噪声方差:noise_std=std(raw0-8*raw1)。Noise variance: noise_std=std(raw0-8*raw1).
三、有效性计算3. Effectiveness Calculation
根据噪声水平,从两帧不同曝光的图像中,根据曝光倍率关系计算出除了最短帧以外的每个点有效性:According to the noise level, from two frames of images with different exposures, the effectiveness of each point except the shortest frame is calculated according to the exposure ratio relationship:
e_q=(ratio-1)*noise_u;e_q = (ratio-1)*noise_u;
d_q=sqrt(ratio**2+1)*noise_std;d_q = sqrt(ratio**2+1)*noise_std;
S0=raw0-8*raw1;S0 = raw0-8*raw1;
P0=(S0-(e_q-d_q))/max(delta,2*d_q),delta=1e-6P0=(S0-(e_q-d_q))/max(delta,2*d_q),delta=1e -6 ;
Img_valid_0=(1-P0);Img_valid_0 = (1-P0);
最短帧有效性由1减去倒数第二短帧的有效性得到。The shortest frame validity is obtained by subtracting the validity of the second shortest frame from 1.
四、权重计算4. Weight calculation
应用拉普拉斯金字塔方法,对有效性图Img_valid_i先做高斯模糊,再将图像大小缩小到原来的1/2。按照前述方式进行若干个尺度变换就构成了从大到小的图像序列,按照上层图像大于下层图像的原则,组成高斯金字塔Img_valid_i_pyramid,然后从高斯金字塔底层的图像开始,到倒数第二顶层做以下操作:Apply the Laplacian pyramid method, first do Gaussian blur on the validity map Img_valid_i, and then reduce the image size to 1/2 of the original. Perform several scale transformations in the above way to form an image sequence from large to small. According to the principle that the upper layer image is larger than the lower layer image, form the Gaussian pyramid Img_valid_i_pyramid, and then start from the bottom layer image of the Gaussian pyramid to the second to last top layer to perform the following operations:
A、使用双线性插值,放大图像到与上一层一致;A. Use bilinear interpolation to enlarge the image to be consistent with the previous layer;
B、与上一层的图像做计算合成新的图像;B. Calculate and synthesize a new image with the image of the previous layer;
C、将新的图像替换原有上一层图像;C. Replace the original upper layer image with the new image;
最后得到的顶层图像成为权重图w_i。The final top-level image becomes the weight map w_i.
五、融合5. Integration
将原始raw图根据权重合成最终的hdr raw图:The original raw image is synthesized into the final HDR raw image according to the weight:
Raw_hdr=raw0*w_0+raw1*w_1*8+raw2*w_2*64。Raw_hdr=raw0*w_0+raw1*w_1*8+raw2*w_2*64.
本说明书中各个实施例采用递进的方式描述,每个实施例重点说明的都是与其他实施例的不同之处,各个实施例之间相同相似部分互相参见即可。对于实施例公开的系统装置而言,由于其与实施例公开的方法相对应,所以描述的比较简单,相关之处参见方法部分说明即可。In this specification, each embodiment is described in a progressive manner, and each embodiment focuses on the differences from other embodiments. The same or similar parts between the embodiments can be referred to each other. For the system device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant parts can be referred to the method part.
对所公开的实施例的上述说明,使本领域专业技术人员能够实现或使用本发明。对这些实施例的多种修改对本领域的专业技术人员来说将是显而易见的,本文中所定义的一般原理可以在不脱离本发明的精神或范围的情况下,在其它实施例中实现。因此,本发明将不会被限制于本文所示的这些实施例,而是要符合与本文所公开的原理和新颖特点相一致的最宽的范围。 The above description of the disclosed embodiments enables one skilled in the art to implement or use the present invention. Various modifications to these embodiments will be apparent to one skilled in the art, and the general principles defined herein may be implemented in other embodiments without departing from the spirit or scope of the present invention. Therefore, the present invention will not be limited to the embodiments shown herein, but rather to the widest scope consistent with the principles and novel features disclosed herein.

Claims (4)

  1. 一种基于图像区域有效性的多曝光图像融合方法,其特征在于,包括以下步骤:A multi-exposure image fusion method based on image region validity, characterized by comprising the following steps:
    步骤1、获取若干幅不同曝光的raw图,按照曝光时间递减进行排序,构成集合A={raw0,raw1,...,rawi,...,raw(n-1)},曝光时间比例为ratio,其中n表示集合A中raw图的数量,rawi表示第i幅raw图,n≥2;并进行归一化;Step 1, obtain several raw images with different exposures, sort them in descending order according to exposure time, form a set A = {raw0, raw1, ..., rawi, ..., raw(n-1)}, the exposure time ratio is ratio, where n represents the number of raw images in the set A, rawi represents the i-th raw image, and n≥2; and perform normalization;
    步骤2、基于归一化后的若干幅不同曝光的raw图,计算当前噪声水平,方法为:Step 2: Calculate the current noise level based on several normalized raw images with different exposures. The method is:
    按照场景一致的原则进行计算,噪声均值noise_u=mean(rawj-ratio*raw(j+1)),噪声方差noise_std=std(rawj-ratio*raw(j+1)),其中rawj和raw(j+1)为集合A中任意两幅相邻的raw图,0≤j≤n-2;The calculation is performed according to the principle of scene consistency. The noise mean noise_u = mean(rawj-ratio*raw(j+1)), and the noise variance noise_std = std(rawj-ratio*raw(j+1)), where rawj and raw(j+1) are any two adjacent raw images in set A, 0≤j≤n-2;
    步骤3、基于当前噪声水平,获取每一幅raw图对应的有效性图,方法为:Step 3: Based on the current noise level, obtain the validity map corresponding to each raw image by:
    对于第i幅raw图rawi,根据曝光时间比例计算除了最短帧以外的每个点有效性:
    e_q=(ratio-1)*noise_u;
    d_q=sqrt(ratio*2+1)*noise_std;
    Si=rawi-ratio*raw(i+1);
    Pi=(Si-(e_q-d_q))/max(delta,2*d_q),delta=1e-6
    Img_valid_i=1-Pi;
    For the i-th raw image rawi, calculate the validity of each point except the shortest frame according to the exposure time ratio:
    e_q = (ratio-1)*noise_u;
    d_q = sqrt(ratio*2+1)*noise_std;
    Si = rawi-ratio*raw(i+1);
    Pi = (Si - (e_q - d_q)) / max (delta, 2*d_q), delta = 1e -6 ;
    Img_valid_i=1-Pi;
    最短帧有效性由1减去倒数第二短帧的有效性得到;The shortest frame validity is obtained by subtracting the validity of the second shortest frame from 1;
    步骤4、基于每一幅raw图对应的有效性图,计算对应的权重图;Step 4: Based on the validity graph corresponding to each raw image, calculate the corresponding weight graph;
    步骤5、将每一幅raw图依据对应的权重图进行融合。Step 5: Fuse each raw image according to the corresponding weight map.
  2. 根据权利要求1所述的一种基于图像区域有效性的多曝光图像融合方法,其特征在于,所述步骤4中,对于第i幅raw图对应的有效性图Img_valid_i,计算对应的权重图的方法为:The multi-exposure image fusion method based on image region validity according to claim 1 is characterized in that in step 4, for the validity map Img_valid_i corresponding to the i-th raw image, the method for calculating the corresponding weight map is:
    步骤4.1、使用拉普拉斯金字塔方法,对有效性图Img_valid_i做高斯模糊;Step 4.1, use the Laplace pyramid method to perform Gaussian blur on the validity map Img_valid_i;
    步骤4.2、将高斯模糊之后的有效性图Img_valid_i图像大小缩小到原来的1/2;Step 4.2, reduce the size of the validity image Img_valid_i after Gaussian blur to 1/2 of the original size;
    步骤4.3、按照步骤4.2进行若干个尺度变换就构成了从大到小的图像序列,按照上层图像大于下层图像的原则,组成高斯金字塔Img_valid_i_pyramid,然后从高斯金字塔底层的图像开始,到倒数第二顶层做以下操作:Step 4.3: Perform several scale transformations according to step 4.2 to form a sequence of images from large to small. According to the principle that the upper image is larger than the lower image, form a Gaussian pyramid Img_valid_i_pyramid. Then, starting from the image at the bottom of the Gaussian pyramid, perform the following operations to the second-to-last top layer:
    A、使用双线性插值,放大图像到与上一层一致;A. Use bilinear interpolation to enlarge the image to be consistent with the previous layer;
    B、与上一层的图像做计算合成新的图像;B. Calculate and synthesize a new image with the image of the previous layer;
    C、将新的图像替换原有上一层图像;C. Replace the original upper layer image with the new image;
    得到的顶层图像成为权重图w_i。The resulting top layer image becomes the weight map w_i.
  3. 根据权利要求1所述的一种基于图像区域有效性的多曝光图像融合方法,其特征在于,所述步骤5中,将每一幅raw图依据对应的权重图进行融合,得到融合图像,融合公式为:The multi-exposure image fusion method based on image region validity according to claim 1 is characterized in that in step 5, each raw image is fused according to the corresponding weight map to obtain a fused image, and the fusion formula is:
    Raw_hdr=raw0*w_0+raw1*w_1*ratio+...+rawi*w_i*ratioi+...+raw(n-1)*w_(n-1)*ration-1,其中w_i表示第i幅raw图对应的权重图。Raw_hdr=raw0*w_0+raw1*w_1*ratio+...+rawi*w_i*ratio i +...+raw(n-1)*w_(n-1)*ratio n-1 , where w_i represents the weight map corresponding to the i-th raw image.
  4. 一种基于图像区域有效性的多曝光图像融合系统,其特征在于,包括:A multi-exposure image fusion system based on image region validity, characterized by comprising:
    曝光图像获取模块,用于获取若干幅不同曝光的raw图,按照曝光时间递减进行排序,构成集合A={raw0,raw1,...,rawi,...,raw(n-1)},曝光时间比例为ratio,其中n表示集合A中raw图的数量,n≥2;并进行归一化;An exposure image acquisition module is used to acquire a number of raw images with different exposures, sort them in descending order according to exposure time, form a set A = {raw0, raw1, ..., rawi, ..., raw(n-1)}, and the exposure time ratio is ratio, where n represents the number of raw images in the set A, n≥2; and perform normalization;
    噪声水平计算模块,用于基于归一化后的若干幅不同曝光的raw图,计算当前噪声水 平,具体的:The noise level calculation module is used to calculate the current noise level based on several normalized raw images with different exposures. Flat, specific:
    按照场景一致的原则进行计算,噪声均值noise_u=mean(rawj-ratio*raw(j+1)),噪声方差noise_std=std(rawj-ratio*raw(j+1)),其中rawj和raw(j+1)为集合A中任意两幅相邻的raw图,0≤j≤n-2;The calculation is performed according to the principle of scene consistency. The noise mean noise_u = mean(rawj-ratio*raw(j+1)), and the noise variance noise_std = std(rawj-ratio*raw(j+1)), where rawj and raw(j+1) are any two adjacent raw images in set A, 0≤j≤n-2;
    有效性图获取模块,用于基于当前噪声水平,获取每一幅raw图对应的有效性图,具体的:The validity map acquisition module is used to obtain the validity map corresponding to each raw image based on the current noise level. Specifically:
    对于第i幅raw图rawi,根据曝光时间比例计算除了最短帧以外的每个点有效性:
    e_q=(ratio-1)*noise_u;
    d_q=sqrt(ratio*2+1)*noise_std;
    Si=rawi-ratio*raw(i+1);
    Pi=(Si-(e_q-d_q))/max(delta,2*d_q),delta=1e-6
    Img_valid_i=1-Pi;
    For the i-th raw image rawi, calculate the validity of each point except the shortest frame according to the exposure time ratio:
    e_q = (ratio-1)*noise_u;
    d_q = sqrt(ratio*2+1)*noise_std;
    Si = rawi-ratio*raw(i+1);
    Pi = (Si - (e_q - d_q)) / max (delta, 2*d_q), delta = 1e -6 ;
    Img_valid_i=1-Pi;
    最短帧有效性由1减去倒数第二短帧的有效性得到;The shortest frame validity is obtained by subtracting the validity of the second shortest frame from 1;
    权重图获取模块,用于基于每一幅raw图对应的有效性图,计算对应的权重图;The weight map acquisition module is used to calculate the corresponding weight map based on the validity map corresponding to each raw image;
    融合模块,用于将每一幅raw图依据对应的权重图进行融合。 The fusion module is used to fuse each raw image according to the corresponding weight map.
PCT/CN2023/137047 2022-11-02 2023-12-07 Multi-exposure image fusion method and system based on image region validity WO2024094222A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202211360730.3 2022-11-02
CN202211360730.3A CN115409754B (en) 2022-11-02 2022-11-02 Multi-exposure image fusion method and system based on image area validity

Publications (1)

Publication Number Publication Date
WO2024094222A1 true WO2024094222A1 (en) 2024-05-10

Family

ID=84169237

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/137047 WO2024094222A1 (en) 2022-11-02 2023-12-07 Multi-exposure image fusion method and system based on image region validity

Country Status (2)

Country Link
CN (1) CN115409754B (en)
WO (1) WO2024094222A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115409754B (en) * 2022-11-02 2023-03-24 深圳深知未来智能有限公司 Multi-exposure image fusion method and system based on image area validity

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112785534A (en) * 2020-09-30 2021-05-11 广东电网有限责任公司广州供电局 Ghost-removing multi-exposure image fusion method in dynamic scene
US20220020126A1 (en) * 2020-07-20 2022-01-20 Samsung Electronics Co., Ltd. Guided multi-exposure image fusion
CN114187192A (en) * 2021-11-22 2022-03-15 南通智能感知研究院 Image processing method based on multi-exposure fusion
CN115170416A (en) * 2022-06-29 2022-10-11 北京空间机电研究所 Multi-exposure dynamic range enhancement method for low-light-level image
CN115409754A (en) * 2022-11-02 2022-11-29 深圳深知未来智能有限公司 Multi-exposure image fusion method and system based on image area validity

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108419062B (en) * 2017-02-10 2020-10-02 杭州海康威视数字技术股份有限公司 Image fusion apparatus and image fusion method
CN107451986B (en) * 2017-08-10 2020-08-14 南京信息职业技术学院 Single infrared image enhancement method based on fusion technology
CN110728648B (en) * 2019-10-25 2022-07-19 北京迈格威科技有限公司 Image fusion method and device, electronic equipment and readable storage medium
CN113992861B (en) * 2020-07-27 2023-07-21 虹软科技股份有限公司 Image processing method and image processing device
CN115147304A (en) * 2022-07-01 2022-10-04 西安欧珀通信科技有限公司 Image fusion method and device, electronic equipment, storage medium and product

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220020126A1 (en) * 2020-07-20 2022-01-20 Samsung Electronics Co., Ltd. Guided multi-exposure image fusion
CN112785534A (en) * 2020-09-30 2021-05-11 广东电网有限责任公司广州供电局 Ghost-removing multi-exposure image fusion method in dynamic scene
CN114187192A (en) * 2021-11-22 2022-03-15 南通智能感知研究院 Image processing method based on multi-exposure fusion
CN115170416A (en) * 2022-06-29 2022-10-11 北京空间机电研究所 Multi-exposure dynamic range enhancement method for low-light-level image
CN115409754A (en) * 2022-11-02 2022-11-29 深圳深知未来智能有限公司 Multi-exposure image fusion method and system based on image area validity

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
WEIZHONG LI: "Detail Preserving Multi-Exposure Image Fusion", OPTICS AND PRECISION ENGINEERING, ZHONGGUO KEXUEYUAN CHANGCHUN JINGMI JIXIE YANJIUSUO, CHANGCHUN, CN, vol. 24, no. 9, 15 September 2016 (2016-09-15), CN , pages 2283 - 2292, XP093168808, ISSN: 1004-924X, DOI: 10.3788/OPE.20162409.2283 *

Also Published As

Publication number Publication date
CN115409754B (en) 2023-03-24
CN115409754A (en) 2022-11-29

Similar Documents

Publication Publication Date Title
WO2024094222A1 (en) Multi-exposure image fusion method and system based on image region validity
CN104144298B (en) A kind of wide dynamic images synthetic method
WO2020048271A1 (en) Gan network-based vehicle damage image enhancement method and apparatus
CN112734650B (en) Virtual multi-exposure fusion based uneven illumination image enhancement method
US20200082508A1 (en) Information processing method, information processing apparatus, and recording medium
CN110751608B (en) Night scene high dynamic range image fusion method and device and electronic equipment
CN111986106B (en) High-dynamic image reconstruction method based on neural network
US20220270266A1 (en) Foreground image acquisition method, foreground image acquisition apparatus, and electronic device
CN112804464B (en) HDR image generation method and device, electronic equipment and readable storage medium
CN105931213A (en) Edge detection and frame difference method-based high-dynamic range video de-ghosting method
CN110246090B (en) Image processing method and device
Nguyen et al. Psenet: Progressive self-enhancement network for unsupervised extreme-light image enhancement
CN115996322A (en) Image data management method for digital video shooting
Wang et al. Multiscale supervision-guided context aggregation network for single image dehazing
CN111815729B (en) Real-time skin beautifying method, device, equipment and computer storage medium
CN113628141A (en) HDR detail enhancement method based on high and low exposure image fusion
CN103188432A (en) Focus accuracy quantifying judgment device and method
CN111915735A (en) Depth optimization method for three-dimensional structure contour in video
CN107085845A (en) Image blurring detection method and device
Yan et al. Feature aggregation attention network for single image dehazing
CN112991236B (en) Image enhancement method and device based on template
Alluhaidan et al. Visibility enhancement in poor weather-tracking of vehicles
CN103841312B (en) Object detecting apparatus and method
CN115002297A (en) Image denoising method, training method, device, electronic equipment and storage medium
WO2020227898A1 (en) Image fusion method, image acquisition device and movable platform