WO2021025445A1 - Local histogram matching with global regularization and motion exclusion for multi-exposure image fusion - Google Patents

Local histogram matching with global regularization and motion exclusion for multi-exposure image fusion Download PDF

Info

Publication number
WO2021025445A1
WO2021025445A1 PCT/KR2020/010298 KR2020010298W WO2021025445A1 WO 2021025445 A1 WO2021025445 A1 WO 2021025445A1 KR 2020010298 W KR2020010298 W KR 2020010298W WO 2021025445 A1 WO2021025445 A1 WO 2021025445A1
Authority
WO
WIPO (PCT)
Prior art keywords
image frame
map
histogram match
local histogram
image
Prior art date
Application number
PCT/KR2020/010298
Other languages
French (fr)
Inventor
Zhen TONG
John William Glotzbach
Ruiwen ZHEN
Hamid Rahim Sheikh
Original Assignee
Samsung Electronics Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US16/707,652 external-priority patent/US11200653B2/en
Priority claimed from KR1020200097535A external-priority patent/KR20210018121A/en
Application filed by Samsung Electronics Co., Ltd. filed Critical Samsung Electronics Co., Ltd.
Priority to EP20850168.4A priority Critical patent/EP3935601A4/en
Publication of WO2021025445A1 publication Critical patent/WO2021025445A1/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 by the use of more than one image, e.g. averaging, subtraction
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/25Fusion techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/74Image or video pattern matching; Proximity measures in feature spaces
    • G06V10/75Organisation of the matching processes, e.g. simultaneous or sequential comparisons of image or video features; Coarse-fine approaches, e.g. multi-scale approaches; using context analysis; Selection of dictionaries
    • G06V10/758Involving statistics of pixels or of feature values, e.g. histogram matching
    • 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/20172Image enhancement details
    • G06T2207/20201Motion blur correction
    • 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

  • This disclosure relates generally to image capturing systems. More specifically, this disclosure relates to local histogram matching with global regularization and motion exclusion for multi-exposure image fusion.
  • Multi-frame blending algorithms are used in various applications to "fuse" or combine multiple image frames of a scene in order to produce a final image of the scene.
  • multiple image frames can be fused to perform high dynamic range (HDR) imaging or to perform motion blur reduction (MBR).
  • HDR high dynamic range
  • MRR motion blur reduction
  • the image frames being fused are captured using different exposure settings, such as different ISO settings and/or different exposure times.
  • image frames captured using different exposure settings often have different brightness levels and often capture different amounts of motion within a scene. As a result, it is typically difficult to fuse image frames that are captured using different exposure settings.
  • This disclosure provides local histogram matching with global regularization and motion exclusion for multi-exposure image fusion.
  • a method in a first embodiment, includes obtaining, multiple image frames of a scene.
  • the multiple image frames include a first image frame and a second image frame captured using different exposures.
  • the method also includes excluding, pixels in the first and second image frames based on a motion map.
  • the method further includes generating, multiple local histogram match maps based on different portions of the first and second image frames.
  • the method includes generating, a histogram matched image frame using the local histogram match maps.
  • an electronic device in a second embodiment, includes at least one image sensor and at least one processor operatively connected to the at least one image sensor.
  • the at least one processor is configured to obtain multiple image frames of a scene from the at least one image sensor.
  • the multiple image frames include a first image frame and a second image frame captured using different exposures.
  • the at least one processor is also configured to exclude pixels in the first and second image frames based on a motion map.
  • the at least one processor is further configured to generate multiple local histogram match maps based on different portions of the first and second image frames.
  • the at least one processor is configured to generate a histogram matched image frame using the local histogram match maps.
  • a non-transitory machine-readable medium contains instructions that when executed cause at least one processor of an electronic device to obtain, using at least one sensor of the electronic device, multiple image frames of a scene.
  • the multiple image frames include a first image frame and a second image frame captured using different exposures.
  • the medium also contains instructions that when executed cause the at least one processor to exclude pixels in the first and second image frames based on a motion map.
  • the medium further contains instructions that when executed cause the at least one processor to generate multiple local histogram match maps based on different portions of the first and second image frames.
  • the medium contains instructions that when executed cause the at least one processor to generate a histogram matched image frame using the local histogram match maps.
  • FIG. 1 illustrates an example network configuration including an electronic device according to embodiments of this disclosure
  • FIG. 2 illustrates an example process for multi-frame fusion according to embodiments of this disclosure
  • FIG. 3 illustrates an example process for performing image histogram matching in the process of FIG. 2 according to embodiments of this disclosure
  • FIGS. 4A and 4B illustrate an example reference image frame, an example non-reference image frame, and an example motion map according to embodiments of this disclosure
  • FIGS. 5A and 5B illustrate an example image frame divided into a number of tiles and local histogram match maps for the tiles as compared to a global histogram match map according to embodiments of this disclosure
  • FIGS. 6A and 6B illustrate example local histogram match maps for an image frame with a large over-exposed region and an example histogram-matched image frame according to embodiments of this disclosure
  • FIG. 7 illustrates example local histogram match maps for an image frame with a large under-exposed region according to embodiments of this disclosure
  • FIGS. 8A, 8B, and 8C illustrate example applications of local histogram matching according to embodiments of this disclosure
  • FIG. 9 illustrates an example method for multi-exposure image fusion using local histogram matching with global regularization and motion exclusion according to embodiments of this disclosure.
  • FIGS. 10A, 10B, and 10C illustrate examples of image frames divided into a number of irregular tiles according to embodiments of this disclosure.
  • a method comprises:
  • the multiple image frames including a first image frame and a second image frame captured using different exposures
  • the motion map comprises a binary motion map, wherein the binary motion map is generated by: determining a value of the motion map based on a motion vector between the first image frame and the second image frame; replacing values less than or equal to a pre-set threshold in the determined motion map with value of 1; and replacing values greater than a pre-set threshold in the determined motion map with value of 0.
  • the method further comprises:
  • generating an histogram matched image frame using the local histogram match maps comprises, generating an histogram matched image frame using the modified local histogram match map.
  • modifying at least one of the local histogram match maps comprises:
  • the values interpolated between the specified local histogram match map and the global histogram match map are weighted based on an amount of exposure in a corresponding tile of one of the multiple image frames.
  • modifying at least one of the local histogram match maps further comprises:
  • generating an histogram matched image frame using the local histogram match maps comprises:
  • an electronic device comprises:
  • At least one image sensor obtaining image frames
  • At least one processor operatively connected to the at least one image sensor, the at least one processor configured to:
  • the multiple image frames including a first image frame and a second image frame captured using different exposures
  • the motion map comprises a binary motion map, wherein the binary motion map is generated by: determining a value of the motion map based on a motion vector between the first image frame and the second image frame; replacing values less than or equal to a pre-set threshold in the determined motion map with value of 1; and replacing values greater than a pre-set threshold in the determined motion map with value of 0.
  • the at least one processor is further configured to:
  • the at least one processor is further configured to generate an histogram matched image frame using the modified local histogram match map to generate an histogram matched image frame using the local histogram match maps.
  • the at least one processor is configured to:
  • the values interpolated between the specified local histogram match map and the global histogram match map are weighted based on an amount of exposure in a corresponding tile of one of the multiple image frames.
  • the at least one processor is further configured to:
  • the at least one processor is further configured to:
  • a machine-readable medium contains instructions that when executed cause at least one processor of an electronic device to perform any one of claims 1 to 7.
  • One embodiment of the present disclosure in the fusion of multiple exposure images, performs local histogram matching with global regularization and motion exclusion to prevent significant color or brightness distortion.
  • the term “or” is inclusive, meaning and/or.
  • various functions described below can be implemented or supported by one or more computer programs, each of which is formed from computer readable program code and embodied in a computer readable medium.
  • application and “program” refer to one or more computer programs, software components, sets of instructions, procedures, functions, objects, classes, instances, related data, or a portion thereof adapted for implementation in a suitable computer readable program code.
  • computer readable program code includes any type of computer code, including source code, object code, and executable code.
  • computer readable medium includes any type of medium capable of being accessed by a computer, such as read only memory (ROM), random access memory (RAM), a hard disk drive, a compact disc (CD), a digital video disc (DVD), or any other type of memory.
  • ROM read only memory
  • RAM random access memory
  • CD compact disc
  • DVD digital video disc
  • a “non-transitory” computer readable medium excludes wired, wireless, optical, or other communication links that transport transitory electrical or other signals.
  • a non-transitory computer readable medium includes media where data can be permanently stored and media where data can be stored and later overwritten, such as a rewritable optical disc or an erasable memory device.
  • phrases such as “have,” “may have,” “include,” or “may include” a feature indicate the existence of the feature and do not exclude the existence of other features.
  • the phrases “A or B,” “at least one of A and/or B,” or “one or more of A and/or B” may include all possible combinations of A and B.
  • “A or B,” “at least one of A and B,” and “at least one of A or B” may indicate all of (1) including at least one A, (2) including at least one B, or (3) including at least one A and at least one B.
  • first and second may modify various components regardless of importance and do not limit the components. These terms are only used to distinguish one component from another.
  • a first user device and a second user device may indicate different user devices from each other, regardless of the order or importance of the devices.
  • a first component may be denoted a second component and vice versa without departing from the scope of this disclosure.
  • the phrase “configured (or set) to” may be interchangeably used with the phrases “suitable for,” “having the capacity to,” “designed to,” “adapted to,” “made to,” or “capable of” depending on the circumstances.
  • the phrase “configured (or set) to” does not essentially mean “specifically designed in hardware to.” Rather, the phrase “configured to” may mean that a device can perform an operation together with another device or parts.
  • the phrase “processor configured (or set) to perform A, B, and C” may mean a generic-purpose processor (such as a CPU or application processor) that may perform the operations by executing one or more software programs stored in a memory device or a dedicated processor (such as an embedded processor) for performing the operations.
  • Examples of an “electronic device” may include at least one of a smartphone, a tablet personal computer (PC), a mobile phone, a video phone, an e-book reader, a desktop PC, a laptop computer, a netbook computer, a workstation, a personal digital assistant (PDA), a portable multimedia player (PMP), an MP3 player, a mobile medical device, a camera, or a wearable device (such as smart glasses, a head-mounted device (HMD), electronic clothes, an electronic bracelet, an electronic necklace, an electronic accessory, an electronic tattoo, a smart mirror, or a smart watch).
  • PDA personal digital assistant
  • PMP portable multimedia player
  • MP3 player MP3 player
  • a mobile medical device such as smart glasses, a head-mounted device (HMD), electronic clothes, an electronic bracelet, an electronic necklace, an electronic accessory, an electronic tattoo, a smart mirror, or a smart watch.
  • Other examples of an electronic device include a smart home appliance.
  • Examples of the smart home appliance may include at least one of a television, a digital video disc (DVD) player, an audio player, a refrigerator, an air conditioner, a cleaner, an oven, a microwave oven, a washer, a drier, an air cleaner, a set-top box, a home automation control panel, a security control panel, a TV box (such as SAMSUNG HOMESYNC, APPLETV, or GOOGLE TV), a smart speaker or speaker with an integrated digital assistant (such as SAMSUNG GALAXY HOME, APPLE HOMEPOD, or AMAZON ECHO), a gaming console (such as an XBOX, PLAYSTATION, or NINTENDO), an electronic dictionary, an electronic key, a camcorder, or an electronic picture frame.
  • a television such as SAMSUNG HOMESYNC, APPLETV, or GOOGLE TV
  • a smart speaker or speaker with an integrated digital assistant such as SAMSUNG GALAXY HOME, APPLE HOMEPOD, or AMAZON
  • an electronic device include at least one of various medical devices (such as diverse portable medical measuring devices (like a blood sugar measuring device, a heartbeat measuring device, or a body temperature measuring device), a magnetic resource angiography (MRA) device, a magnetic resource imaging (MRI) device, a computed tomography (CT) device, an imaging device, or an ultrasonic device), a navigation device, a global positioning system (GPS) receiver, an event data recorder (EDR), a flight data recorder (FDR), an automotive infotainment device, a sailing electronic device (such as a sailing navigation device or a gyro compass), avionics, security devices, vehicular head units, industrial or home robots, automatic teller machines (ATMs), point of sales (POS) devices, or Internet of Things (IoT) devices (such as a bulb, various sensors, electric or gas meter, sprinkler, fire alarm, thermostat, street light, toaster, fitness equipment, hot water tank, heater, or boiler).
  • MRA magnetic resource
  • an electronic device include at least one part of a piece of furniture or building/structure, an electronic board, an electronic signature receiving device, a projector, or various measurement devices (such as devices for measuring water, electricity, gas, or electromagnetic waves).
  • an electronic device may be one or a combination of the above-listed devices.
  • the electronic device may be a flexible electronic device.
  • the electronic device disclosed here is not limited to the above-listed devices and may include new electronic devices depending on the development of technology.
  • the term “user” may denote a human or another device (such as an artificial intelligent electronic device) using the electronic device.
  • FIGS. 1 through 10C discussed below, and the various embodiments of this disclosure are described with reference to the accompanying drawings. However, it should be appreciated that this disclosure is not limited to these embodiments, and all changes and/or equivalents or replacements thereto also belong to the scope of this disclosure.
  • the same or similar reference denotations may be used to refer to the same or similar elements throughout the specification and the drawings.
  • multi-frame blending algorithms are used in various applications to “fuse” or combine multiple image frames of a scene in order to produce a final image of the scene, such as in high dynamic range (HDR) imaging or motion blur reduction (MBR).
  • HDR high dynamic range
  • MRR motion blur reduction
  • the image frames being fused are captured using different exposure settings, such as different ISO settings and/or different exposure times.
  • image frames captured using different exposure settings often have different brightness levels and often capture different amounts of motion within a scene.
  • Global image histogram matching algorithms may be used to adjust one or more image frames in brightness in order to facilitate easier fusion of the image frames.
  • global histogram matching algorithms can result in various image artifacts, such as brightness inconsistencies and color distortions.
  • This disclosure provides various techniques for applying local histogram matching with global regularization and motion exclusion for multi-exposure image fusion.
  • multiple image frames of a scene are captured using different exposure settings, such as when different image frames are captured using different exposure lengths. Pixels in the image frames associated with motion in the scene are excluded, and the image frames are divided into multiple sections or “tiles”.
  • one image frame is identified as a reference image frame, and one or more other image frames are identified as one or more non-reference image frames and are each divided into tiles.
  • a local histogram match map is calculated for each tile of the non-reference image frame, where the local histogram match map identifies how to adjust the image data from that tile so that its histogram more closely matches the histogram of image data in a corresponding tile of the reference image frame.
  • One or more of the local histogram match maps may be regularized based on a global histogram match map for that image frame. For instance, part or all of a local histogram match map for an image tile can be replaced by part or all of the global histogram match map for the image frame containing that tile.
  • the local histogram match maps can then be used to generate a final image of the scene.
  • the techniques described in this patent document help to reduce motion blur in the final image of the scene.
  • the techniques described in this patent document can more readily adapt to different types of local image content in the captured image frames.
  • certain specific types of local image content such as over-exposed and under-exposed regions
  • certain specific types of local image content such as over-exposed and under-exposed regions
  • FIG. 1 illustrates an example network configuration 100 including an electronic device in accordance with this disclosure.
  • the embodiment of the network configuration 100 shown in FIG. 1 is for illustration only. Other embodiments of the network configuration 100 could be used without departing from the scope of this disclosure.
  • an electronic device 101 is included in the network configuration 100.
  • the electronic device 101 can include at least one of a bus 110, a processor 120, a memory 130, an input/output (I/O) interface 150, a display 160, a communication interface 170, or a sensor 180.
  • the electronic device 101 may exclude at least one of these components or may add at least one other component.
  • the bus 110 includes a circuit for connecting the components 120-180 with one another and for transferring communications (such as control messages and/or data) between the components.
  • the processor 120 includes one or more of a central processing unit (CPU), an application processor (AP), or a communication processor (CP).
  • the processor 120 is able to perform control on at least one of the other components of the electronic device 101 and/or perform an operation or data processing relating to communication.
  • the processor 120 can be a graphics processor unit (GPU).
  • the processor 120 can receive image data and process the image data (as discussed in more detail below) to support multi-exposure image fusion using local histogram matching with global regularization and motion exclusion.
  • the memory 130 can include a volatile and/or non-volatile memory.
  • the memory 130 can store commands or data related to at least one other component of the electronic device 101.
  • the memory 130 can store software and/or a program 140.
  • the program 140 includes, for example, a kernel 141, middleware 143, an application programming interface (API) 145, and/or an application program (or “application”) 147.
  • a kernel 141, middleware 143, or API 145 may be denoted an operating system (OS).
  • OS operating system
  • the kernel 141 can control or manage system resources (such as the bus 110, processor 120, or memory 130) used to perform operations or functions implemented in other programs (such as the middleware 143, API 145, or application 147).
  • the kernel 141 provides an interface that allows the middleware 143, the API 145, or the application 147 to access the individual components of the electronic device 101 to control or manage the system resources.
  • the application 147 includes one or more applications for image capture and image processing as discussed below. These functions can be performed by a single application or by multiple applications that each carries out one or more of these functions.
  • the middleware 143 can function as a relay to allow the API 145 or the application 147 to communicate data with the kernel 141, for instance.
  • a plurality of applications 147 can be provided.
  • the middleware 143 is able to control work requests received from the applications 147, such as by allocating the priority of using the system resources of the electronic device 101 (like the bus 110, the processor 120, or the memory 130) to at least one of the plurality of applications 147.
  • the API 145 is an interface allowing the application 147 to control functions provided from the kernel 141 or the middleware 143.
  • the API 145 includes at least one interface or function (such as a command) for filing control, window control, image processing, or text control.
  • the I/O interface 150 serves as an interface that can, for example, transfer commands or data input from a user or other external devices to other component(s) of the electronic device 101.
  • the I/O interface 150 can also output commands or data received from other component(s) of the electronic device 101 to the user or the other external device.
  • the display 160 includes, for example, a liquid crystal display (LCD), a light emitting diode (LED) display, an organic light emitting diode (OLED) display, a quantum-dot light emitting diode (QLED) display, a microelectromechanical systems (MEMS) display, or an electronic paper display.
  • the display 160 can also be a depth-aware display, such as a multi-focal display.
  • the display 160 is able to display, for example, various contents (such as text, images, videos, icons, or symbols) to the user.
  • the display 160 can include a touchscreen and may receive, for example, a touch, gesture, proximity, or hovering input using an electronic pen or a body portion of the user.
  • the communication interface 170 is able to set up communication between the electronic device 101 and an external electronic device (such as a first electronic device 102, a second electronic device 104, or a server 106).
  • the communication interface 170 can be connected with a network 162 or 164 through wireless or wired communication to communicate with the external electronic device.
  • the communication interface 170 can be a wired or wireless transceiver or any other component for transmitting and receiving signals, such as images.
  • the wireless communication is able to use at least one of, for example, long term evolution (LTE), long term evolution-advanced (LTE-A), 5th generation wireless system (5G), millimeter-wave or 60 GHz wireless communication, Wireless USB, code division multiple access (CDMA), wideband code division multiple access (WCDMA), universal mobile telecommunication system (UMTS), wireless broadband (WiBro), or global system for mobile communication (GSM), as a cellular communication protocol.
  • the wired connection can include, for example, at least one of a universal serial bus (USB), high definition multimedia interface (HDMI), recommended standard 232 (RS-232), or plain old telephone service (POTS).
  • the network 162 or 164 includes at least one communication network, such as a computer network (like a local area network (LAN) or wide area network (WAN)), Internet, or a telephone network.
  • the electronic device 101 further includes one or more sensors 180 that can meter a physical quantity or detect an activation state of the electronic device 101 and convert metered or detected information into an electrical signal.
  • one or more sensors 180 include one or more cameras or other imaging sensors for capturing images of scenes.
  • the sensor(s) 180 can also include one or more buttons for touch input, a gesture sensor, a gyroscope or gyro sensor, an air pressure sensor, a magnetic sensor or magnetometer, an acceleration sensor or accelerometer, a grip sensor, a proximity sensor, a color sensor (such as a red green blue (RGB) sensor), a bio-physical sensor, a temperature sensor, a humidity sensor, an illumination sensor, an ultraviolet (UV) sensor, an electromyography (EMG) sensor, an electroencephalogram (EEG) sensor, an electrocardiogram (ECG) sensor, an infrared (IR) sensor, an ultrasound sensor, an iris sensor, or a fingerprint sensor.
  • the sensor(s) 180 can further include an inertial measurement unit, which can include one or more accelerometers, gyroscopes, and other components.
  • the sensor(s) 180 can include a control circuit for controlling at least one of the sensors included here. Any of these sensor(s) 180 can be located within the electronic device 101.
  • the first external electronic device 102 or the second external electronic device 104 can be a wearable device or an electronic device-mountable wearable device (such as an HMD).
  • the electronic device 101 can communicate with the electronic device 102 through the communication interface 170.
  • the electronic device 101 can be directly connected with the electronic device 102 to communicate with the electronic device 102 without involving with a separate network.
  • the electronic device 101 can also be an augmented reality wearable device, such as eyeglasses, that include one or more cameras.
  • the first and second external electronic devices 102 and 104 and the server 106 each can be a device of the same or a different type from the electronic device 101.
  • the server 106 includes a group of one or more servers.
  • all or some of the operations executed on the electronic device 101 can be executed on another or multiple other electronic devices (such as the electronic devices 102 and 104 or server 106).
  • the electronic device 101 when the electronic device 101 should perform some function or service automatically or at a request, the electronic device 101, instead of executing the function or service on its own or additionally, can request another device (such as electronic devices 102 and 104 or server 106) to perform at least some functions associated therewith.
  • the other electronic device (such as electronic devices 102 and 104 or server 106) is able to execute the requested functions or additional functions and transfer a result of the execution to the electronic device 101.
  • the electronic device 101 can provide a requested function or service by processing the received result as it is or additionally.
  • a cloud computing, distributed computing, or client-server computing technique may be used, for example. While FIG. 1 shows that the electronic device 101 includes the communication interface 170 to communicate with the external electronic device 104 or server 106 via the network 162 or 164, the electronic device 101 may be independently operated without a separate communication function according to some embodiments of this disclosure.
  • the server 106 can include the same or similar components 110-180 as the electronic device 101 (or a suitable subset thereof).
  • the server 106 can support to drive the electronic device 101 by performing at least one of operations (or functions) implemented on the electronic device 101.
  • the server 106 can include a processing module or processor that may support the processor 120 implemented in the electronic device 101.
  • FIG. 1 illustrates one example of a network configuration 100 including an electronic device 101
  • the network configuration 100 could include any number of each component in any suitable arrangement.
  • computing and communication systems come in a wide variety of configurations, and FIG. 1 does not limit the scope of this disclosure to any particular configuration.
  • FIG. 1 illustrates one operational environment in which various features disclosed in this patent document can be used, these features could be used in any other suitable system.
  • FIG. 2 illustrates an example process 200 for multi-frame fusion according to embodiments of this disclosure.
  • the process 200 shown in FIG. 2 is described as being performed using the electronic device 101 shown in FIG. 1.
  • the process 200 shown in FIG. 2 could be used with any other suitable electronic device and in any suitable system.
  • the process 200 is used to capture or otherwise obtain multiple image frames 205 of a scene and to process the image frames in order to generate a fused output image 255.
  • the fused output image 255 is produced by combining or fusing the image data contained in the image frames 205.
  • At least two of the image frames 205 are captured using different exposure settings, such as different exposure lengths.
  • the process 200 may receive two image frames 205 captured using different exposure settings.
  • the process 200 may receive three or more image frames 205, where at least two of the image frames 205 are captured using different exposure settings.
  • any suitable exposure settings may be used to capture the image frames 205.
  • at least one image frame 205 may be captured using an automatic exposure (referred to as an “auto-exposure”) or other longer exposure, and at least one other image frame 205 may be captured using a shorter exposure relative to the automatic or longer exposure.
  • An automatic exposure generally refers to an exposure that is automatically determined by a camera or other device, typically with little or no user input. In some cases, for example, a user is allowed to specify an exposure mode (such as portrait, landscape, sports, or other modes), and the automatic exposure can be generated based on the selected exposure mode without any other user input.
  • Each exposure setting is typically associated with different settings for the camera, such as different apertures, shutter speeds, and camera sensor sensitivities.
  • a shorter-exposure image frame is typically darker, lacks image details, and has more noise compared to an auto-exposure or other longer-exposure image frame.
  • the shorter-exposure image frame may include one or more regions that are under-exposed, while the auto-exposure or other longer-exposure image frame may include one or more regions that are over-exposed. Note that while often described below as involving the use of at least one auto-exposure image frame and at least one shorter-exposure image frame, the techniques described in this patent document may be used with any suitable combination of image frames captured using different exposures.
  • the processor 120 can control the camera or other image sensor 180 of the electronic device 101 so that the image frames 205 are captured rapidly, such as in a burst mode.
  • the image frames 205 may be captured simultaneously or in an overlapping manner.
  • a capture request that triggers the capture of the image frames 205 represents any suitable command or input indicating a need or desire to capture an image of a scene using the electronic device 101.
  • the capture request could be initiated in response to a user’s pressing of a “soft” button presented on the display 160 or the user’s pressing of a “hard” button.
  • one image frame 205 can be used as a reference image frame, and the other image frame 205 can be used as a non-reference image frame.
  • the reference image frame may represent the auto-exposure or other longer-exposure image frame, or the reference image frame may represent the shorter-exposure image frame.
  • the auto-exposure or other longer-exposure image frame may be used as the reference image frame by default, since this typically allows the image frame with greater image details to be used more when generating a composite or final image of a scene.
  • a pre-processing operation 210 receives the image frames 205 and pre-processes the image frames 205 in a desired manner. Any suitable pre-processing functions may be performed here as part of the pre-processing operation 210.
  • the pre-processing operation 210 could perform a white balancing function to change or correct the color balance in one or more of the image frames 205.
  • the pre-processing operation 210 could perform a function to reconstruct full color image frames from incomplete color samples contained in raw image frames using a mask (such as a CFA mask).
  • the pre-processed image frames 205 are provided to an image alignment operation 220, which generally operates to align the image frames 205 and produce aligned image frames.
  • the image alignment operation 220 may modify the non-reference image frame so that particular features in the non-reference image frame align with corresponding features in the reference image frame. Alignment may be needed to compensate for misalignment caused by the electronic device 101 moving or rotating in between image captures, which causes objects in the image frames 205 to move or rotate slightly (as is common with handheld devices).
  • the image frames 205 can be aligned both geometrically and photometrically.
  • the image alignment operation 220 can use global Oriented FAST and Rotated BRIEF (ORB) features and local features from a block search to align the image frames, although other implementations of the image registration operation could also be used.
  • ORB Rotated BRIEF
  • the reference image frame here may or may not be modified during the alignment, and the non-reference image frame could represent the only image frame that is modified during the alignment.
  • a motion map is generated, and the motion map may include a coarse motion map, where the motion map (coarse motion map) reflects one or more areas in the aligned image frames where motion is present.
  • the aligned image frames 205 are provided to an image histogram matching operation 230, which generally operates to modify the non-reference image frame so that histograms of the non-reference image frame more closely match histograms of the reference image frame.
  • the image histogram matching operation 230 may operate to make the brightness level generally equal for both the reference and non-reference image frames and to match the colors in the reference and non-reference image frames more closely.
  • the image histogram matching operation 230 outputs histogram-matched image frames.
  • the reference image frame here may or may not be modified during the histogram matching, and the non-reference image frame could represent the only image frame that is modified during the histogram matching.
  • local histogram matching can be performed by dividing the reference and non-reference image frames into tiles and performing histogram matching per tile. More details regarding the histogram matching operation 230 are described below in relation to FIG. 3.
  • the histogram-matched image frames are provided to an image blending operation 240, which blends or otherwise combines pixels from the image frames in order to produce at least one blended image of a scene.
  • Each blended image generally represents a fusion of the image frames of different exposures, where each pixel in the blended image is extracted from either the reference or non-reference image frame or is a combination of pixels from both the reference and non-reference image frames.
  • the histogram-matched frames are used to provide accurate motion analysis and generate a blending motion map. This blending motion map is then used to guide the blending of image frames of different exposures.
  • Various techniques may be used here to blend the image frames.
  • the at least one blended image is provided to a post-processing operation 250.
  • the post-processing operation 250 can perform any suitable post-processing of the blended image to produce a fused output image 255.
  • the post-processing operation 250 could perform tone mapping or sharpening.
  • each of the operations of the process 200 can be implemented or supported using one or more software applications or other software instructions that are executed by at least one processor 120 of the electronic device 101.
  • at least some of the operations of the process 200 can be implemented or supported using dedicated hardware components.
  • the operations of the process 200 can be performed using any suitable hardware or any suitable combination of hardware and software/firmware instructions.
  • FIG. 2 illustrates one example of a process 200 for multi-frame fusion
  • the electronic device 101 may perform any other desired functions as part of the process 200 or as part of a large image processing algorithm.
  • the image frames 205 may undergo other suitable pre-processing and post-processing operations.
  • FIG. 3 illustrates an example process 300 for performing image histogram matching in the process 200 of FIG. 2 according to embodiments of this disclosure.
  • the process 300 shown in FIG. 3 may be performed as part or all of the image histogram matching operation 230 in the process 200 shown in FIG. 2.
  • the process 300 shown in FIG. 3 is described as being performed using the electronic device 101 shown in FIG. 1.
  • the process 300 shown in FIG. 3 could be used with any other suitable electronic device and in any suitable system.
  • the process 300 receives various inputs, such as a coarse motion map (or, a motion map) 305 and image frames 310 and 315, from the image alignment operation 220.
  • the image frame 310 here represents a reference image frame
  • the image frame 315 here represents a non-reference image frame.
  • the image frames 310, 315 have been pre-processed and aligned as described above.
  • the image frame 310 represents an auto-exposure or other longer-exposure image frame and the image frame 315 represents a shorter-exposure image frame, although that need not be the case.
  • two image frames 310, 315 are received here, more than two image frames may be obtained.
  • the image frames 310 and 315 are provided to a motion exclusion operation 320, which generally operates to identify regions of one or more image frames 310 and 315 that contain motion based on the coarse motion map 305 and to exclude those regions from further processing.
  • the motion exclusion operation 320 may generate a mask containing values indicating whether motion is or is not detected in the image frames 310 and 315 based on the coarse motion map 305, and image data associated with motion areas in the image frames 310 and 315 can be excluded from further processing based on the mask.
  • the image frames 310 and 315 can be modified by removing image data associated with motion.
  • the image frames 310 and 315 (or modified versions of the image frames 310 and 315) are provided to a tile-based histogram matching operation 330.
  • the image frames 310, 315 (or modified versions thereof) are divided into a number of tiles, and a local histogram match map is generated for each tile of the image frame 315.
  • Each local histogram match map identifies how image data in the tile of the image frame 315 can be modified so that the image data’s histogram more closely matches the histogram of a corresponding tile in the image frame 310.
  • the tile-based histogram matching operation 330 can use any suitable technique to divide each image frame into tiles, and the tile-based histogram matching operation 330 can use any suitable technique to calculate a local histogram match map for the image data in each tile of an image frame.
  • the tile-based histogram matching operation 330 can also calculate a global histogram match map for the image frame 315 in its entirety, and the tile-based histogram matching operation 330 can use any suitable technique to calculate a global histogram match map for the image data of an image frame.
  • a global regularization operation 340 receives the local and global histogram match maps.
  • the global regularization operation 340 generally uses the global histogram match map for an image frame to optionally regularize one or more local histogram match maps for the tiles of that image frame. For example, part or all of a local histogram match map can be replaced by part or all of the global histogram match map in order to account for things like over-exposed and under-exposed regions, or interpolated values based at least partially on the global histogram match map can be determined and used in the local histogram match map.
  • the global regularization operation 340 may modify one or more than one of the local histogram match maps for an image frame (or no local histogram match maps may be modified for particular image frames). This produces finalized local histogram match maps to be used to generate a final image of a scene.
  • a histogram matching operation 350 uses the finalized local histogram match maps (and possibly the global histogram match map) to modify one or more of the image frames 310, 315. In some embodiments, only the non-reference image frame 315 is modified, although both image frames 310, 315 could be modified in other embodiments.
  • the histogram matching operation 350 can use any suitable technique to modify at least one image frame. One example of the types of operations that may be performed by the histogram matching operation 350 is provided below with reference to FIG. 8. At a minimum, the histogram matching operation 350 can output a histogram-matched non-reference image frame 355, which can be provided to the image blending operation 240. If the image frame 310 is modified, the histogram matching operation 350 can output multiple histogram-matched image frames.
  • each of the operations of the process 300 can be implemented or supported using one or more software applications or other software instructions that are executed by at least one processor 120 of the electronic device 101.
  • at least some of the operations of the process 300 can be implemented or supported using dedicated hardware components.
  • the operations of the process 300 can be performed using any suitable hardware or any suitable combination of hardware and software/firmware instructions.
  • FIG. 3 illustrates one example of a process 300 for performing image histogram matching in the process 200 of FIG. 2, various changes may be made to FIG. 3.
  • the electronic device 101 may perform any other desired functions as part of the process 300 or as part of a larger image processing algorithm.
  • FIGS. 4A and 4B illustrate an example reference image frame 410, an example non-reference image frame 415, and an example motion map 405 according to embodiments of this disclosure.
  • a person’s face has been obscured for privacy.
  • the reference image frame 410 is captured using a longer exposure compared to the non-reference image frame 415.
  • the reference image frame 410 may be captured using an EV+0 exposure
  • the non-reference image frame 415 may be captured using an EV-1, EV-2, or EV-3 exposure.
  • the reference image frame 410 is brighter and contains more image details, but the reference image frame 410 suffers from greater motion blur or saturation.
  • saturation may indicate a phenomenon in which the saturation of the frame approaches achromatic color by excessively including light due to over-exposure.
  • the non-reference image frame 415 is darker and contains less image details, but the non-reference image frame 415 suffers from little or no motion blur or saturation.
  • the motion map 405 identifies pixels associated with the image frame 410 or 415 in which motion is occurring. As described above, the motion map 405 can be identified during the image alignment operation 220 in FIG. 2. In one embodiment, the value of the motion map 405 may be determined based on a motion vector between the reference image frame 410 and the non-reference image frame 415. For example, the motion map 405 may be a map with a range of [0,255] and a dimension of 2016x1512. The smaller the value of the motion map 405, it may indicate that there is a higher likelihood of a movement.
  • the corresponding pixel when the value of the motion map 405 of a specific pixel is smaller than a pre-set threshold, the corresponding pixel may be determined as a motion pixel.
  • the pre-set threshold may be determined from a generally predicted motion vector.
  • the motion map 405 may identify those areas of the image frames 410, 415 in which significant differences continue to exist between the image frames 410, 415 even after alignment.
  • the motion map 405 may be modified as a binary motion map.
  • a value of 1 may represent a motion pixel that includes motion
  • a value of 0 may represent a static pixel that does not include motion.
  • the value of the binary motion map may be determined by comparing the value of the motion map 405 with a pre-set threshold.
  • the binary motion map may be generated by, if the value of the determined motion map is less than or equal to a pre-set threshold, replacing the value with 1, and if the value of the determined motion map is greater than a pre-set threshold, replacing the value with 0.
  • the binary motion map can serve as a mask to exclude motion pixels from subsequent histogram matching operations.
  • a person is waving his hand, and the pixels associated with a region 425 of an image containing the person’s arm and hand shows significant motion (meaning motion above some threshold value).
  • the pixels in the region 425 can be excluded from subsequent histogram matching operations, since significant motion easily leads to histogram mismatches between image frames.
  • FIGS. 4A and 4B illustrate one example of a reference image frame 410, a non-reference image frame 415, and a motion map 405, various changes may be made to FIGS. 4A and 4B.
  • the image frames and motion map here are examples, and images of scenes and their associated motion maps can vary widely.
  • FIGS. 5A and 5B illustrate an example image frame 500 divided into a number of tiles 505a-530a and local histogram match maps 505b-530b for the tiles as compared to a global histogram match map 535 according to embodiments of this disclosure.
  • the image frame 500 has been divided into a 2x3 array of tiles 505a-530a.
  • the number and arrangement of tiles 505a-530a here are for illustration only and that an image frame can be divided into any other suitable number and arrangement of tiles.
  • each of the tiles 505a-530a may generally encompass substantially the same amount of space in the image frame 500, although as described below this need not be the case.
  • the tile-based histogram matching operation 330 can divide different image frames into different numbers and arrangements of tiles based on various factors, such as the size of the image frames, the orientations of the image frames, and the contents of the image frames.
  • the tile-based histogram matching operation 330 calculates the local histogram match maps 505b-530b and the global histogram match map 535 for the image frame 500.
  • Each local histogram match map 505b-530b is based on the image contents of a corresponding tile 505a-530a (as well as a corresponding tile of another image frame), and the global histogram match map 535 is based on the image contents of all tiles 505a-530a (as well as the other image frame).
  • each local histogram match map 505b-530b is defined by solid lines in the associated graph
  • the global histogram match map 535 is defined by dashed lines in the graphs.
  • the global histogram match map 535 can be used to modify or replace at least part of one or more local histogram match maps 505b-530b in various circumstances in order to improve the quality of the final image of a scene (a process referred to as regularization).
  • histogram matching generally matches the brightness and color of the non-reference image frame 315 to the brightness and color of the reference image frame 310. This can be accomplished by calculating global and local histogram match maps for the non-reference image frame 315, regularizing any of the local histogram match maps based on the global histogram match map (if needed), and modifying the image data in at least the non-reference image frame 315 so that the modified image data has histograms that more closely match the histograms of the image data in the reference image frame 310. In some cases, only the image data in the non-reference image frame 315 may be modified in order to produce a histogram-matched non-reference image frame 355.
  • An image frame may be modified in any suitable manner based on a local histogram match map (or a regularized version thereof). For instance, a look-up table may map original luminance and/or chrominance pixel values from the non-reference image frame 315 into new luminance and/or chrominance pixel values for the histogram-matched non-reference image frame 355.
  • the resulting histogram-matched non-reference image frame 355 ideally has a histogram that more closely matches a histogram of the reference image frame 310, helping to more closely match the brightness and color of the reference image frame 310.
  • the use of tile-based local histogram matching improves the overall quality of the histogram matching operation 230. That is, the histogram matching operation 230 is able to consider local image content in different regions of the image frame 500 and can more closely match those different regions to corresponding regions in another image frame. As illustrated in FIG. 5B, the curves for the global histogram match map 535 diverge from the curves for several of the local histogram match maps 505b-530b. Merely performing global histogram matching across all tiles 505a-530a would therefore likely lead to the creation of artifacts such as brightness inconsistencies and color distortions. Dividing image frames into tiles can better reflect the image content corresponding to the tiles, which in turn achieves better matching performance compared to global matching.
  • FIGS. 5A and 5B illustrate one example of an image frame 500 divided into a number of tiles 505a-530a and local histogram match maps 505b-530b for the tiles as compared to a global histogram match map 535
  • the number of tiles used to divide an image frame may be increased or decreased, and the tiles need not have a uniform size or shape.
  • an image frame may be divided into 3x3 tiles, 4x2 tiles, or 2x4 tiles, and different numbers and arrangements of tiles may be used with different resolutions (such as 3x3 tiles for 1440x1440 images or 2x4 or 4x2 tiles for 2288x1080 images).
  • FIGS. 6A and 6B illustrate example local histogram match maps for an image frame 601 with a large over-exposed region and an example histogram-matched image frame 602 according to embodiments of this disclosure.
  • the image frame 601 has been divided into tiles 605a-620a, and local histogram match maps 605b-620b have been generated for the respective tiles 605a-620a.
  • a global histogram match map 635 has been generated for the image 601, and the global histogram match map 635 has been plotted against each local histogram match map 605b-620b.
  • the local histogram match maps 605b, 615b, 620b follow the global histogram match map 635 relatively well.
  • the local histogram match map 610b associated with the tile 610a does not. This is because the tile 610a corresponds to an area of high saturation (for example, high light saturated area close to achromatic color with low saturation) in the image frame 601.
  • the local histogram match map 610b includes RGB curves reflecting a zero value over much of the curves until the curves then jump to their maximum values. This is due to high saturation points in the image frame 601.
  • the global regularization operation 340 can replace values in the local histogram match map 610b with values in the global histogram match map 635 (or values based on the global histogram match map 635) for use during subsequent histogram matching operations involving the tile 610a.
  • the resulting image frame 602 produced in this manner is shown in FIG. 6B and can more accurately reflect the image data contained in the original image frame 601.
  • this operation can be expressed as follows.
  • a local histogram match map 610b is altered by a global regularization process that replaces zero values in the local histogram match map 610b with corresponding values from the global histogram match map 635.
  • the global regularization process can interpolate between the local and global curves to improve match performance. For example, the following function can be applied to the curves in the local histogram match map 610b, where w is a scaling weight calculated from the saturation amount in a tile:
  • FIGS. 6A and 6B illustrate examples of local histogram match maps 605b-620b for an image frame 601 with a large over-exposed region and one example of a histogram-matched image frame 602
  • various changes may be made to FIGS. 6A and 6B.
  • these images are merely meant to illustrate how a local histogram match map for a saturated area of an image frame can be processed.
  • Other image frames would have other image contents and histograms, but the same type of technique may be applied there.
  • FIG. 7 illustrates example local histogram match maps for an image frame 701 with a large under-exposed region according to embodiments of this disclosure. Similar to the problems presented by image frames with large over-exposed (over-saturated) regions, images with dark (under-exposed) regions also might not provide reliable local histogram match maps for use during histogram matching.
  • FIG. 7 which shows the image frame 701 divided into tiles 705a-710a, local histogram match maps 705b-710b associated with respective tiles 705a-710a, and a global histogram match map 735 associated with all tiles 705a-710a.
  • the local histogram match map 705b follows the global histogram match map 735 relatively well.
  • the local histogram match map 710b associated with the tile 710a does not. This is because the tile 710a corresponds to a dark region of the image frame 701.
  • the local histogram match map 710b includes RGB curves that increase initially and then flatline at constant values over the bulk of the RGB curves. Attempting to apply histogram matching using the local histogram match map 710b would therefore likely result in brightness or color mismatches in at least the tile 710a and possibly in neighboring tiles.
  • the global regularization operation 340 can replace the local histogram match map 710b with the global histogram match map 735 and use the global histogram match map 735 during subsequent histogram matching operations involving the tile 710a.
  • the resulting image frame produced in this manner can more accurately reflect the image data contained in the original image frame 701.
  • this operation can be expressed as follows.
  • a local histogram match map 710b is altered by a global regularization process similar to the process used for high saturated regions explained above with reference to FIGS. 6A and 6B.
  • the global regularization for dark regions may replace a local histogram match map’s value with a corresponding global histogram match map’s value if the difference between the two values exceeds a predetermined threshold.
  • T_th represents the predetermined threshold
  • f1[k] may be determined by the equation above:
  • FIG. 7 illustrates one example of local histogram match maps for an image frame 701 with a large under-exposed region
  • this image is merely meant to illustrate how a local histogram match map for a darker area of an image frame can be processed.
  • Other image frames would have other image contents and histograms, but the same type of technique may be applied there.
  • FIGS. 8A, 8B, and 8C illustrate example applications of local histogram matching according to embodiments of this disclosure.
  • the applications shown in FIGS. 8A, 8B, and 8C may, for example, represent one way in which the histogram matching operation 350 described above may perform local histogram matching, respectively. Note, however, that the histogram matching operation 350 may perform any other suitable operations to provide local histogram matching.
  • each pixel 801 of the image frame 800 is modified on a pixel-by-pixel basis. In some embodiments, this could be done merely by applying each local histogram match map 805b-830b to the pixel values of its corresponding tile 805a-830a.
  • the value of each pixel 801 in a tile is interpolated based on multiple local histogram match maps of its nearest neighboring tiles (such as its four nearest neighboring tiles). This can help to provide smoothness in the histogram matching operation (at the boundary of each tile) and avoid discontinuities around tile boundaries.
  • the value of each pixel 801 in a tile may be interpolated based on weighted averaging of the pixel values as defined by the local histogram match maps of its nearest neighboring tiles (such as its four nearest neighboring tiles). For example, the following function can be applied to the weighted average of local histogram match maps of its four nearest neighboring tiles:
  • (x,y) is the pixel coordinates
  • weightX is x/tileWidth
  • weightY is y/tileHeight
  • f_tile1[k], f_tile2[k], f_tile3[k], and f_tile4[k] denote values of a local histogram match map of four nearest neighboring tiles of a pixel existing on (x,y) coordinates.
  • the pixel 801 in the tile 810a can be based on values from the local histogram match maps 805b, 810b, 815b, and 820b.
  • the weight applied to each value from a neighboring tile’s local histogram match map can be based on the distance between the pixel 801 and the neighboring tile.
  • the pixel 802 in the tile 830a can be based on values from the local histogram match maps 815b, 820b, 825b, and 830b.
  • the weight applied to each value from a neighboring tile’s local histogram match map can be based on the distance between the pixel 802 and the neighboring tile.
  • the pixel 802 may have the highest weight reflecting the value of the nearest tile’s local histogram match map 830b.
  • the amount of the values of the local histogram match maps 815b, 820b, 825b, and 830b applied to the histogram matching of the pixel 802 may vary according to the weightX determined according to the position on the x-axis of the pixel relative to the width of the tile and the weightY determined according to the position on the y-axis of the pixel relative to the height of the tile, respectively.
  • a specific pixel 803 in the tile 805a, and a specific pixel 804 in the tile 830a may have only two neighboring tiles.
  • a final local histogram match value may be applied, in which two neighboring tiles’ local histogram match maps 805b and 810b are reflected twice each.
  • a final local histogram match value may be applied, in which two neighboring tiles’ local histogram match maps 825b and 830b are reflected twice each.
  • the weight applied to each value from a neighboring tile’s local histogram match map can be based on the distance between the pixels 803 or 804 and each neighboring tile.
  • FIGS. 8A, 8B, and 8C each illustrate one example of an application of local histogram matching
  • various changes may be made to FIGS. 8A, 8B, and 8C.
  • local histogram match maps may be applied to pixel values of tiles in one or more image frames in any other suitable manner.
  • FIG. 9 illustrates an example method 900 for multi-exposure image fusion using local histogram matching with global regularization and motion exclusion according to embodiments of this disclosure.
  • the method 900 shown in FIG. 9 is described as being performed using the electronic device 101 shown in FIG. 1.
  • the method 900 shown in FIG. 9 could be used with any other suitable electronic device and in any suitable system.
  • the electronic device 101 obtains multiple image frames 205 of a scene by using at least one sensor, such as one or more sensors 180 in FIG. 1.
  • the multiple image frames 205 can include a reference image frame 310 captured using a longer exposure time and a non-reference image frame 315 captured using a shorter exposure time.
  • the non-reference image frame 315 can appear under-exposed when compared to the reference image frame 310.
  • step 910 pixels are excluded from the multiple image frames based on a motion map 305.
  • the motion map 305 can be generated during a pre-processing or alignment operation of a multi-frame fusion algorithm.
  • the pixels to exclude correspond to at least one area in the multiple image frames 205 that contains a large amount of motion.
  • step 915 multiple local histogram match maps are generated. For example, each of the image frames 205 can be divided into multiple tiles. A local histogram match map can then be generated based on a comparison of a tile in the reference image frame 310 and a corresponding tile in the non-reference image frame 315 (across all tiles of the image frames 310, 315).
  • step 920 a global histogram match map is generated. The global histogram match map can be generated based on a comparison of the entire reference image frame 310 and the entire non-reference image frame 315.
  • global regularization may be applied to one or more of the local histogram match maps.
  • global regularization can be applied to a local histogram match map associated with a highly saturated region or a darker region of the non-reference image frame 315.
  • Example approaches for replacing portions of a local histogram match map with (or based on) portions of a global histogram match map are provided above.
  • histogram-matched image frames are generated and output.
  • a histogram-matched non-reference image frame 355 can be generated based on the local histogram match maps (at least one of which may have been regularized based on the global histogram match map).
  • the resulting histogram-matched non-reference image frame 355 may closely match the reference image frame 310 in terms of brightness and color.
  • a final image of a scene is produced.
  • a blending operation may occur.
  • the histogram-matched frames are used to provide an accurate motion analysis and generate a blending motion map.
  • This blending motion map is used to guide the blending of the image frames 310 and 315.
  • the resulting image may then undergo post-processing operations to produce a fused output image 255.
  • the fused output image 255 may be stored, output, or used in any suitable manner.
  • the fused output image 255 may be displayed on the display 160 of the electronic device 101, saved to a camera roll stored in a memory 130 of the electronic device 101, or attached to a text message, email, or other communication to be transmitted from the electronic device 101.
  • the final image of the scene could be used in any other or additional manner.
  • FIG. 9 illustrates one example of a method 900 for multi-exposure image fusion using local histogram matching with global regularization and motion exclusion
  • various changes can be made to FIG. 9.
  • steps in FIG. 9 could overlap, occur in parallel, occur in a different order, or occur any number of times.
  • tile-based histogram matching operation 330 can divide different image frames into different numbers and arrangements of tiles based on various factors, such as the size of the image frames, the orientations of the image frames, and the actual contents of the image frames.
  • FIGS. 10A, 10B, and 10C illustrate examples of image frames 1001, 1002, 1003 divided into a number of irregular tiles according to embodiments of this disclosure.
  • the image frame 1001 includes tiles that are defined based on the presence of the sky detected in the image frame 1001, as well as based on the contours of one or more objects within the scene.
  • tiles are created to segment buildings into tiles separate from the sky. Note that tiles may be created to segment other objects in a scene from each other and from the sky.
  • the image frame 1002 includes a tile that is defined around a person in a foreground of the scene, as well as one or more tiles defining a background of the scene. Note that one or more tiles may similarly be created around one or more objects in the foreground of a scene. Also note that, depending on the background of the scene, one or more tiles may similarly be created to encompass the background.
  • the image frame 1003 includes tiles that are irregularly shaped based on features or objects in the image frame 1003.
  • the tiles are defined by the skyline in a scene, which provides a natural break to partition upper and lower tiles.
  • mountains in the scene provide a natural break to partition left and right tiles.
  • tiles for image frames can be identified by first performing a foreground/background segmentation process that identifies different regions in the foreground and background of a scene.
  • Various approaches for foreground/background segmentation may be used here.
  • the approaches described above can be used to perform local histogram matching for each background region in multiple image frames. During these operations, the foreground region(s) may be excluded from consideration.
  • the approaches described above can also be used to perform local histogram matching for each foreground region in the multiple image frames. During those operations, the background region(s) may be excluded from consideration.
  • this approach may further improve the histogram matching process, particularly in foreground regions.
  • This can be beneficial for various scenes, such as when the foreground regions of image frames include the skin and hair of one or more people (which are often susceptible to color shifts and motion during image processing). This also still allows the background regions of the scene to be processed and obtain the benefits of local histogram matching.
  • FIGS. 10A, 10B, and 10C illustrate examples of image frames 1001, 1002, 1003 divided into tiles
  • various changes may be made to these figures.
  • these figures are merely meant to illustrate example ways in which an image frame can be segmented into tiles based on contents of the image frames.
  • the number of tiles used to divide an image frame may be increased or decreased, and the arrangements of the tiles can vary as needed or desired.

Abstract

A method includes obtaining, multiple image frames of a scene. The multiple image frames include a first image frame and a second image frame captured using different exposures. The method also includes excluding, pixels in the first image frame and the second image frame based on a motion map identifying movement. The method further includes generating, multiple local histogram match maps based on different portions of the first image frame and the second image frame. In addition, the method includes generating, a histogram matched image frame using the local histogram match maps.

Description

LOCAL HISTOGRAM MATCHING WITH GLOBAL REGULARIZATION AND MOTION EXCLUSION FOR MULTI-EXPOSURE IMAGE FUSION
This disclosure relates generally to image capturing systems. More specifically, this disclosure relates to local histogram matching with global regularization and motion exclusion for multi-exposure image fusion.
Multi-frame blending algorithms are used in various applications to "fuse" or combine multiple image frames of a scene in order to produce a final image of the scene. For example, multiple image frames can be fused to perform high dynamic range (HDR) imaging or to perform motion blur reduction (MBR). In some applications, the image frames being fused are captured using different exposure settings, such as different ISO settings and/or different exposure times. Unfortunately, image frames captured using different exposure settings often have different brightness levels and often capture different amounts of motion within a scene. As a result, it is typically difficult to fuse image frames that are captured using different exposure settings.
This disclosure provides local histogram matching with global regularization and motion exclusion for multi-exposure image fusion.
In a first embodiment, a method includes obtaining, multiple image frames of a scene. The multiple image frames include a first image frame and a second image frame captured using different exposures. The method also includes excluding, pixels in the first and second image frames based on a motion map. The method further includes generating, multiple local histogram match maps based on different portions of the first and second image frames. In addition, the method includes generating, a histogram matched image frame using the local histogram match maps.
In a second embodiment, an electronic device includes at least one image sensor and at least one processor operatively connected to the at least one image sensor. The at least one processor is configured to obtain multiple image frames of a scene from the at least one image sensor. The multiple image frames include a first image frame and a second image frame captured using different exposures. The at least one processor is also configured to exclude pixels in the first and second image frames based on a motion map. The at least one processor is further configured to generate multiple local histogram match maps based on different portions of the first and second image frames. In addition, the at least one processor is configured to generate a histogram matched image frame using the local histogram match maps.
In a third embodiment, a non-transitory machine-readable medium contains instructions that when executed cause at least one processor of an electronic device to obtain, using at least one sensor of the electronic device, multiple image frames of a scene. The multiple image frames include a first image frame and a second image frame captured using different exposures. The medium also contains instructions that when executed cause the at least one processor to exclude pixels in the first and second image frames based on a motion map. The medium further contains instructions that when executed cause the at least one processor to generate multiple local histogram match maps based on different portions of the first and second image frames. In addition, the medium contains instructions that when executed cause the at least one processor to generate a histogram matched image frame using the local histogram match maps.
For a more complete understanding of this disclosure and its advantages, reference is now made to the following description taken in conjunction with the accompanying drawings, in which like reference numerals represent like parts:
FIG. 1 illustrates an example network configuration including an electronic device according to embodiments of this disclosure;
FIG. 2 illustrates an example process for multi-frame fusion according to embodiments of this disclosure;
FIG. 3 illustrates an example process for performing image histogram matching in the process of FIG. 2 according to embodiments of this disclosure;
FIGS. 4A and 4B illustrate an example reference image frame, an example non-reference image frame, and an example motion map according to embodiments of this disclosure;
FIGS. 5A and 5B illustrate an example image frame divided into a number of tiles and local histogram match maps for the tiles as compared to a global histogram match map according to embodiments of this disclosure;
FIGS. 6A and 6B illustrate example local histogram match maps for an image frame with a large over-exposed region and an example histogram-matched image frame according to embodiments of this disclosure;
FIG. 7 illustrates example local histogram match maps for an image frame with a large under-exposed region according to embodiments of this disclosure;
FIGS. 8A, 8B, and 8C illustrate example applications of local histogram matching according to embodiments of this disclosure;
FIG. 9 illustrates an example method for multi-exposure image fusion using local histogram matching with global regularization and motion exclusion according to embodiments of this disclosure; and
FIGS. 10A, 10B, and 10C illustrate examples of image frames divided into a number of irregular tiles according to embodiments of this disclosure.
Aspects of the disclosure are to address at least the above-mentioned problems and/or disadvantages and to provide at least the advantages described below.
In a first aspect, a method comprises:
obtaining, multiple image frames of a scene, the multiple image frames including a first image frame and a second image frame captured using different exposures;
excluding, pixels in the first image frame and second image frame based on a motion map identifying movement;
generating, multiple local histogram match maps based on multiple tiles of the first image frame and the second image frame; and
generating, an histogram matched image frame using the local histogram match maps.
Optionally, the motion map comprises a binary motion map, wherein the binary motion map is generated by: determining a value of the motion map based on a motion vector between the first image frame and the second image frame; replacing values less than or equal to a pre-set threshold in the determined motion map with value of 1; and replacing values greater than a pre-set threshold in the determined motion map with value of 0.
Optionally, the method further comprises:
generating a global histogram match map based on the first image frame and the second image frame; and
modifying at least one of the local histogram match maps based on the global histogram match map,
wherein generating an histogram matched image frame using the local histogram match maps comprises, generating an histogram matched image frame using the modified local histogram match map.
Optionally, modifying at least one of the local histogram match maps comprises:
replacing zero values in a specified local histogram match map with corresponding values from the global histogram match map; and
replacing non-zero values in the specified local histogram match map with values interpolated between the specified local histogram match map and the global histogram match map.
Optionally, the values interpolated between the specified local histogram match map and the global histogram match map are weighted based on an amount of exposure in a corresponding tile of one of the multiple image frames.
Optionally, modifying at least one of the local histogram match maps further comprises:
replacing a value in a specified local histogram match map with a corresponding value from the global histogram match map when a difference between the value in the specified local histogram match map and the corresponding value from the global histogram match map exceeds a predetermined threshold.
Optionally, generating an histogram matched image frame using the local histogram match maps comprises:
interpolating each pixel value of the image frame based on four local histogram match maps corresponding to four tiles adjacent to a specific pixel.
In a second aspect, an electronic device comprises:
at least one image sensor obtaining image frames; and
at least one processor operatively connected to the at least one image sensor, the at least one processor configured to:
obtain multiple image frames of a scene from the at least one image sensor, the multiple image frames including a first image frame and a second image frame captured using different exposures;
exclude pixels in the first image frame and the second image frame based on a motion map identifying movement;
generate multiple local histogram match maps based on multiple tiles of the first image frame and the second image frame; and
generate a histogram matched image frame using the local histogram match maps.
Optionally, the motion map comprises a binary motion map, wherein the binary motion map is generated by: determining a value of the motion map based on a motion vector between the first image frame and the second image frame; replacing values less than or equal to a pre-set threshold in the determined motion map with value of 1; and replacing values greater than a pre-set threshold in the determined motion map with value of 0.
Optionally, the at least one processor is further configured to:
generate a global histogram match map based on the first image frame and the second image frame; and
modify at least one of the local histogram match maps based on the global histogram match map,
wherein the at least one processor is further configured to generate an histogram matched image frame using the modified local histogram match map to generate an histogram matched image frame using the local histogram match maps.
Optionally, to modify at least one of the local histogram match maps, the at least one processor is configured to:
replace zero values in a specified local histogram match map with corresponding values from the global histogram match map; and
replace non-zero values in the specified local histogram match map with values interpolated between the specified local histogram match map and the global histogram match map.
Optionally, the values interpolated between the specified local histogram match map and the global histogram match map are weighted based on an amount of exposure in a corresponding tile of one of the multiple image frames.
Optionally, to modify at least one of the local histogram match maps, the at least one processor is further configured to:
replace a value in a specified local histogram match map with a corresponding value from the global histogram match map when a difference between the value in the specified local histogram match map and the corresponding value from the global histogram match map exceeds a predetermined threshold.
Optionally, the at least one processor is further configured to:
interpolate each pixel value of the image frame based on four local histogram match maps corresponding to four tiles adjacent to a specific pixel, to generate the histogram matched image frame using the local histogram match maps.
In a third aspect, a machine-readable medium contains instructions that when executed cause at least one processor of an electronic device to perform any one of claims 1 to 7.
Other technical features may be readily apparent to one skilled in the art from the following figures, descriptions, and claims.
One embodiment of the present disclosure, in the fusion of multiple exposure images, performs local histogram matching with global regularization and motion exclusion to prevent significant color or brightness distortion.
Before undertaking the DETAILED DESCRIPTION below, it may be advantageous to set forth definitions of certain words and phrases used throughout this patent document. The terms “transmit,” “receive,” and “communicate,” as well as derivatives thereof, encompass both direct and indirect communication. The terms “include” and “comprise,” as well as derivatives thereof, mean inclusion without limitation. The term “or” is inclusive, meaning and/or. The phrase “associated with,” as well as derivatives thereof, means to include, be included within, interconnect with, contain, be contained within, connect to or with, couple to or with, be communicable with, cooperate with, interleave, juxtapose, be proximate to, be bound to or with, have, have a property of, have a relationship to or with, or the like.
Moreover, various functions described below can be implemented or supported by one or more computer programs, each of which is formed from computer readable program code and embodied in a computer readable medium. The terms “application” and “program” refer to one or more computer programs, software components, sets of instructions, procedures, functions, objects, classes, instances, related data, or a portion thereof adapted for implementation in a suitable computer readable program code. The phrase “computer readable program code” includes any type of computer code, including source code, object code, and executable code. The phrase “computer readable medium” includes any type of medium capable of being accessed by a computer, such as read only memory (ROM), random access memory (RAM), a hard disk drive, a compact disc (CD), a digital video disc (DVD), or any other type of memory. A “non-transitory” computer readable medium excludes wired, wireless, optical, or other communication links that transport transitory electrical or other signals. A non-transitory computer readable medium includes media where data can be permanently stored and media where data can be stored and later overwritten, such as a rewritable optical disc or an erasable memory device.
As used here, terms and phrases such as “have,” “may have,” “include,” or “may include” a feature (like a number, function, operation, or component such as a part) indicate the existence of the feature and do not exclude the existence of other features. Also, as used here, the phrases “A or B,” “at least one of A and/or B,” or “one or more of A and/or B” may include all possible combinations of A and B. For example, “A or B,” “at least one of A and B,” and “at least one of A or B” may indicate all of (1) including at least one A, (2) including at least one B, or (3) including at least one A and at least one B. Further, as used here, the terms “first” and “second” may modify various components regardless of importance and do not limit the components. These terms are only used to distinguish one component from another. For example, a first user device and a second user device may indicate different user devices from each other, regardless of the order or importance of the devices. A first component may be denoted a second component and vice versa without departing from the scope of this disclosure.
It will be understood that, when an element (such as a first element) is referred to as being (operatively or communicatively) “coupled with/to” or “connected with/to” another element (such as a second element), it can be coupled or connected with/to the other element directly or via a third element. In contrast, it will be understood that, when an element (such as a first element) is referred to as being “directly coupled with/to” or “directly connected with/to” another element (such as a second element), no other element (such as a third element) intervenes between the element and the other element.
As used here, the phrase “configured (or set) to” may be interchangeably used with the phrases “suitable for,” “having the capacity to,” “designed to,” “adapted to,” “made to,” or “capable of” depending on the circumstances. The phrase “configured (or set) to” does not essentially mean “specifically designed in hardware to.” Rather, the phrase “configured to” may mean that a device can perform an operation together with another device or parts. For example, the phrase “processor configured (or set) to perform A, B, and C” may mean a generic-purpose processor (such as a CPU or application processor) that may perform the operations by executing one or more software programs stored in a memory device or a dedicated processor (such as an embedded processor) for performing the operations.
The terms and phrases as used here are provided merely to describe some embodiments of this disclosure but not to limit the scope of other embodiments of this disclosure. It is to be understood that the singular forms “a,” “an,” and “the” include plural references unless the context clearly dictates otherwise. All terms and phrases, including technical and scientific terms and phrases, used here have the same meanings as commonly understood by one of ordinary skill in the art to which the embodiments of this disclosure belong. It will be further understood that terms and phrases, such as those defined in commonly-used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the relevant art and will not be interpreted in an idealized or overly formal sense unless expressly so defined here. In some cases, the terms and phrases defined here may be interpreted to exclude embodiments of this disclosure.
Examples of an “electronic device” according to embodiments of this disclosure may include at least one of a smartphone, a tablet personal computer (PC), a mobile phone, a video phone, an e-book reader, a desktop PC, a laptop computer, a netbook computer, a workstation, a personal digital assistant (PDA), a portable multimedia player (PMP), an MP3 player, a mobile medical device, a camera, or a wearable device (such as smart glasses, a head-mounted device (HMD), electronic clothes, an electronic bracelet, an electronic necklace, an electronic accessory, an electronic tattoo, a smart mirror, or a smart watch). Other examples of an electronic device include a smart home appliance. Examples of the smart home appliance may include at least one of a television, a digital video disc (DVD) player, an audio player, a refrigerator, an air conditioner, a cleaner, an oven, a microwave oven, a washer, a drier, an air cleaner, a set-top box, a home automation control panel, a security control panel, a TV box (such as SAMSUNG HOMESYNC, APPLETV, or GOOGLE TV), a smart speaker or speaker with an integrated digital assistant (such as SAMSUNG GALAXY HOME, APPLE HOMEPOD, or AMAZON ECHO), a gaming console (such as an XBOX, PLAYSTATION, or NINTENDO), an electronic dictionary, an electronic key, a camcorder, or an electronic picture frame. Still other examples of an electronic device include at least one of various medical devices (such as diverse portable medical measuring devices (like a blood sugar measuring device, a heartbeat measuring device, or a body temperature measuring device), a magnetic resource angiography (MRA) device, a magnetic resource imaging (MRI) device, a computed tomography (CT) device, an imaging device, or an ultrasonic device), a navigation device, a global positioning system (GPS) receiver, an event data recorder (EDR), a flight data recorder (FDR), an automotive infotainment device, a sailing electronic device (such as a sailing navigation device or a gyro compass), avionics, security devices, vehicular head units, industrial or home robots, automatic teller machines (ATMs), point of sales (POS) devices, or Internet of Things (IoT) devices (such as a bulb, various sensors, electric or gas meter, sprinkler, fire alarm, thermostat, street light, toaster, fitness equipment, hot water tank, heater, or boiler). Other examples of an electronic device include at least one part of a piece of furniture or building/structure, an electronic board, an electronic signature receiving device, a projector, or various measurement devices (such as devices for measuring water, electricity, gas, or electromagnetic waves). Note that, according to various embodiments of this disclosure, an electronic device may be one or a combination of the above-listed devices. According to some embodiments of this disclosure, the electronic device may be a flexible electronic device. The electronic device disclosed here is not limited to the above-listed devices and may include new electronic devices depending on the development of technology.
In the following description, electronic devices are described with reference to the accompanying drawings, according to various embodiments of this disclosure. As used here, the term “user” may denote a human or another device (such as an artificial intelligent electronic device) using the electronic device.
Definitions for other certain words and phrases may be provided throughout this patent document. Those of ordinary skill in the art should understand that in many if not most instances, such definitions apply to prior as well as future uses of such defined words and phrases.
None of the description in this application should be read as implying that any particular element, step, or function is an essential element that must be included in the claim scope. The scope of patented subject matter is defined only by the claims.
FIGS. 1 through 10C, discussed below, and the various embodiments of this disclosure are described with reference to the accompanying drawings. However, it should be appreciated that this disclosure is not limited to these embodiments, and all changes and/or equivalents or replacements thereto also belong to the scope of this disclosure. The same or similar reference denotations may be used to refer to the same or similar elements throughout the specification and the drawings.
As noted above, multi-frame blending algorithms are used in various applications to “fuse” or combine multiple image frames of a scene in order to produce a final image of the scene, such as in high dynamic range (HDR) imaging or motion blur reduction (MBR). In some applications, the image frames being fused are captured using different exposure settings, such as different ISO settings and/or different exposure times. Unfortunately, image frames captured using different exposure settings often have different brightness levels and often capture different amounts of motion within a scene. Global image histogram matching algorithms may be used to adjust one or more image frames in brightness in order to facilitate easier fusion of the image frames. However, global histogram matching algorithms can result in various image artifacts, such as brightness inconsistencies and color distortions. One problem with global image histogram matching is that it does not adapt to local image content, which can lead to a failure to find a reliable histogram match for certain types of image regions of a scene (such as the sky, trees, and a person’s hair in image frames). As a result, it is typically difficult to fuse image frames that are captured using different exposure settings.
This disclosure provides various techniques for applying local histogram matching with global regularization and motion exclusion for multi-exposure image fusion. As described in more detail below, multiple image frames of a scene are captured using different exposure settings, such as when different image frames are captured using different exposure lengths. Pixels in the image frames associated with motion in the scene are excluded, and the image frames are divided into multiple sections or “tiles”. In some cases, one image frame is identified as a reference image frame, and one or more other image frames are identified as one or more non-reference image frames and are each divided into tiles. A local histogram match map is calculated for each tile of the non-reference image frame, where the local histogram match map identifies how to adjust the image data from that tile so that its histogram more closely matches the histogram of image data in a corresponding tile of the reference image frame. One or more of the local histogram match maps may be regularized based on a global histogram match map for that image frame. For instance, part or all of a local histogram match map for an image tile can be replaced by part or all of the global histogram match map for the image frame containing that tile. The local histogram match maps can then be used to generate a final image of the scene.
By excluding pixels associated with motion in the captured image frames, the techniques described in this patent document help to reduce motion blur in the final image of the scene. Moreover, by using local histogram match maps, the techniques described in this patent document can more readily adapt to different types of local image content in the captured image frames. In addition, by regularizing the local histogram match maps based on the global histogram match map, certain specific types of local image content (such as over-exposed and under-exposed regions) in one or more image frames can be handled more effectively, significantly reducing image artifacts in those regions.
FIG. 1 illustrates an example network configuration 100 including an electronic device in accordance with this disclosure. The embodiment of the network configuration 100 shown in FIG. 1 is for illustration only. Other embodiments of the network configuration 100 could be used without departing from the scope of this disclosure.
According to embodiments of this disclosure, an electronic device 101 is included in the network configuration 100. The electronic device 101 can include at least one of a bus 110, a processor 120, a memory 130, an input/output (I/O) interface 150, a display 160, a communication interface 170, or a sensor 180. In some embodiments, the electronic device 101 may exclude at least one of these components or may add at least one other component.
The bus 110 includes a circuit for connecting the components 120-180 with one another and for transferring communications (such as control messages and/or data) between the components.
The processor 120 includes one or more of a central processing unit (CPU), an application processor (AP), or a communication processor (CP). The processor 120 is able to perform control on at least one of the other components of the electronic device 101 and/or perform an operation or data processing relating to communication. In some embodiments, the processor 120 can be a graphics processor unit (GPU). For example, the processor 120 can receive image data and process the image data (as discussed in more detail below) to support multi-exposure image fusion using local histogram matching with global regularization and motion exclusion.
The memory 130 can include a volatile and/or non-volatile memory. For example, the memory 130 can store commands or data related to at least one other component of the electronic device 101. According to embodiments of this disclosure, the memory 130 can store software and/or a program 140.
The program 140 includes, for example, a kernel 141, middleware 143, an application programming interface (API) 145, and/or an application program (or “application”) 147. At least a portion of the kernel 141, middleware 143, or API 145 may be denoted an operating system (OS).
The kernel 141 can control or manage system resources (such as the bus 110, processor 120, or memory 130) used to perform operations or functions implemented in other programs (such as the middleware 143, API 145, or application 147). The kernel 141 provides an interface that allows the middleware 143, the API 145, or the application 147 to access the individual components of the electronic device 101 to control or manage the system resources.
The application 147 includes one or more applications for image capture and image processing as discussed below. These functions can be performed by a single application or by multiple applications that each carries out one or more of these functions. The middleware 143 can function as a relay to allow the API 145 or the application 147 to communicate data with the kernel 141, for instance. A plurality of applications 147 can be provided. The middleware 143 is able to control work requests received from the applications 147, such as by allocating the priority of using the system resources of the electronic device 101 (like the bus 110, the processor 120, or the memory 130) to at least one of the plurality of applications 147. The API 145 is an interface allowing the application 147 to control functions provided from the kernel 141 or the middleware 143. For example, the API 145 includes at least one interface or function (such as a command) for filing control, window control, image processing, or text control.
The I/O interface 150 serves as an interface that can, for example, transfer commands or data input from a user or other external devices to other component(s) of the electronic device 101. The I/O interface 150 can also output commands or data received from other component(s) of the electronic device 101 to the user or the other external device.
The display 160 includes, for example, a liquid crystal display (LCD), a light emitting diode (LED) display, an organic light emitting diode (OLED) display, a quantum-dot light emitting diode (QLED) display, a microelectromechanical systems (MEMS) display, or an electronic paper display. The display 160 can also be a depth-aware display, such as a multi-focal display. The display 160 is able to display, for example, various contents (such as text, images, videos, icons, or symbols) to the user. The display 160 can include a touchscreen and may receive, for example, a touch, gesture, proximity, or hovering input using an electronic pen or a body portion of the user.
The communication interface 170, for example, is able to set up communication between the electronic device 101 and an external electronic device (such as a first electronic device 102, a second electronic device 104, or a server 106). For example, the communication interface 170 can be connected with a network 162 or 164 through wireless or wired communication to communicate with the external electronic device. The communication interface 170 can be a wired or wireless transceiver or any other component for transmitting and receiving signals, such as images.
The wireless communication is able to use at least one of, for example, long term evolution (LTE), long term evolution-advanced (LTE-A), 5th generation wireless system (5G), millimeter-wave or 60 GHz wireless communication, Wireless USB, code division multiple access (CDMA), wideband code division multiple access (WCDMA), universal mobile telecommunication system (UMTS), wireless broadband (WiBro), or global system for mobile communication (GSM), as a cellular communication protocol. The wired connection can include, for example, at least one of a universal serial bus (USB), high definition multimedia interface (HDMI), recommended standard 232 (RS-232), or plain old telephone service (POTS). The network 162 or 164 includes at least one communication network, such as a computer network (like a local area network (LAN) or wide area network (WAN)), Internet, or a telephone network.
The electronic device 101 further includes one or more sensors 180 that can meter a physical quantity or detect an activation state of the electronic device 101 and convert metered or detected information into an electrical signal. For example, one or more sensors 180 include one or more cameras or other imaging sensors for capturing images of scenes. The sensor(s) 180 can also include one or more buttons for touch input, a gesture sensor, a gyroscope or gyro sensor, an air pressure sensor, a magnetic sensor or magnetometer, an acceleration sensor or accelerometer, a grip sensor, a proximity sensor, a color sensor (such as a red green blue (RGB) sensor), a bio-physical sensor, a temperature sensor, a humidity sensor, an illumination sensor, an ultraviolet (UV) sensor, an electromyography (EMG) sensor, an electroencephalogram (EEG) sensor, an electrocardiogram (ECG) sensor, an infrared (IR) sensor, an ultrasound sensor, an iris sensor, or a fingerprint sensor. The sensor(s) 180 can further include an inertial measurement unit, which can include one or more accelerometers, gyroscopes, and other components. In addition, the sensor(s) 180 can include a control circuit for controlling at least one of the sensors included here. Any of these sensor(s) 180 can be located within the electronic device 101.
The first external electronic device 102 or the second external electronic device 104 can be a wearable device or an electronic device-mountable wearable device (such as an HMD). When the electronic device 101 is mounted in the electronic device 102 (such as the HMD), the electronic device 101 can communicate with the electronic device 102 through the communication interface 170. The electronic device 101 can be directly connected with the electronic device 102 to communicate with the electronic device 102 without involving with a separate network. The electronic device 101 can also be an augmented reality wearable device, such as eyeglasses, that include one or more cameras.
The first and second external electronic devices 102 and 104 and the server 106 each can be a device of the same or a different type from the electronic device 101. According to certain embodiments of this disclosure, the server 106 includes a group of one or more servers. Also, according to certain embodiments of this disclosure, all or some of the operations executed on the electronic device 101 can be executed on another or multiple other electronic devices (such as the electronic devices 102 and 104 or server 106). Further, according to certain embodiments of this disclosure, when the electronic device 101 should perform some function or service automatically or at a request, the electronic device 101, instead of executing the function or service on its own or additionally, can request another device (such as electronic devices 102 and 104 or server 106) to perform at least some functions associated therewith. The other electronic device (such as electronic devices 102 and 104 or server 106) is able to execute the requested functions or additional functions and transfer a result of the execution to the electronic device 101. The electronic device 101 can provide a requested function or service by processing the received result as it is or additionally. To that end, a cloud computing, distributed computing, or client-server computing technique may be used, for example. While FIG. 1 shows that the electronic device 101 includes the communication interface 170 to communicate with the external electronic device 104 or server 106 via the network 162 or 164, the electronic device 101 may be independently operated without a separate communication function according to some embodiments of this disclosure.
The server 106 can include the same or similar components 110-180 as the electronic device 101 (or a suitable subset thereof). The server 106 can support to drive the electronic device 101 by performing at least one of operations (or functions) implemented on the electronic device 101. For example, the server 106 can include a processing module or processor that may support the processor 120 implemented in the electronic device 101.
Although FIG. 1 illustrates one example of a network configuration 100 including an electronic device 101, various changes may be made to FIG. 1. For example, the network configuration 100 could include any number of each component in any suitable arrangement. In general, computing and communication systems come in a wide variety of configurations, and FIG. 1 does not limit the scope of this disclosure to any particular configuration. Also, while FIG. 1 illustrates one operational environment in which various features disclosed in this patent document can be used, these features could be used in any other suitable system.
FIG. 2 illustrates an example process 200 for multi-frame fusion according to embodiments of this disclosure. For ease of explanation, the process 200 shown in FIG. 2 is described as being performed using the electronic device 101 shown in FIG. 1. However, the process 200 shown in FIG. 2 could be used with any other suitable electronic device and in any suitable system.
In general, the process 200 is used to capture or otherwise obtain multiple image frames 205 of a scene and to process the image frames in order to generate a fused output image 255. Among other things, the fused output image 255 is produced by combining or fusing the image data contained in the image frames 205. At least two of the image frames 205 are captured using different exposure settings, such as different exposure lengths. In some embodiments, the process 200 may receive two image frames 205 captured using different exposure settings. In other embodiments, the process 200 may receive three or more image frames 205, where at least two of the image frames 205 are captured using different exposure settings.
Any suitable exposure settings may be used to capture the image frames 205. In some embodiments, at least one image frame 205 may be captured using an automatic exposure (referred to as an “auto-exposure”) or other longer exposure, and at least one other image frame 205 may be captured using a shorter exposure relative to the automatic or longer exposure. An automatic exposure generally refers to an exposure that is automatically determined by a camera or other device, typically with little or no user input. In some cases, for example, a user is allowed to specify an exposure mode (such as portrait, landscape, sports, or other modes), and the automatic exposure can be generated based on the selected exposure mode without any other user input. Each exposure setting is typically associated with different settings for the camera, such as different apertures, shutter speeds, and camera sensor sensitivities. A shorter-exposure image frame is typically darker, lacks image details, and has more noise compared to an auto-exposure or other longer-exposure image frame. As a result, the shorter-exposure image frame may include one or more regions that are under-exposed, while the auto-exposure or other longer-exposure image frame may include one or more regions that are over-exposed. Note that while often described below as involving the use of at least one auto-exposure image frame and at least one shorter-exposure image frame, the techniques described in this patent document may be used with any suitable combination of image frames captured using different exposures.
In some instances, during a capture operation, the processor 120 can control the camera or other image sensor 180 of the electronic device 101 so that the image frames 205 are captured rapidly, such as in a burst mode. Alternatively, if the electronic device 101 includes multiple cameras or other image sensors 180, the image frames 205 may be captured simultaneously or in an overlapping manner. A capture request that triggers the capture of the image frames 205 represents any suitable command or input indicating a need or desire to capture an image of a scene using the electronic device 101. For example, the capture request could be initiated in response to a user’s pressing of a “soft” button presented on the display 160 or the user’s pressing of a “hard” button. In some instances described below, it may be assumed that two image frames 205 are captured in response to a capture request, although more than two image frames could be captured here.
During processing operations within the process 200, one image frame 205 can be used as a reference image frame, and the other image frame 205 can be used as a non-reference image frame. Depending on the circumstances, the reference image frame may represent the auto-exposure or other longer-exposure image frame, or the reference image frame may represent the shorter-exposure image frame. In some embodiments, the auto-exposure or other longer-exposure image frame may be used as the reference image frame by default, since this typically allows the image frame with greater image details to be used more when generating a composite or final image of a scene.
As shown in FIG. 2, a pre-processing operation 210 receives the image frames 205 and pre-processes the image frames 205 in a desired manner. Any suitable pre-processing functions may be performed here as part of the pre-processing operation 210. For example, the pre-processing operation 210 could perform a white balancing function to change or correct the color balance in one or more of the image frames 205. As another example, the pre-processing operation 210 could perform a function to reconstruct full color image frames from incomplete color samples contained in raw image frames using a mask (such as a CFA mask).
The pre-processed image frames 205 are provided to an image alignment operation 220, which generally operates to align the image frames 205 and produce aligned image frames. For example, the image alignment operation 220 may modify the non-reference image frame so that particular features in the non-reference image frame align with corresponding features in the reference image frame. Alignment may be needed to compensate for misalignment caused by the electronic device 101 moving or rotating in between image captures, which causes objects in the image frames 205 to move or rotate slightly (as is common with handheld devices). The image frames 205 can be aligned both geometrically and photometrically. In some embodiments, the image alignment operation 220 can use global Oriented FAST and Rotated BRIEF (ORB) features and local features from a block search to align the image frames, although other implementations of the image registration operation could also be used. Note that the reference image frame here may or may not be modified during the alignment, and the non-reference image frame could represent the only image frame that is modified during the alignment. As part of the image alignment operation 220, a motion map is generated, and the motion map may include a coarse motion map, where the motion map (coarse motion map) reflects one or more areas in the aligned image frames where motion is present.
The aligned image frames 205 are provided to an image histogram matching operation 230, which generally operates to modify the non-reference image frame so that histograms of the non-reference image frame more closely match histograms of the reference image frame. Among other things, the image histogram matching operation 230 may operate to make the brightness level generally equal for both the reference and non-reference image frames and to match the colors in the reference and non-reference image frames more closely. The image histogram matching operation 230 outputs histogram-matched image frames. Note that the reference image frame here may or may not be modified during the histogram matching, and the non-reference image frame could represent the only image frame that is modified during the histogram matching. According to embodiments of this disclosure, local histogram matching can be performed by dividing the reference and non-reference image frames into tiles and performing histogram matching per tile. More details regarding the histogram matching operation 230 are described below in relation to FIG. 3.
The histogram-matched image frames are provided to an image blending operation 240, which blends or otherwise combines pixels from the image frames in order to produce at least one blended image of a scene. Each blended image generally represents a fusion of the image frames of different exposures, where each pixel in the blended image is extracted from either the reference or non-reference image frame or is a combination of pixels from both the reference and non-reference image frames. During the blending, the histogram-matched frames are used to provide accurate motion analysis and generate a blending motion map. This blending motion map is then used to guide the blending of image frames of different exposures. Various techniques may be used here to blend the image frames.
The at least one blended image is provided to a post-processing operation 250. The post-processing operation 250 can perform any suitable post-processing of the blended image to produce a fused output image 255. For example, the post-processing operation 250 could perform tone mapping or sharpening.
The various operations of the process 200 can be implemented in any suitable manner. For example, each of the operations of the process 200 can be implemented or supported using one or more software applications or other software instructions that are executed by at least one processor 120 of the electronic device 101. In other embodiments, at least some of the operations of the process 200 can be implemented or supported using dedicated hardware components. In general, the operations of the process 200 can be performed using any suitable hardware or any suitable combination of hardware and software/firmware instructions.
Although FIG. 2 illustrates one example of a process 200 for multi-frame fusion, various changes may be made to FIG. 2. For example, the electronic device 101 may perform any other desired functions as part of the process 200 or as part of a large image processing algorithm. As a particular example, the image frames 205 may undergo other suitable pre-processing and post-processing operations.
FIG. 3 illustrates an example process 300 for performing image histogram matching in the process 200 of FIG. 2 according to embodiments of this disclosure. In particular, the process 300 shown in FIG. 3 may be performed as part or all of the image histogram matching operation 230 in the process 200 shown in FIG. 2. For ease of explanation, the process 300 shown in FIG. 3 is described as being performed using the electronic device 101 shown in FIG. 1. However, the process 300 shown in FIG. 3 could be used with any other suitable electronic device and in any suitable system.
As shown in FIG. 3, the process 300 receives various inputs, such as a coarse motion map (or, a motion map) 305 and image frames 310 and 315, from the image alignment operation 220. The image frame 310 here represents a reference image frame, and the image frame 315 here represents a non-reference image frame. The image frames 310, 315 here have been pre-processed and aligned as described above. In some embodiments, the image frame 310 represents an auto-exposure or other longer-exposure image frame and the image frame 315 represents a shorter-exposure image frame, although that need not be the case. Also, while two image frames 310, 315 are received here, more than two image frames may be obtained.
The image frames 310 and 315 are provided to a motion exclusion operation 320, which generally operates to identify regions of one or more image frames 310 and 315 that contain motion based on the coarse motion map 305 and to exclude those regions from further processing. For example, the motion exclusion operation 320 may generate a mask containing values indicating whether motion is or is not detected in the image frames 310 and 315 based on the coarse motion map 305, and image data associated with motion areas in the image frames 310 and 315 can be excluded from further processing based on the mask. Alternatively, the image frames 310 and 315 can be modified by removing image data associated with motion.
The image frames 310 and 315 (or modified versions of the image frames 310 and 315) are provided to a tile-based histogram matching operation 330. According to embodiments of this disclosure, the image frames 310, 315 (or modified versions thereof) are divided into a number of tiles, and a local histogram match map is generated for each tile of the image frame 315. Each local histogram match map identifies how image data in the tile of the image frame 315 can be modified so that the image data’s histogram more closely matches the histogram of a corresponding tile in the image frame 310. The tile-based histogram matching operation 330 can use any suitable technique to divide each image frame into tiles, and the tile-based histogram matching operation 330 can use any suitable technique to calculate a local histogram match map for the image data in each tile of an image frame. The tile-based histogram matching operation 330 can also calculate a global histogram match map for the image frame 315 in its entirety, and the tile-based histogram matching operation 330 can use any suitable technique to calculate a global histogram match map for the image data of an image frame.
A global regularization operation 340 receives the local and global histogram match maps. The global regularization operation 340 generally uses the global histogram match map for an image frame to optionally regularize one or more local histogram match maps for the tiles of that image frame. For example, part or all of a local histogram match map can be replaced by part or all of the global histogram match map in order to account for things like over-exposed and under-exposed regions, or interpolated values based at least partially on the global histogram match map can be determined and used in the local histogram match map. Depending on the scene being imaged, the global regularization operation 340 may modify one or more than one of the local histogram match maps for an image frame (or no local histogram match maps may be modified for particular image frames). This produces finalized local histogram match maps to be used to generate a final image of a scene.
A histogram matching operation 350 uses the finalized local histogram match maps (and possibly the global histogram match map) to modify one or more of the image frames 310, 315. In some embodiments, only the non-reference image frame 315 is modified, although both image frames 310, 315 could be modified in other embodiments. The histogram matching operation 350 can use any suitable technique to modify at least one image frame. One example of the types of operations that may be performed by the histogram matching operation 350 is provided below with reference to FIG. 8. At a minimum, the histogram matching operation 350 can output a histogram-matched non-reference image frame 355, which can be provided to the image blending operation 240. If the image frame 310 is modified, the histogram matching operation 350 can output multiple histogram-matched image frames.
The various operations of the process 300 can be implemented in any suitable manner. For example, each of the operations of the process 300 can be implemented or supported using one or more software applications or other software instructions that are executed by at least one processor 120 of the electronic device 101. In other embodiments, at least some of the operations of the process 300 can be implemented or supported using dedicated hardware components. In general, the operations of the process 300 can be performed using any suitable hardware or any suitable combination of hardware and software/firmware instructions.
Although FIG. 3 illustrates one example of a process 300 for performing image histogram matching in the process 200 of FIG. 2, various changes may be made to FIG. 3. For example, the electronic device 101 may perform any other desired functions as part of the process 300 or as part of a larger image processing algorithm.
FIGS. 4A and 4B illustrate an example reference image frame 410, an example non-reference image frame 415, and an example motion map 405 according to embodiments of this disclosure. In these images, a person’s face has been obscured for privacy. As can be seen in FIG. 4A, the reference image frame 410 is captured using a longer exposure compared to the non-reference image frame 415. For example, the reference image frame 410 may be captured using an EV+0 exposure, and the non-reference image frame 415 may be captured using an EV-1, EV-2, or EV-3 exposure. As a result, the reference image frame 410 is brighter and contains more image details, but the reference image frame 410 suffers from greater motion blur or saturation. For example, saturation (or, over-saturation) may indicate a phenomenon in which the saturation of the frame approaches achromatic color by excessively including light due to over-exposure. In contrast, the non-reference image frame 415 is darker and contains less image details, but the non-reference image frame 415 suffers from little or no motion blur or saturation.
As can be seen in FIG. 4B, the motion map 405 identifies pixels associated with the image frame 410 or 415 in which motion is occurring. As described above, the motion map 405 can be identified during the image alignment operation 220 in FIG. 2. In one embodiment, the value of the motion map 405 may be determined based on a motion vector between the reference image frame 410 and the non-reference image frame 415. For example, the motion map 405 may be a map with a range of [0,255] and a dimension of 2016x1512. The smaller the value of the motion map 405, it may indicate that there is a higher likelihood of a movement. In one embodiment, when the value of the motion map 405 of a specific pixel is smaller than a pre-set threshold, the corresponding pixel may be determined as a motion pixel. For example, the pre-set threshold may be determined from a generally predicted motion vector. As a result, the motion map 405 may identify those areas of the image frames 410, 415 in which significant differences continue to exist between the image frames 410, 415 even after alignment.
In one embodiment, the motion map 405 may be modified as a binary motion map. In the binary motion map, a value of 1 may represent a motion pixel that includes motion, and a value of 0 may represent a static pixel that does not include motion. The value of the binary motion map may be determined by comparing the value of the motion map 405 with a pre-set threshold. For example, the binary motion map may be generated by, if the value of the determined motion map is less than or equal to a pre-set threshold, replacing the value with 1, and if the value of the determined motion map is greater than a pre-set threshold, replacing the value with 0. The binary motion map can serve as a mask to exclude motion pixels from subsequent histogram matching operations.
In this particular example, a person is waving his hand, and the pixels associated with a region 425 of an image containing the person’s arm and hand shows significant motion (meaning motion above some threshold value). As a result, the pixels in the region 425 can be excluded from subsequent histogram matching operations, since significant motion easily leads to histogram mismatches between image frames.
Although FIGS. 4A and 4B illustrate one example of a reference image frame 410, a non-reference image frame 415, and a motion map 405, various changes may be made to FIGS. 4A and 4B. For example, the image frames and motion map here are examples, and images of scenes and their associated motion maps can vary widely.
FIGS. 5A and 5B illustrate an example image frame 500 divided into a number of tiles 505a-530a and local histogram match maps 505b-530b for the tiles as compared to a global histogram match map 535 according to embodiments of this disclosure. As shown in FIG. 5A, the image frame 500 has been divided into a 2x3 array of tiles 505a-530a. Note that the number and arrangement of tiles 505a-530a here are for illustration only and that an image frame can be divided into any other suitable number and arrangement of tiles. Also, in this example, each of the tiles 505a-530a may generally encompass substantially the same amount of space in the image frame 500, although as described below this need not be the case. In some embodiments, the tile-based histogram matching operation 330 can divide different image frames into different numbers and arrangements of tiles based on various factors, such as the size of the image frames, the orientations of the image frames, and the contents of the image frames.
The tile-based histogram matching operation 330 calculates the local histogram match maps 505b-530b and the global histogram match map 535 for the image frame 500. Each local histogram match map 505b-530b is based on the image contents of a corresponding tile 505a-530a (as well as a corresponding tile of another image frame), and the global histogram match map 535 is based on the image contents of all tiles 505a-530a (as well as the other image frame). In this example, each local histogram match map 505b-530b is defined by solid lines in the associated graph, and the global histogram match map 535 is defined by dashed lines in the graphs. Multiple solid and dashed lines are shown in each graph, defining the curves for different color channels (such as three different solid line curves and three different dashed line curves for RGB channels). As explained in more detail below, the global histogram match map 535 can be used to modify or replace at least part of one or more local histogram match maps 505b-530b in various circumstances in order to improve the quality of the final image of a scene (a process referred to as regularization).
As noted above, histogram matching generally matches the brightness and color of the non-reference image frame 315 to the brightness and color of the reference image frame 310. This can be accomplished by calculating global and local histogram match maps for the non-reference image frame 315, regularizing any of the local histogram match maps based on the global histogram match map (if needed), and modifying the image data in at least the non-reference image frame 315 so that the modified image data has histograms that more closely match the histograms of the image data in the reference image frame 310. In some cases, only the image data in the non-reference image frame 315 may be modified in order to produce a histogram-matched non-reference image frame 355.
An image frame may be modified in any suitable manner based on a local histogram match map (or a regularized version thereof). For instance, a look-up table may map original luminance and/or chrominance pixel values from the non-reference image frame 315 into new luminance and/or chrominance pixel values for the histogram-matched non-reference image frame 355. The resulting histogram-matched non-reference image frame 355 ideally has a histogram that more closely matches a histogram of the reference image frame 310, helping to more closely match the brightness and color of the reference image frame 310.
The use of tile-based local histogram matching improves the overall quality of the histogram matching operation 230. That is, the histogram matching operation 230 is able to consider local image content in different regions of the image frame 500 and can more closely match those different regions to corresponding regions in another image frame. As illustrated in FIG. 5B, the curves for the global histogram match map 535 diverge from the curves for several of the local histogram match maps 505b-530b. Merely performing global histogram matching across all tiles 505a-530a would therefore likely lead to the creation of artifacts such as brightness inconsistencies and color distortions. Dividing image frames into tiles can better reflect the image content corresponding to the tiles, which in turn achieves better matching performance compared to global matching.
Although FIGS. 5A and 5B illustrate one example of an image frame 500 divided into a number of tiles 505a-530a and local histogram match maps 505b-530b for the tiles as compared to a global histogram match map 535, various changes may be made to FIGS. 5A and 5B. For example, the number of tiles used to divide an image frame may be increased or decreased, and the tiles need not have a uniform size or shape. As particular examples, an image frame may be divided into 3x3 tiles, 4x2 tiles, or 2x4 tiles, and different numbers and arrangements of tiles may be used with different resolutions (such as 3x3 tiles for 1440x1440 images or 2x4 or 4x2 tiles for 2288x1080 images).
FIGS. 6A and 6B illustrate example local histogram match maps for an image frame 601 with a large over-exposed region and an example histogram-matched image frame 602 according to embodiments of this disclosure. As shown in FIG. 6A, the image frame 601 has been divided into tiles 605a-620a, and local histogram match maps 605b-620b have been generated for the respective tiles 605a-620a. Also, a global histogram match map 635 has been generated for the image 601, and the global histogram match map 635 has been plotted against each local histogram match map 605b-620b.
In this example, the local histogram match maps 605b, 615b, 620b follow the global histogram match map 635 relatively well. However, the local histogram match map 610b associated with the tile 610a does not. This is because the tile 610a corresponds to an area of high saturation (for example, high light saturated area close to achromatic color with low saturation) in the image frame 601. As a result, as shown within an oval 650, the local histogram match map 610b includes RGB curves reflecting a zero value over much of the curves until the curves then jump to their maximum values. This is due to high saturation points in the image frame 601. Attempting to apply histogram matching using the local histogram match map 610b would therefore likely result in brightness or color mismatches in at least the tile 610a and possibly in neighboring tiles. To help compensate for this, the global regularization operation 340 can replace values in the local histogram match map 610b with values in the global histogram match map 635 (or values based on the global histogram match map 635) for use during subsequent histogram matching operations involving the tile 610a. The resulting image frame 602 produced in this manner is shown in FIG. 6B and can more accurately reflect the image data contained in the original image frame 601.
In some embodiments, this operation can be expressed as follows. To alleviate the problem presented by areas of high saturation in a non-reference image frame, a local histogram match map 610b is altered by a global regularization process that replaces zero values in the local histogram match map 610b with corresponding values from the global histogram match map 635. Also, for non-zero values in the local histogram match map 610b, the global regularization process can interpolate between the local and global curves to improve match performance. For example, the following function can be applied to the curves in the local histogram match map 610b, where w is a scaling weight calculated from the saturation amount in a tile:
Figure PCTKR2020010298-appb-img-000001
Although FIGS. 6A and 6B illustrate examples of local histogram match maps 605b-620b for an image frame 601 with a large over-exposed region and one example of a histogram-matched image frame 602, various changes may be made to FIGS. 6A and 6B. For example, these images are merely meant to illustrate how a local histogram match map for a saturated area of an image frame can be processed. Other image frames would have other image contents and histograms, but the same type of technique may be applied there.
FIG. 7 illustrates example local histogram match maps for an image frame 701 with a large under-exposed region according to embodiments of this disclosure. Similar to the problems presented by image frames with large over-exposed (over-saturated) regions, images with dark (under-exposed) regions also might not provide reliable local histogram match maps for use during histogram matching. Consider the example shown in FIG. 7, which shows the image frame 701 divided into tiles 705a-710a, local histogram match maps 705b-710b associated with respective tiles 705a-710a, and a global histogram match map 735 associated with all tiles 705a-710a.
In this example, the local histogram match map 705b follows the global histogram match map 735 relatively well. However, the local histogram match map 710b associated with the tile 710a does not. This is because the tile 710a corresponds to a dark region of the image frame 701. As a result, as shown within an oval 750, the local histogram match map 710b includes RGB curves that increase initially and then flatline at constant values over the bulk of the RGB curves. Attempting to apply histogram matching using the local histogram match map 710b would therefore likely result in brightness or color mismatches in at least the tile 710a and possibly in neighboring tiles. To help compensate for this, the global regularization operation 340 can replace the local histogram match map 710b with the global histogram match map 735 and use the global histogram match map 735 during subsequent histogram matching operations involving the tile 710a. The resulting image frame produced in this manner can more accurately reflect the image data contained in the original image frame 701.
In some embodiments, this operation can be expressed as follows. To alleviate the problem presented by a dark region in a non-reference image frame, a local histogram match map 710b is altered by a global regularization process similar to the process used for high saturated regions explained above with reference to FIGS. 6A and 6B. However, instead of replacing zero values in the local histogram match map 710b and interpolating non-zero values based on a saturation amount, the global regularization for dark regions may replace a local histogram match map’s value with a corresponding global histogram match map’s value if the difference between the two values exceeds a predetermined threshold. For example, the following function can be applied to the curves in the local histogram match map 710b, where T_th represents the predetermined threshold, and f1[k] may be determined by the equation above:
Figure PCTKR2020010298-appb-img-000002
Although FIG. 7 illustrates one example of local histogram match maps for an image frame 701 with a large under-exposed region, various changes may be made to FIG. 7. For example, this image is merely meant to illustrate how a local histogram match map for a darker area of an image frame can be processed. Other image frames would have other image contents and histograms, but the same type of technique may be applied there.
FIGS. 8A, 8B, and 8C illustrate example applications of local histogram matching according to embodiments of this disclosure. The applications shown in FIGS. 8A, 8B, and 8C may, for example, represent one way in which the histogram matching operation 350 described above may perform local histogram matching, respectively. Note, however, that the histogram matching operation 350 may perform any other suitable operations to provide local histogram matching.
As shown in FIG. 8A, the image frame 800 and its tiles 805a-830a and local histogram match maps 805b-830b are being processed. To process the image frame 800, each pixel 801 of the image frame 800 is modified on a pixel-by-pixel basis. In some embodiments, this could be done merely by applying each local histogram match map 805b-830b to the pixel values of its corresponding tile 805a-830a.
In other embodiments, the value of each pixel 801 in a tile is interpolated based on multiple local histogram match maps of its nearest neighboring tiles (such as its four nearest neighboring tiles). This can help to provide smoothness in the histogram matching operation (at the boundary of each tile) and avoid discontinuities around tile boundaries. As a particular example, the value of each pixel 801 in a tile may be interpolated based on weighted averaging of the pixel values as defined by the local histogram match maps of its nearest neighboring tiles (such as its four nearest neighboring tiles). For example, the following function can be applied to the weighted average of local histogram match maps of its four nearest neighboring tiles:
Figure PCTKR2020010298-appb-img-000003
Figure PCTKR2020010298-appb-img-000004
Where, (x,y) is the pixel coordinates, weightX is x/tileWidth, weightY is y/tileHeight, and f_tile1[k], f_tile2[k], f_tile3[k], and f_tile4[k] denote values of a local histogram match map of four nearest neighboring tiles of a pixel existing on (x,y) coordinates.
For the specific pixel 801 shown in FIG. 8A, the pixel 801 in the tile 810a can be based on values from the local histogram match maps 805b, 810b, 815b, and 820b. The weight applied to each value from a neighboring tile’s local histogram match map can be based on the distance between the pixel 801 and the neighboring tile.
For a specific pixel 802 shown in FIG. 8B, the pixel 802 in the tile 830a can be based on values from the local histogram match maps 815b, 820b, 825b, and 830b. The weight applied to each value from a neighboring tile’s local histogram match map can be based on the distance between the pixel 802 and the neighboring tile. For example, the pixel 802 may have the highest weight reflecting the value of the nearest tile’s local histogram match map 830b. Further, the amount of the values of the local histogram match maps 815b, 820b, 825b, and 830b applied to the histogram matching of the pixel 802, may vary according to the weightX determined according to the position on the x-axis of the pixel relative to the width of the tile and the weightY determined according to the position on the y-axis of the pixel relative to the height of the tile, respectively.
As shown in FIG. 8C, a specific pixel 803 in the tile 805a, and a specific pixel 804 in the tile 830a may have only two neighboring tiles. For the pixel 803, a final local histogram match value may be applied, in which two neighboring tiles’ local histogram match maps 805b and 810b are reflected twice each. Similarly, for the pixel 804, a final local histogram match value may be applied, in which two neighboring tiles’ local histogram match maps 825b and 830b are reflected twice each. The weight applied to each value from a neighboring tile’s local histogram match map can be based on the distance between the pixels 803 or 804 and each neighboring tile.
Although FIGS. 8A, 8B, and 8C each illustrate one example of an application of local histogram matching, various changes may be made to FIGS. 8A, 8B, and 8C. For example, local histogram match maps may be applied to pixel values of tiles in one or more image frames in any other suitable manner.
FIG. 9 illustrates an example method 900 for multi-exposure image fusion using local histogram matching with global regularization and motion exclusion according to embodiments of this disclosure. For ease of explanation, the method 900 shown in FIG. 9 is described as being performed using the electronic device 101 shown in FIG. 1. However, the method 900 shown in FIG. 9 could be used with any other suitable electronic device and in any suitable system.
In step 905, the electronic device 101 obtains multiple image frames 205 of a scene by using at least one sensor, such as one or more sensors 180 in FIG. 1. The multiple image frames 205 can include a reference image frame 310 captured using a longer exposure time and a non-reference image frame 315 captured using a shorter exposure time. The non-reference image frame 315 can appear under-exposed when compared to the reference image frame 310.
In step 910, pixels are excluded from the multiple image frames based on a motion map 305. The motion map 305 can be generated during a pre-processing or alignment operation of a multi-frame fusion algorithm. The pixels to exclude correspond to at least one area in the multiple image frames 205 that contains a large amount of motion.
In step 915, multiple local histogram match maps are generated. For example, each of the image frames 205 can be divided into multiple tiles. A local histogram match map can then be generated based on a comparison of a tile in the reference image frame 310 and a corresponding tile in the non-reference image frame 315 (across all tiles of the image frames 310, 315). In step 920, a global histogram match map is generated. The global histogram match map can be generated based on a comparison of the entire reference image frame 310 and the entire non-reference image frame 315.
In step 925, global regularization may be applied to one or more of the local histogram match maps. For example, global regularization can be applied to a local histogram match map associated with a highly saturated region or a darker region of the non-reference image frame 315. Example approaches for replacing portions of a local histogram match map with (or based on) portions of a global histogram match map are provided above.
In step 930, histogram-matched image frames are generated and output. For example, a histogram-matched non-reference image frame 355 can be generated based on the local histogram match maps (at least one of which may have been regularized based on the global histogram match map). The resulting histogram-matched non-reference image frame 355 may closely match the reference image frame 310 in terms of brightness and color.
In step 935, a final image of a scene is produced. For example, a blending operation may occur. During the blending, the histogram-matched frames are used to provide an accurate motion analysis and generate a blending motion map. This blending motion map is used to guide the blending of the image frames 310 and 315. The resulting image may then undergo post-processing operations to produce a fused output image 255. The fused output image 255 may be stored, output, or used in any suitable manner. For instance, the fused output image 255 may be displayed on the display 160 of the electronic device 101, saved to a camera roll stored in a memory 130 of the electronic device 101, or attached to a text message, email, or other communication to be transmitted from the electronic device 101. Of course, the final image of the scene could be used in any other or additional manner.
Although FIG. 9 illustrates one example of a method 900 for multi-exposure image fusion using local histogram matching with global regularization and motion exclusion, various changes can be made to FIG. 9. For example, while shown as a series of steps, various steps in FIG. 9 could overlap, occur in parallel, occur in a different order, or occur any number of times.
It should be noted that while tiles in an image frame were shown and described above as being uniform with regular shapes and arrangements, other approaches for defining tiles in image frames may be used. For example, the tile-based histogram matching operation 330 can divide different image frames into different numbers and arrangements of tiles based on various factors, such as the size of the image frames, the orientations of the image frames, and the actual contents of the image frames.
FIGS. 10A, 10B, and 10C illustrate examples of image frames 1001, 1002, 1003 divided into a number of irregular tiles according to embodiments of this disclosure. In FIG. 10A, the image frame 1001 includes tiles that are defined based on the presence of the sky detected in the image frame 1001, as well as based on the contours of one or more objects within the scene. Among other things, tiles are created to segment buildings into tiles separate from the sky. Note that tiles may be created to segment other objects in a scene from each other and from the sky.
In FIG. 10B, the image frame 1002 includes a tile that is defined around a person in a foreground of the scene, as well as one or more tiles defining a background of the scene. Note that one or more tiles may similarly be created around one or more objects in the foreground of a scene. Also note that, depending on the background of the scene, one or more tiles may similarly be created to encompass the background.
In FIG. 10C, the image frame 1003 includes tiles that are irregularly shaped based on features or objects in the image frame 1003. In this example, the tiles are defined by the skyline in a scene, which provides a natural break to partition upper and lower tiles. Similarly, mountains in the scene provide a natural break to partition left and right tiles.
In some embodiments, tiles for image frames can be identified by first performing a foreground/background segmentation process that identifies different regions in the foreground and background of a scene. Various approaches for foreground/background segmentation may be used here. For one or more background regions, the approaches described above can be used to perform local histogram matching for each background region in multiple image frames. During these operations, the foreground region(s) may be excluded from consideration. For one or more foreground regions, the approaches described above can also be used to perform local histogram matching for each foreground region in the multiple image frames. During those operations, the background region(s) may be excluded from consideration.
Among other things, this approach may further improve the histogram matching process, particularly in foreground regions. This can be beneficial for various scenes, such as when the foreground regions of image frames include the skin and hair of one or more people (which are often susceptible to color shifts and motion during image processing). This also still allows the background regions of the scene to be processed and obtain the benefits of local histogram matching.
Although FIGS. 10A, 10B, and 10C illustrate examples of image frames 1001, 1002, 1003 divided into tiles, various changes may be made to these figures. For example, these figures are merely meant to illustrate example ways in which an image frame can be segmented into tiles based on contents of the image frames. The number of tiles used to divide an image frame may be increased or decreased, and the arrangements of the tiles can vary as needed or desired.
Although this disclosure has been described with reference to various example embodiments, various changes and modifications may be suggested to one skilled in the art. It is intended that this disclosure encompass such changes and modifications as fall within the scope of the appended claims.

Claims (15)

  1. A method comprising:
    obtaining, multiple image frames of a scene, the multiple image frames including a first image frame and a second image frame captured using different exposures;
    excluding, pixels in the first image frame and second image frame based on a motion map identifying movement;
    generating, multiple local histogram match maps based on multiple tiles of the first image frame and the second image frame; and
    generating, an histogram matched image frame using the local histogram match maps.
  2. The method of Claim 1, wherein the motion map comprises a binary motion map,
    wherein the binary motion map is generated by:
    determining a value of the motion map based on a motion vector between the first image frame and the second image frame;
    replacing values less than or equal to a pre-set threshold in the determined motion map with value of 1; and
    replacing values greater than a pre-set threshold in the determined motion map with value of 0.
  3. The method of Claim 1, further comprising:
    generating a global histogram match map based on the first image frame and the second image frame; and
    modifying at least one of the local histogram match maps based on the global histogram match map,
    wherein generating an histogram matched image frame using the local histogram match maps comprises, generating an histogram matched image frame using the modified local histogram match map.
  4. The method of Claim 3, wherein modifying at least one of the local histogram match maps comprises:
    replacing zero values in a specified local histogram match map with corresponding values from the global histogram match map; and
    replacing non-zero values in the specified local histogram match map with values interpolated between the specified local histogram match map and the global histogram match map.
  5. The method of Claim 4, wherein the values interpolated between the specified local histogram match map and the global histogram match map are weighted based on an amount of exposure in a corresponding tile of one of the multiple image frames.
  6. The method of Claim 4, wherein modifying at least one of the local histogram match maps further comprises:
    replacing a value in a specified local histogram match map with a corresponding value from the global histogram match map when a difference between the value in the specified local histogram match map and the corresponding value from the global histogram match map exceeds a predetermined threshold.
  7. The method of Claim 1, wherein generating an histogram matched image frame using the local histogram match maps comprises:
    interpolating each pixel value of the image frame based on four local histogram match maps corresponding to four tiles adjacent to a specific pixel.
  8. An electronic device comprising:
    at least one image sensor obtaining image frames; and
    at least one processor operatively connected to the at least one image sensor, the at least one processor configured to:
    obtain multiple image frames of a scene from the at least one image sensor, the multiple image frames including a first image frame and a second image frame captured using different exposures;
    exclude pixels in the first image frame and the second image frame based on a motion map identifying movement;
    generate multiple local histogram match maps based on multiple tiles of the first image frame and the second image frame; and
    generate a histogram matched image frame using the local histogram match maps.
  9. The electronic device of Claim 8, wherein the motion map comprises a binary motion map,
    wherein the binary motion map is generated by:
    determining a value of the motion map based on a motion vector between the first image frame and the second image frame;
    replacing values less than or equal to a pre-set threshold in the determined motion map with value of 1; and
    replacing values greater than a pre-set threshold in the determined motion map with value of 0.
  10. The electronic device of Claim 8, wherein the at least one processor is further configured to:
    generate a global histogram match map based on the first image frame and the second image frame; and
    modify at least one of the local histogram match maps based on the global histogram match map,
    wherein the at least one processor is further configured to generate an histogram matched image frame using the modified local histogram match map to generate an histogram matched image frame using the local histogram match maps.
  11. The electronic device of Claim 10, wherein, to modify at least one of the local histogram match maps, the at least one processor is configured to:
    replace zero values in a specified local histogram match map with corresponding values from the global histogram match map; and
    replace non-zero values in the specified local histogram match map with values interpolated between the specified local histogram match map and the global histogram match map.
  12. The electronic device of Claim 11, wherein the values interpolated between the specified local histogram match map and the global histogram match map are weighted based on an amount of exposure in a corresponding tile of one of the multiple image frames.
  13. The electronic device of Claim 11, wherein, to modify at least one of the local histogram match maps, the at least one processor is further configured to:
    replace a value in a specified local histogram match map with a corresponding value from the global histogram match map when a difference between the value in the specified local histogram match map and the corresponding value from the global histogram match map exceeds a predetermined threshold.
  14. The electronic device of Claim 8, wherein the at least one processor is further configured to:
    interpolate each pixel value of the image frame based on four local histogram match maps corresponding to four tiles adjacent to a specific pixel, to generate the histogram matched image frame using the local histogram match maps.
  15. A machine-readable medium containing instructions that when executed cause at least one processor of an electronic device to perform any one of claims 1 to 7.
PCT/KR2020/010298 2019-08-06 2020-08-05 Local histogram matching with global regularization and motion exclusion for multi-exposure image fusion WO2021025445A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EP20850168.4A EP3935601A4 (en) 2019-08-06 2020-08-05 Local histogram matching with global regularization and motion exclusion for multi-exposure image fusion

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US201962883417P 2019-08-06 2019-08-06
US62/883,417 2019-08-06
US16/707,652 US11200653B2 (en) 2019-08-06 2019-12-09 Local histogram matching with global regularization and motion exclusion for multi-exposure image fusion
US16/707,652 2019-12-09
KR1020200097535A KR20210018121A (en) 2019-08-06 2020-08-04 Device and method for performing local histogram matching with global regularization and motion exclusion
KR10-2020-0097535 2020-08-04

Publications (1)

Publication Number Publication Date
WO2021025445A1 true WO2021025445A1 (en) 2021-02-11

Family

ID=74503214

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2020/010298 WO2021025445A1 (en) 2019-08-06 2020-08-05 Local histogram matching with global regularization and motion exclusion for multi-exposure image fusion

Country Status (1)

Country Link
WO (1) WO2021025445A1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070230788A1 (en) * 2006-03-31 2007-10-04 Sony Deutschland Gmbh Adaptive histogram equalization for images with strong local contrast
KR20090045585A (en) * 2007-11-02 2009-05-08 주식회사 코아로직 Apparatus for digital image stabilizing using object tracking and method thereof
US20110310970A1 (en) * 2010-06-18 2011-12-22 Snu R&Db Foundation Method, apparatus and computer-readable medium processing frames obtained by multiple exposures
US20140347521A1 (en) * 2013-05-24 2014-11-27 Google Inc. Simulating High Dynamic Range Imaging with Virtual Long-Exposure Images
US20160035073A1 (en) * 2012-02-15 2016-02-04 Intel Corporation Method and Device for Processing Digital Image, and Computer-Readable Recording Medium
US10013764B2 (en) 2014-06-19 2018-07-03 Qualcomm Incorporated Local adaptive histogram equalization

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070230788A1 (en) * 2006-03-31 2007-10-04 Sony Deutschland Gmbh Adaptive histogram equalization for images with strong local contrast
KR20090045585A (en) * 2007-11-02 2009-05-08 주식회사 코아로직 Apparatus for digital image stabilizing using object tracking and method thereof
US20110310970A1 (en) * 2010-06-18 2011-12-22 Snu R&Db Foundation Method, apparatus and computer-readable medium processing frames obtained by multiple exposures
US20160035073A1 (en) * 2012-02-15 2016-02-04 Intel Corporation Method and Device for Processing Digital Image, and Computer-Readable Recording Medium
US20140347521A1 (en) * 2013-05-24 2014-11-27 Google Inc. Simulating High Dynamic Range Imaging with Virtual Long-Exposure Images
US10013764B2 (en) 2014-06-19 2018-07-03 Qualcomm Incorporated Local adaptive histogram equalization

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP3935601A4

Similar Documents

Publication Publication Date Title
WO2021201438A1 (en) System and method for motion warping using multi-exposure frames
WO2020251285A1 (en) Apparatus and method for high dynamic range (hdr) image creation of dynamic scenes using graph cut-based labeling
WO2017142342A1 (en) Electronic device and operating method thereof
WO2016032292A1 (en) Photographing method and electronic device
EP3909233A1 (en) Electronic device for stabilizing image and method for operating same
WO2020231065A1 (en) Method and apparatus for combining image frames captured using different exposure settings into blended images
WO2015102317A1 (en) Image processing apparatus and method
US11082677B2 (en) White balance processing method and apparatus
WO2018021736A1 (en) Apparatus and method for processing a beauty effect
KR102263537B1 (en) Electronic device and control method of the same
WO2018236058A1 (en) Electronic device for providing property information of external light source for interest object
WO2022019437A1 (en) Guided multi-exposure image fusion
KR20210061258A (en) System and method for dynamic selection of reference image frame
WO2019235903A1 (en) Methods and apparatus for capturing media using plurality of cameras in electronic device
WO2018117681A1 (en) Image processing method and electronic device supporting same
WO2021101097A1 (en) Multi-task fusion neural network architecture
US11200653B2 (en) Local histogram matching with global regularization and motion exclusion for multi-exposure image fusion
WO2022086237A1 (en) Kernel-aware super resolution
WO2022014791A1 (en) Multi-frame depth-based multi-camera relighting of images
WO2021025445A1 (en) Local histogram matching with global regularization and motion exclusion for multi-exposure image fusion
WO2021101037A1 (en) System and method for dynamic selection of reference image frame
EP3935601A1 (en) Local histogram matching with global regularization and motion exclusion for multi-exposure image fusion
WO2021162263A1 (en) Method for generating image and electronic device therefor
WO2021025375A1 (en) Apparatus and method for efficient regularized image alignment for multi-frame fusion
KR20210018121A (en) Device and method for performing local histogram matching with global regularization and motion exclusion

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

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2020850168

Country of ref document: EP

Effective date: 20211008

NENP Non-entry into the national phase

Ref country code: DE