US20210334934A1 - Local image warping in image processor using homography transform function - Google Patents
Local image warping in image processor using homography transform function Download PDFInfo
- Publication number
- US20210334934A1 US20210334934A1 US16/858,134 US202016858134A US2021334934A1 US 20210334934 A1 US20210334934 A1 US 20210334934A1 US 202016858134 A US202016858134 A US 202016858134A US 2021334934 A1 US2021334934 A1 US 2021334934A1
- Authority
- US
- United States
- Prior art keywords
- image
- transform
- feature locations
- homography
- warp
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T3/00—Geometric image transformations in the plane of the image
- G06T3/18—Image warping, e.g. rearranging pixels individually
-
- G06T3/0093—
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T3/00—Geometric image transformations in the plane of the image
- G06T3/40—Scaling of whole images or parts thereof, e.g. expanding or contracting
- G06T3/4007—Scaling of whole images or parts thereof, e.g. expanding or contracting based on interpolation, e.g. bilinear interpolation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T3/00—Geometric image transformations in the plane of the image
- G06T3/40—Scaling of whole images or parts thereof, e.g. expanding or contracting
- G06T3/4084—Scaling of whole images or parts thereof, e.g. expanding or contracting in the transform domain, e.g. fast Fourier transform [FFT] domain scaling
Definitions
- the present disclosure relates to warping an image and more specifically to warping groups of pixels in the image differently than other groups of pixels.
- Image data captured by an image sensor or received from other data sources is often processed in an image processing pipeline before further processing or consumption.
- raw image data may be corrected, filtered, or otherwise modified before being provided to subsequent components such as a video encoder.
- various components, unit stages or modules may be employed.
- Such an image processing pipeline may be structured so that corrections or enhancements to the captured image data can be performed in an expedient way without consuming other system resources.
- image processing algorithms may be performed by executing software programs on central processing unit (CPU), execution of such programs on the CPU would consume significant bandwidth of the CPU and other peripheral resources as well as increase power consumption.
- image processing pipelines are often implemented as a hardware component separate from the CPU and dedicated to perform one or more image processing algorithms.
- Image fusion includes gathering information from multiple images and includes the information in a fewer number of images, usually a single image. This single image may be more informative and accurate than any image from the original images. Since the images for fusion are often captured at different times and/or or locations, these images do not completely match. Hence, warping of one image may be performed prior to fusing with another image.
- Embodiments relate to local image warping by warping groups of pixels of an image differently than other groups of pixels.
- a feature extractor is configured to determine first reference feature locations from a first portion of a reference image and first corresponding feature locations from a first portion of a warp image to be warped based on the reference image.
- a local transform module coupled to the feature extractor is configured to determine a first homography transform function that transforms versions of the first corresponding feature locations to the first reference feature locations is determined.
- the homography transform function has a first error that represents a difference between the transformed first corresponding feature locations and the first reference feature locations below a threshold level.
- the local transform module generates first parameters by processing the first homography transform function.
- a warper circuit coupled to the local transform module warps the first portion of the warp image by at least applying the transform first parameters to generate a first portion of a warped image.
- the feature extractor further determines second reference feature locations from a second portion of the reference image and second corresponding feature locations from a second portion of the warp image.
- the local transform module determines a second homography transform function that transforms versions of the second corresponding feature locations to the second reference feature locations with a second error representing a difference between the transformed second corresponding feature locations and the second reference feature locations below the threshold level.
- the first homography function and the second homography function are different.
- the apparatus the local transform module further generates second transform parameters by processing the second homography transform function.
- the warper circuit warps the second portion of the warp image by at least applying the second transform parameters to generate a second portion of the warped image.
- the first transform parameters map locations in the first portion of the warp image to first locations in the warped image and the second transform parameters map locations in the second portion of the warp image to second locations in the warped image.
- the first transform parameters representing a location in the first portion of the warp image are generated by bilateral interpolating four homography transform functions of four portions of the warp image closest to the location.
- the first portion of the reference image is one of the four portions of the warp image.
- a global adjustment module is configured to determine global transform parameters that represent a global translation between the reference image and the warp image.
- the global adjustment module is configured to generate the versions of the corresponding feature locations based on the global transform parameters.
- the global transform parameters are determined by a random sample consensus (RANSAC) algorithm.
- RANSAC random sample consensus
- the local transform module applies an optimization algorithm to determine the homography transform function.
- the optimization algorithm comprises a least squares algorithm.
- the homography transform function represents two or more degrees of freedom.
- FIG. 1 is a high-level diagram of an electronic device, according to an embodiment.
- FIG. 2 is a block diagram illustrating components in the electronic device, according to an embodiment.
- FIG. 3 is a block diagram illustrating image processing pipelines implemented using an image signal processor, according to an embodiment.
- FIG. 4 is an illustration of a reference image and a warp image, according to an embodiment.
- FIG. 5A is a diagram of a reference image tile, according to an embodiment.
- FIG. 5B is a diagram of a warp image tile that corresponds to the reference image tile, according to an embodiment.
- FIG. 5C illustrates global motion vectors, according to an embodiment.
- FIG. 5D illustrates local motion vectors, according to an embodiment.
- FIG. 6 is a conceptual diagram illustrating warping of the warp image into the warped image using a mesh grid, according to an embodiment.
- FIG. 7 is a block diagram illustrating modules related to local image warping, according to an embodiment.
- FIG. 8 is a block diagram of the grid generator, according to an embodiment.
- FIG. 9 is a block diagram illustrating a warper circuit, according to an embodiment.
- FIG. 10 is a flowchart of a method for performing local warping, according to an embodiment.
- a warp image is globally and locally warped. Local warping is performed by warping groups of pixels in the warp image differently compared to other groups of pixels in the image.
- a tiler circuit divides the warp and reference images into discrete tiles. Vectors between feature locations in a warp image tile and feature locations in a corresponding reference image tile are computed. A homography transform function is determined based on the vectors. After homography transform functions are determined for a set of warp image tiles, parameters of the homography transform functions are interpolated to determine a set of grid points. The grid points collectively form a mesh grid that determines how the warp image is warped. By warping the warp image according to the mesh grid, groups of pixels in the warp image may be warped differently. Thus, alignment of the warp image features with the reference image features is improved.
- the device is a portable communications device, such as a mobile telephone, that also contains other functions, such as personal digital assistant (PDA) and/or music player functions.
- portable multifunction devices include, without limitation, the iPhone®, iPod Touch®, Apple Watch®, and iPad® devices from Apple Inc. of Cupertino, Calif.
- Other portable electronic devices such as wearables, laptops or tablet computers, are optionally used.
- the device is not a portable communications device, but is a desktop computer or other computing device that is not designed for portable use.
- the disclosed electronic device may include a touch sensitive surface (e.g., a touch screen display and/or a touch pad).
- a touch sensitive surface e.g., a touch screen display and/or a touch pad.
- An example electronic device described below in conjunction with FIG. 1 e.g., device 100
- the electronic device may also include one or more other physical user-interface devices, such as a physical keyboard, a mouse and/or a joystick.
- FIG. 1 is a high-level diagram of an electronic device 100 , according to one embodiment.
- Device 100 may include one or more physical buttons, such as a “home” or menu button 104 .
- Menu button 104 is, for example, used to navigate to any application in a set of applications that are executed on device 100 .
- menu button 104 includes a fingerprint sensor that identifies a fingerprint on menu button 104 . The fingerprint sensor may be used to determine whether a finger on menu button 104 has a fingerprint that matches a fingerprint stored for unlocking device 100 .
- menu button 104 is implemented as a soft key in a graphical user interface (GUI) displayed on a touch screen.
- GUI graphical user interface
- device 100 includes touch screen 150 , menu button 104 , push button 106 for powering the device on/off and locking the device, volume adjustment buttons 108 , Subscriber Identity Module (SIM) card slot 110 , head set jack 112 , and docking/charging external port 124 .
- Push button 106 may be used to turn the power on/off on the device by depressing the button and holding the button in the depressed state for a predefined time interval; to lock the device by depressing the button and releasing the button before the predefined time interval has elapsed; and/or to unlock the device or initiate an unlock process.
- device 100 also accepts verbal input for activation or deactivation of some functions through microphone 113 .
- the device 100 includes various components including, but not limited to, a memory (which may include one or more computer readable storage mediums), a memory controller, one or more central processing units (CPUs), a peripherals interface, an RF circuitry, an audio circuitry, speaker 111 , microphone 113 , input/output (I/O) subsystem, and other input or control devices.
- Device 100 may include one or more image sensors 164 , one or more proximity sensors 166 , and one or more accelerometers 168 .
- the device 100 may include components not shown in FIG. 1 .
- Device 100 is only one example of an electronic device, and device 100 may have more or fewer components than listed above, some of which gray be combined into a components or have a different configuration or arrangement.
- the various components of device 100 listed above are embodied in hardware, software, firmware or a combination thereof, including one or more signal processing and/or application specific integrated circuits (ASICs).
- ASICs application specific integrated circuits
- FIG. 2 is a block diagram illustrating components in device 100 , according to one embodiment.
- Device 100 may perform various operations including image processing.
- the device 100 may include, among other components, image sensor 202 , system-on-a chip (SOC) component 204 , system memory 230 , persistent storage (e.g., flash memory) 228 , motion sensor 234 , and display 216 .
- SOC system-on-a chip
- the components as illustrated in FIG. 2 are merely illustrative.
- device 100 may include other components (such as speaker or microphone) that are not illustrated in FIG. 2 . Further, some components (such as orientation sensor 234 ) may be omitted from device 100 .
- Image sensor 202 is a component for capturing image data and may be embodied, for example, as a complementary metal-oxide-semiconductor (CMOS) active-pixel sensor) a camera, video camera, or other devices.
- Image sensor 202 generates raw image data that is sent to SOC component 204 for further processing.
- the image data processed by SOC component 204 is displayed on display 216 , stored in system memory 230 , persistent storage 228 or sent to a remote computing device via network connection.
- the raw image data generated by image sensor 202 may be in a Bayer color filter array (CFA) pattern (hereinafter also referred to as “Bayer pattern”).
- CFA Bayer color filter array
- Motion sensor 234 is a component or a set of components for sensing motion of device 100 .
- Motion sensor 234 may generate sensor signals indicative of orientation and/or acceleration of device 100 .
- the sensor signals are sent to SOC component 204 for various operations such as turning on device 100 or rotating images displayed on display 216 .
- Display 216 is a component for displaying images as generated by SOC component 204 .
- Display 216 may include, for example, liquid crystal display (LCD) device or an organic light emitting diode (OLED) device.
- LCD liquid crystal display
- OLED organic light emitting diode
- display 116 may display various images, such as menus, selected operating parameters, images captured by image sensor 202 and processed by SOC component 204 , and/or other information received from a user interface of device 100 (not shown).
- System memory 230 is a component for storing instructions for execution by SOC component 204 and for storing data processed by SOC component 204 .
- System memory 230 may be embodied as any type of memory including, for example, dynamic random access memory (DRAM), synchronous DRAM (SDRAM), double data rate (DDR, DDR2, DDR3, etc.) RAMBUS DRAM (RDRAM), static RAM (SRAM) or a combination thereof.
- DRAM dynamic random access memory
- SDRAM synchronous DRAM
- RDRAM double data rate RAMBUS DRAM
- SRAM static RAM
- system memory 230 may store pixel data or other image data or statistics in various formats.
- Persistent storage 228 is a component for storing data in a non-volatile manner. Persistent storage 228 retains data even when power is not available. Persistent storage 228 may be embodied as read-only memory (ROM), flash memory or other non-volatile random access memory devices. Persistent storage 228 stores an operating system of device 100 and various software applications. Persistent storage 228 may also store one or more machine learning models, such as regression models, random forest models, support vector machines (SVMs) such as kernel SVMs, and artificial neural networks (ANNs) such as convolutional network networks (CNNs), recurrent network networks (RNNs), autoencoders, and long short term memory (LSTM).
- SVMs support vector machines
- ANNs artificial neural networks
- CNNs convolutional network networks
- RNNs recurrent network networks
- autoencoders and long short term memory (LSTM).
- a machine learning model may be an independent model that works with the neural processor circuit 218 and various software applications or sensors of device 100 .
- a machine learning model may also be part of a software application.
- the machine learning models may perform various tasks such as facial recognition, image classification, object, concept, and information classification, speech recognition, machine translation, voice recognition, voice command recognition, text recognition, text and context analysis, other natural language processing, predictions, and recommendations.
- Various machine learning models stored in device 100 may be fully trained, untrained, or partially trained to allow device 100 to reinforce or continue to train the machine learning models as device 100 is used. Operations of the machine learning models include various computation used in training the models and determining results in runtime using the models. For example, in one case, device 100 captures facial images of the user and uses the images to continue to improve a machine learning model that is used to lock or unlock the device 100 .
- SOC component 204 is embodied as one or more integrated circuit (IC) chip and performs various data processing processes.
- SOC component 204 may include, among other subcomponents, image signal processor (ISP) 206 , a central processor unit (CPU) 208 , a network interface 210 , sensor interface 212 , display controller 214 , graphics processor (GPU) 220 , memory controller 222 , video encoder 224 , storage controller 226 , neural processor circuit 218 , and bus 232 connecting these subcomponents.
- ISP image signal processor
- CPU central processor unit
- GPU graphics processor
- memory controller 222 memory controller 222
- video encoder 224 storage controller 226
- storage controller 226 storage controller 226
- neural processor circuit 218 and bus 232 connecting these subcomponents.
- bus 232 connecting these subcomponents.
- SOC component 204 may include more or fewer subcomponents than those shown in FIG. 2 .
- ISP 206 is hardware that performs various stages of an image processing pipeline.
- ISP 206 may receive raw image data from image sensor 202 , and process the raw image data into a form that is usable by other subcomponents of SOC component 204 or components of device 100 .
- ISP 206 may perform various image-manipulation operations such as image translation operations, horizontal and vertical scaling, color space conversion and/or image stabilization transformations, as described below in detail with reference to FIG. 3 .
- CPU 208 may be embodied using any suitable instruction set architecture, and may be configured to execute instructions defined in that instruction set architecture.
- CPU 208 may be general-purpose or embedded processors using any of a variety of instruction set architectures (ISAs), such as the x86, PowerPC, SPARC, RISC, ARM or MIPS ISAs, or any other suitable ISA.
- ISAs instruction set architectures
- SOC component 204 may include multiple CPUs. In multiprocessor systems, each of the CPUs may commonly, but not necessarily, implement the same ISA.
- GPU 220 is graphics processing circuitry for performing graphical data. For example, GPU 220 may render objects to be displayed into a frame buffer (e.g., one that includes pixel data for an entire frame). GPU 220 may include one or more graphics processors that may cute graphics software to perform a part or all of the graphics operation, or hardware acceleration of certain graphics operations.
- a frame buffer e.g., one that includes pixel data for an entire frame.
- GPU 220 may include one or more graphics processors that may cute graphics software to perform a part or all of the graphics operation, or hardware acceleration of certain graphics operations.
- the neural processor circuit 218 is a programmable circuit that performs machine learning operations on the input data of neural processor circuit 218 .
- Machine learning operations may include different computations for training of a machine learning model and for performing inference or prediction based on the trained machine learning model.
- the neural processor circuit 218 is a circuit that performs various machine learning operations based on computation including multiplication, addition, and accumulation. Such computation may be arranged to perform, for example, various types of tensor multiplications such as tensor product and convolution of input data and kernel data.
- the neural processor circuit 218 is a configurable circuit that performs these operations in a fast and power-efficient manner while relieving CPU 208 of resource-intensive operations associated with neural network operations.
- the neural processor circuit 218 may receive the input data from sensor interface 212 , the image signal processor 206 , persistent storage 228 , system memory 230 or other sources such as network interface 210 or GPU 220 .
- the output of the neural processor circuit 218 may be provided to various components of device 100 such as image signal processor 206 , system memory 230 or CPU 208 for various operations.
- Network interface 210 is a subcomponent that enables data to be exchanged between devices 100 and other devices via one or more networks (e.g., carrier or agent devices). For example, video or other image data may be received from other devices via network interface 210 and be stored in system memory 230 for subsequent processing (e.g., via a back-end interface to image signal processor 206 , such as discussed below in FIG. 3 ) and display.
- the networks may include, but are not limited to, Local Area Networks (LANs) (e.g., an Ethernet or corporate network) and Wide Area Networks (WANs).
- LANs Local Area Networks
- WANs Wide Area Networks
- the image data received via network interface 210 may undergo image processing processes by ISP 206 .
- Sensor interface 212 is circuitry for interfacing with motion sensor 234 .
- Sensor interface 212 receives sensor information from notion sensor 234 and processes the sensor information to determine the orientation or movement of the device 100 .
- Display controller 214 is circuitry for sending image data to be displayed on display 216 .
- Display controller 214 receives the image data from ISP 206 , CPU 208 , graphic processor 220 or system memory 230 and processes the image data into a format suitable for display on display 216 .
- Memory controller 222 is circuitry for communicating with system memory 230 .
- Memory controller 222 may read data from system memory 230 for processing by ISP 206 , CPU 208 , GPU 220 or other subcomponents of SOC component 204 .
- Memory controller 222 may also write data to system memory 230 received from various subcomponents of SOC component 204 .
- Video encoder 224 is hardware, software, firmware or a combination thereof for encoding video data into a format suitable for storing in persistent storage 128 or for passing the data to network interface w10 for transmission over a network to another device.
- one or more subcomponents of SOC component 204 or some functionality of these subcomponents may be performed by software components executed on ISP 206 , CPU 208 or GPU 220 .
- Such software components may be stored in system memory 230 , persistent storage 228 or another device communicating with device 100 via network interface 210 .
- Image data or video data may flow through various data paths within SOC component 204 .
- raw image data may be generated from the image sensor 202 and processed by ISP 206 , and then sent to system memory 230 via bus 232 and memory controller 222 . After the image data is stored in system memory 230 , it may be accessed by video encoder 224 for encoding or by display 116 for displaying via bus 232 .
- image data is received from sources other than the image sensor 202 .
- video data may be streamed, downloaded, or otherwise communicated to the SOC component 204 via wired or wireless network.
- the image data may be received via network interface 210 and written to system memory 230 via memory controller 222 .
- the image data may then be obtained by ISP 206 from system memory 230 and processed through one or more image processing pipeline stages, as described below in detail with reference to FIG. 3 .
- the image data may then be returned to system memory 230 or be sent to video encoder 224 , display controller 214 (for display on display 216 ), or storage controller 226 for storage at persistent storage 228 .
- FIG. 3 is a block diagram illustrating image processing pipelines implemented using ISP 206 , according to one embodiment.
- ISP 206 is coupled to an image sensor system 201 that includes one or more image sensors 202 A through 202 N (hereinafter collectively referred to as “image sensors 202 ” or also referred individually as “image sensor 202 ”) to receive raw image data.
- the image sensor system 201 may include one or more sub-systems that control the image sensors 202 individually. In some cases, each image sensor 202 may operate independently while, in other cases, the image sensors 202 may share some components.
- two or more image sensors 202 may be share the same circuit board that controls the mechanical components of the image sensors (e.g., actuators that change the lens positions of each image sensor).
- the image sensing components of an image sensor 202 may include different types of image sensing components that may provide raw image data in different forms to the ISP 206 .
- the image sensing components may include a plurality of focus pixels that are used for auto-focusing and a plurality of image pixels that are used for capturing images.
- the image sensing pixels may be used for both auto-focusing and image capturing purposes.
- ISP 206 implements an image processing pipeline which may include a set of stages that process image information from creation, capture or receipt to output.
- ISP 206 may include, among other components, sensor interface 302 , central control 320 , front-end pipeline stages 330 , back-end pipeline stages 340 , image statistics module 304 , vision module 322 , back-end interface 342 , output interface 316 , and auto-focus circuits 350 A through 350 N (hereinafter collectively referred to as “auto-focus circuits 350 ” or referred individually as “auto-focus circuits 350 ”).
- ISP 206 may include other components not illustrated in FIG. 3 or may omit one or more components illustrated in FIG. 3 .
- front-end pipeline stages 330 may process image data at an initial rate.
- front-end pipeline stages 330 may process image data at an initial rate.
- raw processing stage 306 operations e.g., black level compensation, highlight recovery and defective pixel correction
- back-end pipeline stages 340 may process image data at a different rate less than the initial data rate.
- back-end pipeline stages 340 may be processed at a reduced rate (e.g., 1 pixel per clock cycle).
- Raw image data captured by image sensors 202 may be transmitted to different components of ISP 206 in different manners.
- raw image data corresponding to the focus pixels may be sent to the auto-focus circuits 350 while raw image data corresponding to the image pixels may be sent to the sensor interface 302 .
- raw image data corresponding to both types of pixels may simultaneously be sent to both the auto-focus circuits 350 and the sensor interface 302 .
- Auto-focus circuits 350 may include hardware circuit that analyzes raw image data to determine an appropriate lens position of each image sensor 202 .
- the image data may include data that is transmitted from image sensing pixels that specializes in image focusing.
- raw image data from image capture pixels may also be used for auto-focusing purpose.
- An auto-focus circuit 350 may perform various image processing operations to generate data that determines the appropriate lens position.
- the image processing operations may include cropping, binning, image compensation, scaling to generate data that is used for auto-focusing purpose.
- the auto-focusing data generated by auto-focus circuits 350 may be fed back to the image sensor system 201 to control the lens positions of the image sensors 202 .
- an image sensor 202 may include a control circuit that analyzes the auto-focusing data to determine a command signal that is sent to an actuator associated with the lens system of the image sensor to change the lens position of the image sensor.
- the data generated by the auto-focus circuits 350 may also be sent to other components of the ISP 206 for other image processing purposes. For example, some of the data may be sent to image statistics 304 to determine information regarding auto-exposure.
- the auto-focus circuits 350 may be individual circuits that are separate from other components such as image statistics 304 , sensor interface 302 , front-end 330 and back-end 340 . This allows the ISP 206 to perform auto-focusing analysis independent of other image processing pipelines. For example, the ISP 206 may analyze raw image data from the image sensor 202 A to adjust the lens position of image sensor 202 A using the auto-focus circuit 350 A while performing downstream image processing of the image data from image sensor 202 B simultaneously.
- the number of auto-focus circuits 350 may correspond to the number of image sensors 202 . In other words, each image sensor 202 may have a corresponding auto-focus circuit that is dedicated to the auto-focusing of the image sensor 202 .
- the device 100 may perform auto focusing for different image sensors 202 even if one or more image sensors 202 are not in active use. This allows a seamless transition between two image sensors 202 when the device 100 switches from one image sensor 202 A to another.
- a device 100 may include a wide-angle camera and a telephoto camera as a dual back camera system for photo and image processing.
- the device 100 may display images captured by one of the dual cameras and may switch between the two cameras from time to time.
- the displayed images may seamless transition from image data captured by one image sensor 202 to image data captured by another image sensor without waiting for the second image sensor 202 to adjust its lens position because two or more auto-focus circuits 350 may continuously provide auto-focus data to the image sensor system 201 .
- Raw image data captured by different image sensors 202 may also be transmitted to sensor interface 302 .
- Sensor interface 302 receives raw image data from image sensor 202 and processes the raw image data into an image data processable by other stages in the pipeline.
- Sensor interface 302 may perform various preprocessing operations, such as image cropping, binning or scaling to reduce image data size.
- pixels are sent from the image sensor 202 to sensor interface 302 in raster order horizontally, line by line).
- the subsequent processes in the pipeline may also be performed in raster order and the result may also be output in raster order.
- Front-end pipeline stages 330 process image data in raw or full-color domains.
- Front-end pipeline stages 330 may include, but are not limited to, raw processing stage 306 and resample processing stage 308 .
- a raw image data may be in Bayer raw format, for example.
- Bayer raw image format pixel data with values specific to a particular color (instead of all colors) is provided in each pixel.
- image data is typically provided in a Bayer pattern.
- Raw processing stage 306 may process image data in a Bayer raw format.
- raw processing stage 306 includes, but are not limited, sensor linearization, black level compensation, fixed pattern noise reduction, defective pixel correction, raw noise filtering, lens shading correction, white balance gain, and highlight recovery.
- Sensor linearization refers to mapping non-linear image data to linear space for other processing.
- Black level compensation refers to providing digital gain, offset and clip independently for each color component (e.g., Gr, R, B, Gb) of the image data.
- Fixed pattern noise reduction refers to removing offset fixed pattern noise and gain fixed pattern noise by subtracting a dark frame from an input image and multiplying different gains to pixels.
- Defective pixel correction refers to detecting defective pixels, and then replacing defective pixel values.
- Raw noise filtering refers to reducing noise of image data by averaging neighbor pixels that are similar in brightness.
- Highlight recovery refers to estimating pixel values for those pixels that are clipped (or nearly clipped) from other channels.
- Lens shading correction refers to applying a gain per pixel to compensate for a dropoff in intensity roughly proportional to a distance from a lens optical center.
- White balance gain refers to providing digital gains for white balance, offset and clip independently for all color components e.g., R, B, Gb in Bayer format),
- Components of ISP 206 may convert raw image data into image data in full-color domain, and thus, raw processing stage 306 may process image data in the full-color domain in addition to or instead of raw image data.
- Resample processing stage 308 performs various operations to convert, resample, or scale image data received from raw processing stage 306 .
- Operations performed by resample processing stage 308 may include, but not limited to, demosaic operation, per-pixel color correction operation, Gamma mapping operation, color space conversion and downscaling or sub-band splitting.
- Demosaic operation refers to converting or interpolating missing color samples from raw image data (for example, in a Bayer pattern) to output image data into a full-color domain.
- Demosaic operation may include low pass directional filtering on the interpolated samples to obtain full-color pixels.
- Per-pixel color correction operation refers to a process of performing color correction on a per-pixel basis using information about relative noise standard deviations of each color channel to correct color without amplifying noise in the image data.
- Gamma mapping refers to converting image data from input image data values to output data values to perform gamma correction.
- lookup tables or other structures that index pixel values to another value
- Color space conversion refers to converting color space of an input image data into a different format.
- resample processing stage 308 converts RGB format into YCbCr format for further processing.
- Central control module 320 may control and coordinate overall operation of other components in ISP 206 .
- Central control module 320 performs operations including, but not limited to, monitoring various operating parameters (e.g., logging clock cycles, memory latency, quality of service, and state information), updating or managing control parameters for other components of ISP 206 , and interfacing with sensor interface 302 to control the starting and stopping of other components of ISP 206 .
- central control module 320 may update programmable parameters for other components in ISP 206 while the other components are in an idle state. After updating programmable parameters, central control module 320 may place these components of ISP 206 into a run state to perform one or more operations or tasks.
- Central control module 320 may also instruct other components of ISP 206 to store image data (e.g., by writing to system memory 230 in FIG. 2 ) before, during, or after resample processing stage 308 .
- image data e.g., by writing to system memory 230 in FIG. 2
- full- resolution image data in raw or full-color domain format may be stored in addition to or instead of processing the image data output from resample processing stage 308 through backend pipeline stages 340 .
- Image statistics module 304 performs various operations to collect statistic information associated with the image data.
- the operations for collecting statistics information may include, but not limited to, sensor linearization, replace patterned defective pixels, sub-sample raw image data, detect and replace non-patterned defective pixels, black level compensation, lens shading correction, and inverse black level compensation.
- statistics information such as 3A statistics Auto white balance (AWB), auto exposure (AE), histograms (e.g., 2D color or component) and any other image data information may be collected or tracked.
- certain pixels' values, or areas of pixel values may be excluded from collections of certain statistics data when preceding operations identify clipped pixels.
- each image sensor 202 may correspond to an individual image statistics unit 304 .
- each statistic module may be programmed by central control module 320 to collect different information for the same or different image data.
- Vision module 322 performs various operations to facilitate computer vision operations at CPU 208 such as facial detection in image data.
- the vision module 322 may perform various operations including pre-processing, global tone-mapping and Gamma correction, vision noise filtering, resizing, keypoint detection, generation of histogram-of-orientation gradients (HOG) and normalized cross correlation (NCC).
- the pre-processing may include subsampling or binning operation and computation of luminance if the input image data is not in YCrCb format.
- Global mapping and Gamma correction can be performed on the pre-processed data on luminance image.
- Vision noise filtering is performed to remove pixel defects and reduce noise present in the image data, and thereby, improve the quality and performance of subsequent computer vision algorithms.
- Such vision noise filtering may include detecting and fixing dots or defective pixels, and performing bilateral filtering to reduce noise by averaging neighbor pixels of similar brightness.
- Various vision algorithms use images of different sizes and scales. Resizing of an image is performed, for example, by binning or linear interpolation operation. Keypoints are locations within an image that are surrounded by image patches well suited to matching in other images of the same scene or object. Such keypoints are useful in image alignment, computing camera pose and object tracking. Keypoint detection refers to the process of identifying such keypoints in an image. HOG provides descriptions of image patches for tasks in mage analysis and computer vision.
- HOG can be generated, for example, by (i) computing horizontal and vertical gradients using a simple difference filter, (ii) computing gradient orientations and magnitudes from the horizontal and vertical gradients, and (iii) binning the gradient orientations.
- NCC is the process of computing spatial cross-correlation between a patch of image and a kernel.
- Back-end interface 342 receives image data from other image sources than image sensor 102 and forwards it to other components of ISP 206 for processing. For example, image data may be received over a network connection and be stored in system memory 230 . Back-end interface 342 retrieves the image data stored in system memory 230 and provides it to back-end pipeline stages 340 for processing. One of many operations that are performed by back-end interface 342 is converting the retrieved image data to a format that can be utilized by back-end processing stages 340 . For instance, back-end interface 342 may convert RGB, YCbCr 4:2:0, or YCbCr 4:2:2 formatted image data into YCbCr 4:4:4 color format.
- Back-end pipeline stages 340 processes image data according to a particular full-color format (e.g., YCbCr 4:4:4 or RGB). In sonic embodiments, components of the back-end pipeline stages 340 may convert image data to a particular full-color format before further processing.
- Back-end pipeline stages 340 may include, among other stages, noise processing stage 310 and color processing stage 312 .
- Back-end pipeline stages 340 may include other stages not illustrated in FIG. 3 .
- Noise processing stage 310 performs various operations to reduce noise in the image data.
- the operations performed by noise processing stage 310 include, but are not limited to, color space conversion, gamma/de-gamma mapping, temporal filtering, noise filtering, luma sharpening, and chroma noise reduction.
- the color space conversion may convert an image data from one color space format to another color space format (e.g., RGB format converted to YCbCr format.
- Gamma/de-gamma operation converts image data from input image data values to output data values to perform gamma correction or reverse gamma correction.
- Temporal filtering filters noise using a previously filtered image frame to reduce noise. For example, pixel values of a prior image frame are combined with pixel values of a current image frame.
- Noise filtering may include, for example, spatial noise filtering.
- Loma sharpening may sharpen luma values of pixel data while chroma suppression may attenuate chroma to gray (e.g., no color).
- the luma sharpening and chroma suppression may be performed simultaneously with spatial nose filtering.
- the aggressiveness of noise filtering may be determined differently for different regions of an image.
- Spatial noise filtering may be included as part of a temporal loop implementing temporal filtering. For example, a previous image frame may be processed by a temporal filter and a spatial noise filter before being stored as a reference frame for a next image frame to be processed.
- spatial noise filtering may not be included as part of the temporal loop for temporal filtering (e.g., the spatial noise filter may be applied to an image frame after it is stored as a reference image frame and thus the reference frame is not spatially filtered.
- Color processing stage 312 may perform various operations associated with adjusting color information in the image data.
- the operations performed in color processing stage 312 include, but are not limited to, local tone mapping, gain/offset/clip, color correction, three-dimensional color lookup, gamma conversion, and color space conversion.
- Local tone mapping refers to spatially varying local tone curves in order to provide more control when rendering an image. For instance, a two-dimensional grid of tone curves (which may be programmed by the central control module 320 ) may be bi-linearly interpolated such that smoothly varying tone curves are created across an imager.
- local tone mapping may also apply spatially varying and intensity varying color correction matrices, which may, for example, be used to make skies bluer while turning down blue in the shadows in an image.
- Digital gain/offset/clip may be provided for each color channel or component of image data.
- Color correction may apply a color correction transform matrix to image data.
- 3D color lookup may utilize a three dimensional array of color component output values (e.g., R, G, to perform advanced tone mapping, color space conversions, and other color transforms.
- Gamma conversion may be performed, for example, by mapping input image data values to output data values in order to perform gamma correction, tone mapping, or histogram matching.
- Color space conversion may be implemented to convert image data from one color space to another (e.g., RGB to YCbCr).
- Other processing techniques may also be performed as part of color processing stage 312 to perform other special image effects, including black and white conversion, sepia tone conversion, negative conversion, or solarize conversion.
- Output rescale module 314 may resample, transform and correct distortion on the fly as the ISP 206 processes image data. Output rescale module 314 may compute a fractional input coordinate for each pixel and uses this fractional coordinate to interpolate an output pixel via a polyphase resampling filter.
- a fractional input coordinate may be produced from a variety of possible transforms of an output coordinate, such as resizing or cropping an image (e.g., via a simple horizontal and vertical scaling transform), rotating and shearing an image (e.g., via non-separable matrix transforms), perspective warping (e.g., via an additional depth transform) and per-pixel perspective divides applied in piecewise in strips to account for changes in image sensor during image data capture (e.g., due to a rolling shutter), and geometric distortion correction (e.g., via computing a radial distance from the optical center in order to index an interpolated radial gain table, and applying a radial perturbance to a coordinate to account for a radial lens distortion).
- transforms of an output coordinate such as resizing or cropping an image (e.g., via a simple horizontal and vertical scaling transform), rotating and shearing an image (e.g., via non-separable matrix transforms), perspective warping (e.g., via an
- Output rescale module 314 may apply transforms to image data as it is processed at output rescale module 314 .
- Output rescale module 314 may include horizontal and vertical scaling components.
- the vertical portion of the design may implement series of image data line buffers to hold the “support” needed by the vertical filter.
- ISP 206 may be a streaming device, it may be that only the lines of image data in a finite-length sliding window of lines are available for the filter to use. Once a line has been discarded to make room for a new incoming line, the line may be unavailable.
- Output rescale module 314 may statistically monitor computed input Y coordinates over previous lines and use it to compute an optimal set of lines to hold in the vertical support window.
- output rescale module may automatically generate a guess as to the center of the vertical support window.
- output rescale module 314 may implement a table of piecewise perspective transforms encoded as digital difference analyzer (DDA) steppers to perform a per-pixel perspective transformation between a input image data and output image data order to correct artifacts and motion caused by sensor motion during the capture of the image frame.
- DDA digital difference analyzer
- Output rescale may provide image data via output interface 316 to various other components of device 100 , as discussed above with regard to FIGS. 1 and 2 .
- the functionally of components 302 through 350 may be performed in a different order than the order implied by the order of these functional units in the image processing pipeline illustrated in FIG. 3 , or may be performed by different functional components than those illustrated in FIG. 3 .
- the various components as described in FIG. 3 may be embodied in various combinations of hardware, firmware or software.
- FIG. 4 is an illustration of a reference image 402 and a warp image 404 , according to an embodiment.
- the images 402 , 404 may include similar content and may have been recorded at different times and/or locations.
- the warp image 404 was captured by the sensor system 201 after the reference image 402 was captured.
- the warp image 404 is warped (e.g., globally and locally) based on the reference image 402 so that the images 402 , 404 can be fused together. While the description herein only references a single warp image 404 , multiple different warp images may be warped in preparation for fusing with the reference image 402 .
- a tiler circuit (described with reference to FIG. 7 ) divides the reference image 402 into discrete image tiles 406 .
- the tiler circuit also divides the warp image 404 into discrete image tiles 408 that correspond to the reference image tiles 406 .
- a tile 406 , 408 may also be referred to as a portion of an image.
- Each image tile 406 , 408 is an array of pixels.
- a tile may be an M ⁇ N rectangular array, where M is the number of pixels in the horizontal direction and N is the number of pixels in the vertical direction.
- M is an integer greater than 1 but smaller than the horizontal resolution of the image.
- N is an integer greater than 1 but smaller than the vertical resolution of the image.
- an image is in YCbCr 4:2:2 format and has a resolution of 4608 ⁇ 2592.
- the luma data of the image may be divided into 32 ⁇ 4 image tiles, thereby resulting in 93,312 image tiles for the luma data of the image.
- the chroma data of the image may be divided into 32 ⁇ 4 image tiles, thereby resulting in 93,312 image tiles for the chroma data.
- FIG. 5A is a diagram of a reference image tile 406 , according to an embodiment.
- the tile 406 includes reference features at locations 512 .
- FIG. 5B is a diagram of a warp image tile 408 that corresponds to the reference image tile 406 , according to an embodiment.
- the warp image tile 408 may be the same tile location as the reference image tile 406 (e.g., top left tile of each image).
- the tile 408 includes corresponding features at locations 514 .
- the feature locations 512 , 514 are locations of keypoints in the warp and reference images. Feature extractors in the vision 322 may identify these keypoints (see descriptions with reference to FIGS. 3 and 8 ). Examples of keypoints include objects and sharp edges. As the name suggests, the corresponding feature locations 514 correspond to the reference feature locations 512 . Said differently, the reference feature locations 512 and the corresponding feature locations 514 indicate the locations of features that are in both image tiles 406 , 408 . However, since the images may have been recorded at different times and/or locations, the reference feature locations 512 are likely different than the corresponding feature locations 514 .
- FIG. 5C illustrates global motion vectors 520 (indicated by arrows), according to an embodiment.
- Global motion vectors may be determined by comparing reference feature locations 512 in all of (or a set of) the reference image tiles 406 with corresponding feature locations 514 in all of (or a set of) the warp image tiles 408 .
- Global motion vectors 520 are illustrative of a global transform performed on the warp image tile 408 .
- a global transformation is a transformation that is applied to an entire image (e.g., applying a single transformation matrix to the image). This is illustrated in FIG. 5C by the global motion vectors 520 having the same magnitude and direction, however this may not be true for other global transformations in the example of FIG.
- corresponding feature locations 514 are shifted (e.g., translated) to the right and upward by the transform.
- the global transformation is a rotation about the center of an image.
- the magnitude of the global motion vectors varies based on their distance from the center.
- the locations of the corresponding feature locations 514 after the global transformation may be referred to as adjusted feature locations 516 or referred to as a version of the corresponding feature locations.
- FIG. 5D illustrates local motion vectors 518 , according to an embodiment.
- Local motion vectors 518 are determined by comparing the adjusted feature locations 516 with the reference feature locations 512 .
- the local motion vectors 518 may have different magnitudes and directions compared with each other. While FIGS. 5C and 5D suggest that two separate warping operations are performed (a global transformation and a local transformation), practically a single warping operation that incorporates both the global and local vectors may be performed.
- the local motion vectors 518 are used to determine a homography transform function for the warp image tile 408 .
- the homography transform function may be used, in part, to determine grid points of a mesh grid.
- the mesh grid determines how the warp image 404 will be warped and is described below.
- FIG. 6 is a conceptual diagram illustrating warping of the warp image 404 into the warped image 602 using a mesh grid 620 B, according to one embodiment.
- the mesh grid 620 defines the warping to be performed on the warp image 404 .
- each grid point in the mesh grid 620 represents a transformation matrix for a group of pixels of the warp image 404 .
- the mesh grid 620 is a grid of points that maps pixel locations in the warp image 404 to pixel locations in the warped image 602 . For example, if mesh grid 620 B is used, then input coordinates 604 B, 606 B, and 608 B map to output coordinates 610 , 612 , and 614 , respectively.
- mesh grid 620 A If mesh grid 620 A is used, then input coordinates 604 A, 606 A, and 608 A map to output coordinates 610 , 612 , and 614 , respectively.
- the mesh grids 620 can be coarser or finer than the grids illustrated in FIG. 6 .
- the mesh grid may include multiple grid points in each image tile.
- Mesh grid 620 A illustrates the warp image 404 for performing a homography global transformation (e.g., translation and rotation) whereas mesh grid 620 B is for performing a global transformation and a local transformation. Because mesh grid 620 B performs the local transformation, mesh grid 620 B is irregular in shape and is modified from grid 620 A by interpolating homography transform function parameters associated with image tiles, as described below in detail with reference to FIG. 8 . Thus, by warping the warp image 404 according to grid 620 B, groups of pixels in the warp image 404 may undergo different transformations depending on their locations on the warp image 404 .
- a homography global transformation e.g., translation and rotation
- FIG. 7 is a block diagram illustrating modules related to local image warping, according to an embodiment.
- FIG. 7 includes the noise processing stage 310 , the system memory 708 , and a grid generator 706 .
- the noise processing stage 310 may perform a per-pixel perspective transformation on the warp image data 404 to output the warped image 602 .
- the noise processing stage 310 includes a tiler circuit 704 and a warper circuit 710 .
- the noise processing stage 310 may include other modules than those illustrated in FIG. 7 .
- the modules that perform the per-pixel perspective transformation are located in other stages, such as the output rescale 314 .
- the tiler circuit 704 receives image data of the warp image 404 and the reference image 402 from the front-end pipeline stage 330 and generates tiled versions of the images that are stored in memory 708 .
- the received image data can be in a format such as YCbCr 4:2:2. However, in other embodiments the image data can be in YCbCr 4:4:4 or other appropriate image formats.
- the memory 708 is dynamic random access memory (DRAM).
- DRAM dynamic random access memory
- the memory 708 can be located in an integrated circuit (IC) chip that is separate from the IC chip that the noise processing state 310 is located on.
- the memory 708 can represent one or more dedicated DRAM memory chips.
- the memory 708 may be the same as the system memory 230 shown in FIG. 2 .
- the noise processing stage 310 and the memory 708 can be located within the same IC chip.
- the grid generator 706 generates a mesh grid 620 .
- the mesh grid 620 is a mapping of pixel coordinate locations from the warp image 404 to pixel coordinate locations of the warped image 602 .
- the grid generator 706 is further described with reference to FIG. 8 .
- the warper circuit 710 retrieves warp image tiles 408 from memory 708 in accordance with the mesh grid 620 from the grid generator 706 .
- the warper circuit 710 uses the warp image tiles 408 and the mesh grid 620 to transform the warp image 404 into the warped image 602 .
- using the image tiles 408 to perform warping allows the warper circuit 710 to perform large amounts of image warping without increasing the size of the buffer in the warper circuit 710 .
- the warper circuit 710 is further described with reference to FIG. 9 .
- FIG. 8 is a block diagram of the grid generator 706 , according to an embodiment.
- the grid generator 706 includes feature extractors 806 and 810 , a global adjustment module 830 , and a local transform module 822 .
- the feature actors 806 , 810 may be components of the vision 322 .
- the feature extractors 806 , 810 are implemented as dedicated circuits.
- the feature extractors 806 , 810 may be implemented as software that is executed by the CPU 208 or GPU 220 .
- Feature extractor 806 receives reference image data 402 (e.g., tiles 406 from system memory 708 ) and performs keypoint detection to identify reference feature locations 814 in the reference image 402 .
- the reference feature locations 814 are sent to the local transform module 822 and the feature extractor 810 .
- Feature extractor 810 receives warp image data 404 (e.g., tiles 408 from system memory 708 ), reference feature locations 814 from feature extractor 806 , and performs keypoint detection (based on reference feature locations 814 ) to identify corresponding feature locations 818 in the warp image 404 .
- warp image data 404 e.g., tiles 408 from system memory 708
- reference feature locations 814 from feature extractor 806
- performs keypoint detection based on reference feature locations 814
- feature extractor 810 finds a corresponding feature location 818 for each reference feature location 814 by searching within a neighborhood window of each of the reference feature location 814 .
- the corresponding feature locations 818 are sent to the global adjustment module 830 .
- Reference feature locations 814 are also sent to the global adjustment module 830 , for example by extractor 810 or extractor 806 (not illustrated).
- the feature locations 814 , 818 are locations of keypoints in the warp and reference images, respectively.
- the feature extractor 810 may perform the same operations as the feature extractor 806 .
- feature extractor 806 and 810 are a single module.
- the global adjustment module 830 determines adjusted feature locations 820 based on the received the feature locations 814 , 818 .
- the global adjustment module 830 may determine the adjusted feature locations 820 by determining global transform parameters of a global transform. Parameters of the global transform may be determined by a random sample consensus (RANSAC) algorithm.
- the adjusted feature locations 820 are determined based on the global transform parameters.
- the adjusted feature locations 820 are sent to the local transform module 822 .
- the global adjustment module 830 transmits other information to the local transform module 822 , such as the global transform parameters, global motion vectors 520 , and/or the corresponding feature locations 818 .
- the local transform module 822 determines the mesh grid 620 B based on the received adjusted feature locations 820 and the reference feature locations 814 .
- Mesh grid 620 B may also be based on other information from the local transform module 822 , such as the global transform parameters.
- the local transform 822 determines one or more homography transform functions and generates grid points based on the determined homography transform functions.
- a homography transform function is a transformation matrix that can warp image data according to multiple degrees of freedom (e.g., two or more).
- the homography transform function can perform a translation transformation in 2 degrees of freedom, a rigid rotation transformation in 3 degrees of freedom, an affine transformation in 6 degrees of freedom, and a perspective transformation in 8 degrees of freedom.
- the local transform module 822 determines homography transform functions for warp image tiles 408 . In some embodiments, the local transform module 822 determines a homography transform function for each warp image tile 408 . The homography transform function may be different for each image tile 408 . Parameters of a homography transform function are determined using an optimization algorithm. The parameters are based on local motion vectors 518 that indicate magnitude and directional differences between reference feature locations 814 in a reference tile 406 and adjusted feature locations 820 in a corresponding warp image tile 408 . In particular, the parameters are selected so that if the holography transform function is applied to the warp image tile 408 , the adjusted feature locations 820 of the tile be closer to the reference feature locations 814 .
- parameters of a homography transform function are determined by performing a least squares algorithm on the reference feature locations 814 and the adjusted feature locations 820 .
- the local transform module 822 may select parameters that result in a transformation with the smallest error or an error that is bellow a predetermined threshold.
- the local transform module 822 determines grid points of the mesh grid 620 by processing the homography transform functions. For example, grid points are determined by interpolating (e.g., bilateral interpolating) parameters of the homography transform functions (e.g., the four nearest homography transform functions). In this example, the locations of the homography transform functions may be at or near a center location of their associated warp tiles 408 . Thus, a transformation matrix may be determined for each grid point (for this reason, grid points may also be referred to as transform parameters).
- interpolating the homograph transform functions results in a mesh grid 620 that includes localized warping, which provides improved alignment of the features compared to global warping.
- FIG. 9 is a block diagram illustrating a warper circuit 710 , according to an embodiment.
- the warper circuit 710 reads warp image tiles 408 from system memory 708 based on the mesh grid 620 and performs transformations (e.g., a piecewise image warps) on the image tiles 408 to produce the warped image 602 .
- transformations e.g., a piecewise image warps
- the warper circuit 710 can read image tiles 408 directly from memory 708 (e.g., in a non-raster order (i.e., read from memory in any order, not necessarily line by line)) to facilitate more warping.
- the warper circuit 710 includes a grid buffer 902 , an image buffer 904 , a memory access circuit 906 , grid interpolators 918 , a vertical filter 912 , and a horizontal filter 916 .
- the grid interpolators 918 include two vertical grid interpolators 908 and 910 , and a horizontal grid interpolator 914 .
- the grid buffer 902 stores pixel coordinate mappings of the mesh grid 620 and provides the pixel coordinate location mappings to the vertical grid interpolators 908 and 910 throughout the warping process.
- the mesh grid 620 can be a coarse grid that does not include pixel coordinate location mappings for each coordinate of the warped image 404 , but instead only includes a single pixel coordinate location mapping for a group of pixels (e.g., one in every 1,024 pixels of the warped image 404 . For example, each pixel coordinate location mapping is separated from the next pixel coordinate location mapping by 32 pixels in the horizontal direction and by 32 pixels in the vertical direction.
- the grid buffer 902 can store four lines of the mesh grid 620 , where each line is a maximum of 145 grid points in width.
- the grid interpolators 918 perform interpolation of input coordinates of the mesh grid 620 .
- the grid interpolators 918 may trace the mesh grid 620 in raster order (i.e., horizontally on a line by line basis) and may compute a fractional input Y coordinate for each integral X coordinate, and may fetch a new pair of grid coordinates from the grid buffer 902 for every 32 pixels of output.
- the grid interpolators 918 include a vertical grid interpolator 908 , a second vertical grid interpolator 910 , and a horizontal grid interpolator 914 .
- Vertical grid interpolator 908 is used to drive the memory access circuit 906 , which formats memory access requests to fetch additional image tiles from memory 708 for storage in the image buffer 904 .
- Vertical grid interpolator 910 is used to drive the vertical filter 912 . Both vertical grid interpolators 908 and 910 produce the same interpolation results but do so at different times.
- Vertical grid interpolator 908 pre-generates pixel coordinate locations of the input image 916 so that image tiles 408 at those coordinates can be pre-fetched into the image buffer 904 .
- the vertical grid interpolator 910 generates the same coordinates of the input mage 916 and requests processing on the image tiles 408 at those coordinates, which are already pre-fetched into image buffer 904 .
- the horizontal grid interpolator 914 computes horizontal interpolations of input coordinates to be passed to the horizontal filter 916 using the grid coordinates generated by the vertical grid interpolator 910 .
- the image buffer 904 stores image tiles and is used for facilitating the warping process.
- the size of the image buffer 904 may be smaller than the size of the input image.
- the buffer 904 can store less than 10% of the warp image 404 .
- the image buffer 904 includes 12 line buffers, where each line buffer is 4,608 samples in width, that are used to temporarily store image tiles 408 read from memory 708 .
- Each image tile 408 may be written to exactly one location in the image buffer 904 . If each image tile 408 retrieved from memory 708 is 32 ⁇ 4 samples, the image buffer 904 can accommodate 144 columns and 3 rows of tiles. Within each respective tile column, the 3 rows of tiles act as a sliding-window within that column.
- the vertical filter 912 filters each column of the sliding-window with a 9-tap vertical polyphase filter.
- the vertical filter 912 reads image tiles from the image buffer 904 to produce a stream of vertically-filtered pixels that it passes directly to the horizontal filter 916 for 9-tap horizontal polyphase filtration. In some embodiments, if a requested image tile is unavailable in the image buffer 904 , the vertical filter 912 will stall until the image tile is available.
- FIG. 10 is a flowchart of a method for performing local warping, according to an embodiment.
- groups of pixels in the warp image are warped independently of each other, according to an embodiment.
- the steps of method may be performed in different orders, and the method may include different, additional, or fewer steps.
- First reference feature locations from a first portion of a reference image are determined 1002
- first corresponding feature locations from a first portion of a warp image are determined 1004 .
- Global transform parameters may be determined.
- the global transform parameters represent a global translation between the reference image and the warp image.
- the global transform parameters may be determined by a random sample consensus (RANSAC) algorithm.
- the first corresponding feature locations are generated based on the global transform parameters.
- a first homography transform function that transforms versions of the first corresponding feature locations to the first reference feature locations is determined 1006 .
- the homography transform function has a first error representing a difference between the transformed first corresponding feature locations and the first reference feature locations below a threshold level.
- An optimization algorithm may be used to determine the homography transform function.
- the optimization algorithm is a least squares algorithm.
- the homography transform function may represent two or more degrees of freedom.
- First transform parameters are generated 1008 by processing the first homography transform function.
- the first portion of the warp image is warped 1010 by at least applying the first transform parameters to generate a first portion of a warped image.
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Image Processing (AREA)
Abstract
Description
- The present disclosure relates to warping an image and more specifically to warping groups of pixels in the image differently than other groups of pixels.
- Image data captured by an image sensor or received from other data sources is often processed in an image processing pipeline before further processing or consumption. For example, raw image data may be corrected, filtered, or otherwise modified before being provided to subsequent components such as a video encoder. To perform corrections or enhancements for captured image data, various components, unit stages or modules may be employed.
- Such an image processing pipeline may be structured so that corrections or enhancements to the captured image data can be performed in an expedient way without consuming other system resources. Although many image processing algorithms may be performed by executing software programs on central processing unit (CPU), execution of such programs on the CPU would consume significant bandwidth of the CPU and other peripheral resources as well as increase power consumption. Hence, image processing pipelines are often implemented as a hardware component separate from the CPU and dedicated to perform one or more image processing algorithms.
- In certain image processing procedures, it is desirable to perform image fusion. Image fusion includes gathering information from multiple images and includes the information in a fewer number of images, usually a single image. This single image may be more informative and accurate than any image from the original images. Since the images for fusion are often captured at different times and/or or locations, these images do not completely match. Hence, warping of one image may be performed prior to fusing with another image.
- Embodiments relate to local image warping by warping groups of pixels of an image differently than other groups of pixels. A feature extractor is configured to determine first reference feature locations from a first portion of a reference image and first corresponding feature locations from a first portion of a warp image to be warped based on the reference image. A local transform module coupled to the feature extractor is configured to determine a first homography transform function that transforms versions of the first corresponding feature locations to the first reference feature locations is determined. The homography transform function has a first error that represents a difference between the transformed first corresponding feature locations and the first reference feature locations below a threshold level. The local transform module generates first parameters by processing the first homography transform function. A warper circuit coupled to the local transform module warps the first portion of the warp image by at least applying the transform first parameters to generate a first portion of a warped image.
- In some embodiments, the feature extractor further determines second reference feature locations from a second portion of the reference image and second corresponding feature locations from a second portion of the warp image. The local transform module determines a second homography transform function that transforms versions of the second corresponding feature locations to the second reference feature locations with a second error representing a difference between the transformed second corresponding feature locations and the second reference feature locations below the threshold level. The first homography function and the second homography function are different.
- In some embodiments, the apparatus the local transform module further generates second transform parameters by processing the second homography transform function. The warper circuit warps the second portion of the warp image by at least applying the second transform parameters to generate a second portion of the warped image.
- In some embodiments, the first transform parameters map locations in the first portion of the warp image to first locations in the warped image and the second transform parameters map locations in the second portion of the warp image to second locations in the warped image.
- In some embodiments, the first transform parameters representing a location in the first portion of the warp image are generated by bilateral interpolating four homography transform functions of four portions of the warp image closest to the location. The first portion of the reference image is one of the four portions of the warp image.
- In some embodiments, a global adjustment module is configured to determine global transform parameters that represent a global translation between the reference image and the warp image. The global adjustment module is configured to generate the versions of the corresponding feature locations based on the global transform parameters.
- In some embodiments, the global transform parameters are determined by a random sample consensus (RANSAC) algorithm.
- In some embodiments, the local transform module applies an optimization algorithm to determine the homography transform function. In some embodiments, the optimization algorithm comprises a least squares algorithm.
- In some embodiments, the homography transform function represents two or more degrees of freedom.
-
FIG. 1 is a high-level diagram of an electronic device, according to an embodiment. -
FIG. 2 is a block diagram illustrating components in the electronic device, according to an embodiment. -
FIG. 3 is a block diagram illustrating image processing pipelines implemented using an image signal processor, according to an embodiment. -
FIG. 4 is an illustration of a reference image and a warp image, according to an embodiment. -
FIG. 5A is a diagram of a reference image tile, according to an embodiment. -
FIG. 5B is a diagram of a warp image tile that corresponds to the reference image tile, according to an embodiment. -
FIG. 5C illustrates global motion vectors, according to an embodiment. -
FIG. 5D illustrates local motion vectors, according to an embodiment. -
FIG. 6 is a conceptual diagram illustrating warping of the warp image into the warped image using a mesh grid, according to an embodiment. -
FIG. 7 is a block diagram illustrating modules related to local image warping, according to an embodiment. -
FIG. 8 is a block diagram of the grid generator, according to an embodiment. -
FIG. 9 is a block diagram illustrating a warper circuit, according to an embodiment. -
FIG. 10 is a flowchart of a method for performing local warping, according to an embodiment. - The figures depict, and the detail description describes, various non-limiting embodiments for purposes of illustration only.
- Reference will now be made in detail to embodiments, examples of which are illustrated in the accompanying drawings. In the following detailed description, numerous specific details are set forth in order to provide a thorough understanding of the various described embodiments. However, the described embodiments may be practiced without these specific details. In other instances, well-known methods, procedures, components, circuits, and networks have not been described in detail so as not to unnecessarily obscure aspects of the embodiments.
- To increase the alignment of features in images before fusing them, in some embodiments, a warp image is globally and locally warped. Local warping is performed by warping groups of pixels in the warp image differently compared to other groups of pixels in the image. To perform local warping, a tiler circuit divides the warp and reference images into discrete tiles. Vectors between feature locations in a warp image tile and feature locations in a corresponding reference image tile are computed. A homography transform function is determined based on the vectors. After homography transform functions are determined for a set of warp image tiles, parameters of the homography transform functions are interpolated to determine a set of grid points. The grid points collectively form a mesh grid that determines how the warp image is warped. By warping the warp image according to the mesh grid, groups of pixels in the warp image may be warped differently. Thus, alignment of the warp image features with the reference image features is improved.
- Embodiments of electronic devices, user interfaces for such devices, and associated processes for using such devices are described. In some embodiments, the device is a portable communications device, such as a mobile telephone, that also contains other functions, such as personal digital assistant (PDA) and/or music player functions. Exemplary embodiments of portable multifunction devices include, without limitation, the iPhone®, iPod Touch®, Apple Watch®, and iPad® devices from Apple Inc. of Cupertino, Calif. Other portable electronic devices, such as wearables, laptops or tablet computers, are optionally used. In some embodiments, the device is not a portable communications device, but is a desktop computer or other computing device that is not designed for portable use. In some embodiments, the disclosed electronic device may include a touch sensitive surface (e.g., a touch screen display and/or a touch pad). An example electronic device described below in conjunction with
FIG. 1 (e.g., device 100) may include a touch-sensitive surface for receiving user input. The electronic device may also include one or more other physical user-interface devices, such as a physical keyboard, a mouse and/or a joystick. - (FIG.) 1 is a high-level diagram of an
electronic device 100, according to one embodiment.Device 100 may include one or more physical buttons, such as a “home” ormenu button 104.Menu button 104 is, for example, used to navigate to any application in a set of applications that are executed ondevice 100. In some embodiments,menu button 104 includes a fingerprint sensor that identifies a fingerprint onmenu button 104. The fingerprint sensor may be used to determine whether a finger onmenu button 104 has a fingerprint that matches a fingerprint stored for unlockingdevice 100. Alternatively, in some embodiments,menu button 104 is implemented as a soft key in a graphical user interface (GUI) displayed on a touch screen. - In some embodiments,
device 100 includestouch screen 150,menu button 104,push button 106 for powering the device on/off and locking the device,volume adjustment buttons 108, Subscriber Identity Module (SIM) card slot 110, head setjack 112, and docking/chargingexternal port 124.Push button 106 may be used to turn the power on/off on the device by depressing the button and holding the button in the depressed state for a predefined time interval; to lock the device by depressing the button and releasing the button before the predefined time interval has elapsed; and/or to unlock the device or initiate an unlock process. In an alternative embodiment,device 100 also accepts verbal input for activation or deactivation of some functions throughmicrophone 113. Thedevice 100 includes various components including, but not limited to, a memory (which may include one or more computer readable storage mediums), a memory controller, one or more central processing units (CPUs), a peripherals interface, an RF circuitry, an audio circuitry,speaker 111,microphone 113, input/output (I/O) subsystem, and other input or control devices.Device 100 may include one ormore image sensors 164, one ormore proximity sensors 166, and one ormore accelerometers 168. Thedevice 100 may include components not shown inFIG. 1 . -
Device 100 is only one example of an electronic device, anddevice 100 may have more or fewer components than listed above, some of which gray be combined into a components or have a different configuration or arrangement. The various components ofdevice 100 listed above are embodied in hardware, software, firmware or a combination thereof, including one or more signal processing and/or application specific integrated circuits (ASICs). -
FIG. 2 is a block diagram illustrating components indevice 100, according to one embodiment.Device 100 may perform various operations including image processing. For this and other purposes, thedevice 100 may include, among other components,image sensor 202, system-on-a chip (SOC)component 204,system memory 230, persistent storage (e.g., flash memory) 228,motion sensor 234, anddisplay 216. The components as illustrated inFIG. 2 are merely illustrative. For example,device 100 may include other components (such as speaker or microphone) that are not illustrated inFIG. 2 . Further, some components (such as orientation sensor 234) may be omitted fromdevice 100. -
Image sensor 202 is a component for capturing image data and may be embodied, for example, as a complementary metal-oxide-semiconductor (CMOS) active-pixel sensor) a camera, video camera, or other devices.Image sensor 202 generates raw image data that is sent toSOC component 204 for further processing. In some embodiments, the image data processed bySOC component 204 is displayed ondisplay 216, stored insystem memory 230,persistent storage 228 or sent to a remote computing device via network connection. The raw image data generated byimage sensor 202 may be in a Bayer color filter array (CFA) pattern (hereinafter also referred to as “Bayer pattern”). -
Motion sensor 234 is a component or a set of components for sensing motion ofdevice 100.Motion sensor 234 may generate sensor signals indicative of orientation and/or acceleration ofdevice 100. The sensor signals are sent toSOC component 204 for various operations such as turning ondevice 100 or rotating images displayed ondisplay 216. -
Display 216 is a component for displaying images as generated bySOC component 204.Display 216 may include, for example, liquid crystal display (LCD) device or an organic light emitting diode (OLED) device. Based on data received fromSOC component 204, display 116 may display various images, such as menus, selected operating parameters, images captured byimage sensor 202 and processed bySOC component 204, and/or other information received from a user interface of device 100 (not shown). -
System memory 230 is a component for storing instructions for execution bySOC component 204 and for storing data processed bySOC component 204.System memory 230 may be embodied as any type of memory including, for example, dynamic random access memory (DRAM), synchronous DRAM (SDRAM), double data rate (DDR, DDR2, DDR3, etc.) RAMBUS DRAM (RDRAM), static RAM (SRAM) or a combination thereof. In some embodiments,system memory 230 may store pixel data or other image data or statistics in various formats. -
Persistent storage 228 is a component for storing data in a non-volatile manner.Persistent storage 228 retains data even when power is not available.Persistent storage 228 may be embodied as read-only memory (ROM), flash memory or other non-volatile random access memory devices.Persistent storage 228 stores an operating system ofdevice 100 and various software applications.Persistent storage 228 may also store one or more machine learning models, such as regression models, random forest models, support vector machines (SVMs) such as kernel SVMs, and artificial neural networks (ANNs) such as convolutional network networks (CNNs), recurrent network networks (RNNs), autoencoders, and long short term memory (LSTM). A machine learning model may be an independent model that works with theneural processor circuit 218 and various software applications or sensors ofdevice 100. A machine learning model may also be part of a software application. The machine learning models may perform various tasks such as facial recognition, image classification, object, concept, and information classification, speech recognition, machine translation, voice recognition, voice command recognition, text recognition, text and context analysis, other natural language processing, predictions, and recommendations. - Various machine learning models stored in
device 100 may be fully trained, untrained, or partially trained to allowdevice 100 to reinforce or continue to train the machine learning models asdevice 100 is used. Operations of the machine learning models include various computation used in training the models and determining results in runtime using the models. For example, in one case,device 100 captures facial images of the user and uses the images to continue to improve a machine learning model that is used to lock or unlock thedevice 100. -
SOC component 204 is embodied as one or more integrated circuit (IC) chip and performs various data processing processes.SOC component 204 may include, among other subcomponents, image signal processor (ISP) 206, a central processor unit (CPU) 208, anetwork interface 210,sensor interface 212,display controller 214, graphics processor (GPU) 220,memory controller 222,video encoder 224,storage controller 226,neural processor circuit 218, andbus 232 connecting these subcomponents.SOC component 204 may include more or fewer subcomponents than those shown inFIG. 2 . -
ISP 206 is hardware that performs various stages of an image processing pipeline. In some embodiments,ISP 206 may receive raw image data fromimage sensor 202, and process the raw image data into a form that is usable by other subcomponents ofSOC component 204 or components ofdevice 100.ISP 206 may perform various image-manipulation operations such as image translation operations, horizontal and vertical scaling, color space conversion and/or image stabilization transformations, as described below in detail with reference toFIG. 3 . -
CPU 208 may be embodied using any suitable instruction set architecture, and may be configured to execute instructions defined in that instruction set architecture.CPU 208 may be general-purpose or embedded processors using any of a variety of instruction set architectures (ISAs), such as the x86, PowerPC, SPARC, RISC, ARM or MIPS ISAs, or any other suitable ISA. Although a single CPU is illustrated inFIG. 2 ,SOC component 204 may include multiple CPUs. In multiprocessor systems, each of the CPUs may commonly, but not necessarily, implement the same ISA. - Graphics processing unit (GPU) 220 is graphics processing circuitry for performing graphical data. For example,
GPU 220 may render objects to be displayed into a frame buffer (e.g., one that includes pixel data for an entire frame).GPU 220 may include one or more graphics processors that may cute graphics software to perform a part or all of the graphics operation, or hardware acceleration of certain graphics operations. - The
neural processor circuit 218 is a programmable circuit that performs machine learning operations on the input data ofneural processor circuit 218. Machine learning operations may include different computations for training of a machine learning model and for performing inference or prediction based on the trained machine learning model. Theneural processor circuit 218 is a circuit that performs various machine learning operations based on computation including multiplication, addition, and accumulation. Such computation may be arranged to perform, for example, various types of tensor multiplications such as tensor product and convolution of input data and kernel data. Theneural processor circuit 218 is a configurable circuit that performs these operations in a fast and power-efficient manner while relievingCPU 208 of resource-intensive operations associated with neural network operations. Theneural processor circuit 218 may receive the input data fromsensor interface 212, theimage signal processor 206,persistent storage 228,system memory 230 or other sources such asnetwork interface 210 orGPU 220. The output of theneural processor circuit 218 may be provided to various components ofdevice 100 such asimage signal processor 206,system memory 230 orCPU 208 for various operations. -
Network interface 210 is a subcomponent that enables data to be exchanged betweendevices 100 and other devices via one or more networks (e.g., carrier or agent devices). For example, video or other image data may be received from other devices vianetwork interface 210 and be stored insystem memory 230 for subsequent processing (e.g., via a back-end interface to imagesignal processor 206, such as discussed below inFIG. 3 ) and display. The networks may include, but are not limited to, Local Area Networks (LANs) (e.g., an Ethernet or corporate network) and Wide Area Networks (WANs). The image data received vianetwork interface 210 may undergo image processing processes byISP 206. -
Sensor interface 212 is circuitry for interfacing withmotion sensor 234.Sensor interface 212 receives sensor information fromnotion sensor 234 and processes the sensor information to determine the orientation or movement of thedevice 100. -
Display controller 214 is circuitry for sending image data to be displayed ondisplay 216.Display controller 214 receives the image data fromISP 206,CPU 208,graphic processor 220 orsystem memory 230 and processes the image data into a format suitable for display ondisplay 216. -
Memory controller 222 is circuitry for communicating withsystem memory 230.Memory controller 222 may read data fromsystem memory 230 for processing byISP 206,CPU 208,GPU 220 or other subcomponents ofSOC component 204.Memory controller 222 may also write data tosystem memory 230 received from various subcomponents ofSOC component 204. -
Video encoder 224 is hardware, software, firmware or a combination thereof for encoding video data into a format suitable for storing in persistent storage 128 or for passing the data to network interface w10 for transmission over a network to another device. - In some embodiments, one or more subcomponents of
SOC component 204 or some functionality of these subcomponents may be performed by software components executed onISP 206,CPU 208 orGPU 220. Such software components may be stored insystem memory 230,persistent storage 228 or another device communicating withdevice 100 vianetwork interface 210. - Image data or video data may flow through various data paths within
SOC component 204. In one example, raw image data may be generated from theimage sensor 202 and processed byISP 206, and then sent tosystem memory 230 viabus 232 andmemory controller 222. After the image data is stored insystem memory 230, it may be accessed byvideo encoder 224 for encoding or by display 116 for displaying viabus 232. - In another example, image data is received from sources other than the
image sensor 202. For example, video data may be streamed, downloaded, or otherwise communicated to theSOC component 204 via wired or wireless network. The image data may be received vianetwork interface 210 and written tosystem memory 230 viamemory controller 222. The image data may then be obtained byISP 206 fromsystem memory 230 and processed through one or more image processing pipeline stages, as described below in detail with reference toFIG. 3 . The image data may then be returned tosystem memory 230 or be sent tovideo encoder 224, display controller 214 (for display on display 216), orstorage controller 226 for storage atpersistent storage 228. -
FIG. 3 is a block diagram illustrating image processing pipelines implemented usingISP 206, according to one embodiment. In the embodiment ofFIG. 3 ,ISP 206 is coupled to animage sensor system 201 that includes one ormore image sensors 202A through 202N (hereinafter collectively referred to as “image sensors 202” or also referred individually as “image sensor 202”) to receive raw image data. Theimage sensor system 201 may include one or more sub-systems that control theimage sensors 202 individually. In some cases, eachimage sensor 202 may operate independently while, in other cases, theimage sensors 202 may share some components. For example, in one embodiment, two ormore image sensors 202 may be share the same circuit board that controls the mechanical components of the image sensors (e.g., actuators that change the lens positions of each image sensor). The image sensing components of animage sensor 202 may include different types of image sensing components that may provide raw image data in different forms to theISP 206. For example, in one embodiment, the image sensing components may include a plurality of focus pixels that are used for auto-focusing and a plurality of image pixels that are used for capturing images. In another embodiment, the image sensing pixels may be used for both auto-focusing and image capturing purposes. -
ISP 206 implements an image processing pipeline which may include a set of stages that process image information from creation, capture or receipt to output.ISP 206 may include, among other components,sensor interface 302,central control 320, front-end pipeline stages 330, back-end pipeline stages 340,image statistics module 304,vision module 322, back-end interface 342,output interface 316, and auto-focus circuits 350A through 350N (hereinafter collectively referred to as “auto-focus circuits 350” or referred individually as “auto-focus circuits 350”).ISP 206 may include other components not illustrated inFIG. 3 or may omit one or more components illustrated inFIG. 3 . - In one or more embodiments, different components of
ISP 206 process image data at different rates. In the embodiment ofFIG. 3 , front-end pipeline stages 330 (e.g.,raw processing stage 306 and resample processing stage 308) may process image data at an initial rate. Thus, the various different techniques, adjustments, modifications, or other processing operations performed by these front-end pipeline stages 330 at the initial rate. For example, if the front-end pipeline stages 330 process 2 pixels per clock cycle, thenraw processing stage 306 operations (e.g., black level compensation, highlight recovery and defective pixel correction) may process 2 pixels of image data at a time. In contrast, one or more back-end pipeline stages 340 may process image data at a different rate less than the initial data rate. For example, in the embodiment ofFIG. 3 , back-end pipeline stages 340 (e.g.,noise processing stage 310,color processing stage 312, and output rescale 314) may be processed at a reduced rate (e.g., 1 pixel per clock cycle). - Raw image data captured by
image sensors 202 may be transmitted to different components ofISP 206 in different manners. In one embodiment, raw image data corresponding to the focus pixels may be sent to the auto-focus circuits 350 while raw image data corresponding to the image pixels may be sent to thesensor interface 302. In another embodiment, raw image data corresponding to both types of pixels may simultaneously be sent to both the auto-focus circuits 350 and thesensor interface 302. - Auto-focus circuits 350 may include hardware circuit that analyzes raw image data to determine an appropriate lens position of each
image sensor 202. In one embodiment, the image data may include data that is transmitted from image sensing pixels that specializes in image focusing. In another embodiment, raw image data from image capture pixels may also be used for auto-focusing purpose. An auto-focus circuit 350 may perform various image processing operations to generate data that determines the appropriate lens position. The image processing operations may include cropping, binning, image compensation, scaling to generate data that is used for auto-focusing purpose. The auto-focusing data generated by auto-focus circuits 350 may be fed back to theimage sensor system 201 to control the lens positions of theimage sensors 202. For example, animage sensor 202 may include a control circuit that analyzes the auto-focusing data to determine a command signal that is sent to an actuator associated with the lens system of the image sensor to change the lens position of the image sensor. The data generated by the auto-focus circuits 350 may also be sent to other components of theISP 206 for other image processing purposes. For example, some of the data may be sent to imagestatistics 304 to determine information regarding auto-exposure. - The auto-focus circuits 350 may be individual circuits that are separate from other components such as
image statistics 304,sensor interface 302, front-end 330 and back-end 340. This allows theISP 206 to perform auto-focusing analysis independent of other image processing pipelines. For example, theISP 206 may analyze raw image data from theimage sensor 202A to adjust the lens position ofimage sensor 202A using the auto-focus circuit 350A while performing downstream image processing of the image data fromimage sensor 202B simultaneously. In one embodiment, the number of auto-focus circuits 350 may correspond to the number ofimage sensors 202. In other words, eachimage sensor 202 may have a corresponding auto-focus circuit that is dedicated to the auto-focusing of theimage sensor 202. Thedevice 100 may perform auto focusing fordifferent image sensors 202 even if one ormore image sensors 202 are not in active use. This allows a seamless transition between twoimage sensors 202 when thedevice 100 switches from oneimage sensor 202A to another. For example, in one embodiment, adevice 100 may include a wide-angle camera and a telephoto camera as a dual back camera system for photo and image processing. Thedevice 100 may display images captured by one of the dual cameras and may switch between the two cameras from time to time. The displayed images may seamless transition from image data captured by oneimage sensor 202 to image data captured by another image sensor without waiting for thesecond image sensor 202 to adjust its lens position because two or more auto-focus circuits 350 may continuously provide auto-focus data to theimage sensor system 201. - Raw image data captured by
different image sensors 202 may also be transmitted tosensor interface 302.Sensor interface 302 receives raw image data fromimage sensor 202 and processes the raw image data into an image data processable by other stages in the pipeline.Sensor interface 302 may perform various preprocessing operations, such as image cropping, binning or scaling to reduce image data size. In some embodiments, pixels are sent from theimage sensor 202 tosensor interface 302 in raster order horizontally, line by line). The subsequent processes in the pipeline may also be performed in raster order and the result may also be output in raster order. Although only a single image sensor and asingle sensor interface 302 are illustrated inFIG. 3 , when more than one image sensor is provided indevice 100, a corresponding number of sensor interfaces may be provided inISP 206 to process raw image data from each image sensor. - Front-end pipeline stages 330 process image data in raw or full-color domains. Front-end pipeline stages 330 may include, but are not limited to,
raw processing stage 306 andresample processing stage 308. A raw image data may be in Bayer raw format, for example. In Bayer raw image format, pixel data with values specific to a particular color (instead of all colors) is provided in each pixel. In an image capturing sensor, image data is typically provided in a Bayer pattern.Raw processing stage 306 may process image data in a Bayer raw format. - The operations performed by
raw processing stage 306 include, but are not limited, sensor linearization, black level compensation, fixed pattern noise reduction, defective pixel correction, raw noise filtering, lens shading correction, white balance gain, and highlight recovery. Sensor linearization refers to mapping non-linear image data to linear space for other processing. Black level compensation refers to providing digital gain, offset and clip independently for each color component (e.g., Gr, R, B, Gb) of the image data. Fixed pattern noise reduction refers to removing offset fixed pattern noise and gain fixed pattern noise by subtracting a dark frame from an input image and multiplying different gains to pixels. Defective pixel correction refers to detecting defective pixels, and then replacing defective pixel values. Raw noise filtering refers to reducing noise of image data by averaging neighbor pixels that are similar in brightness. Highlight recovery refers to estimating pixel values for those pixels that are clipped (or nearly clipped) from other channels. Lens shading correction refers to applying a gain per pixel to compensate for a dropoff in intensity roughly proportional to a distance from a lens optical center. White balance gain refers to providing digital gains for white balance, offset and clip independently for all color components e.g., R, B, Gb in Bayer format), Components ofISP 206 may convert raw image data into image data in full-color domain, and thus,raw processing stage 306 may process image data in the full-color domain in addition to or instead of raw image data. -
Resample processing stage 308 performs various operations to convert, resample, or scale image data received fromraw processing stage 306. Operations performed byresample processing stage 308 may include, but not limited to, demosaic operation, per-pixel color correction operation, Gamma mapping operation, color space conversion and downscaling or sub-band splitting. Demosaic operation refers to converting or interpolating missing color samples from raw image data (for example, in a Bayer pattern) to output image data into a full-color domain. Demosaic operation may include low pass directional filtering on the interpolated samples to obtain full-color pixels. Per-pixel color correction operation refers to a process of performing color correction on a per-pixel basis using information about relative noise standard deviations of each color channel to correct color without amplifying noise in the image data. Gamma mapping refers to converting image data from input image data values to output data values to perform gamma correction. For the purpose of Gamma mapping, lookup tables (or other structures that index pixel values to another value) for different color components or channels of each pixel (e.g., a separate lookup table for R, G, and B color components) may be used. Color space conversion refers to converting color space of an input image data into a different format. In one embodiment,resample processing stage 308 converts RGB format into YCbCr format for further processing. -
Central control module 320 may control and coordinate overall operation of other components inISP 206.Central control module 320 performs operations including, but not limited to, monitoring various operating parameters (e.g., logging clock cycles, memory latency, quality of service, and state information), updating or managing control parameters for other components ofISP 206, and interfacing withsensor interface 302 to control the starting and stopping of other components ofISP 206. For example,central control module 320 may update programmable parameters for other components inISP 206 while the other components are in an idle state. After updating programmable parameters,central control module 320 may place these components ofISP 206 into a run state to perform one or more operations or tasks.Central control module 320 may also instruct other components ofISP 206 to store image data (e.g., by writing tosystem memory 230 inFIG. 2 ) before, during, or afterresample processing stage 308. In this way full- resolution image data in raw or full-color domain format may be stored in addition to or instead of processing the image data output fromresample processing stage 308 through backend pipeline stages 340. -
Image statistics module 304 performs various operations to collect statistic information associated with the image data. The operations for collecting statistics information may include, but not limited to, sensor linearization, replace patterned defective pixels, sub-sample raw image data, detect and replace non-patterned defective pixels, black level compensation, lens shading correction, and inverse black level compensation. After performing one or more of such operations, statistics information such as 3A statistics Auto white balance (AWB), auto exposure (AE), histograms (e.g., 2D color or component) and any other image data information may be collected or tracked. In some embodiments, certain pixels' values, or areas of pixel values may be excluded from collections of certain statistics data when preceding operations identify clipped pixels. Although only asingle statistics module 304 is illustrated inFIG. 3 , multiple image statistics modules may be included inISP 206. For example, eachimage sensor 202 may correspond to an individualimage statistics unit 304. In such embodiments, each statistic module may be programmed bycentral control module 320 to collect different information for the same or different image data. -
Vision module 322 performs various operations to facilitate computer vision operations atCPU 208 such as facial detection in image data. Thevision module 322 may perform various operations including pre-processing, global tone-mapping and Gamma correction, vision noise filtering, resizing, keypoint detection, generation of histogram-of-orientation gradients (HOG) and normalized cross correlation (NCC). The pre-processing may include subsampling or binning operation and computation of luminance if the input image data is not in YCrCb format. Global mapping and Gamma correction can be performed on the pre-processed data on luminance image. Vision noise filtering is performed to remove pixel defects and reduce noise present in the image data, and thereby, improve the quality and performance of subsequent computer vision algorithms. Such vision noise filtering may include detecting and fixing dots or defective pixels, and performing bilateral filtering to reduce noise by averaging neighbor pixels of similar brightness. Various vision algorithms use images of different sizes and scales. Resizing of an image is performed, for example, by binning or linear interpolation operation. Keypoints are locations within an image that are surrounded by image patches well suited to matching in other images of the same scene or object. Such keypoints are useful in image alignment, computing camera pose and object tracking. Keypoint detection refers to the process of identifying such keypoints in an image. HOG provides descriptions of image patches for tasks in mage analysis and computer vision. HOG can be generated, for example, by (i) computing horizontal and vertical gradients using a simple difference filter, (ii) computing gradient orientations and magnitudes from the horizontal and vertical gradients, and (iii) binning the gradient orientations. NCC is the process of computing spatial cross-correlation between a patch of image and a kernel. - Back-
end interface 342 receives image data from other image sources than image sensor 102 and forwards it to other components ofISP 206 for processing. For example, image data may be received over a network connection and be stored insystem memory 230. Back-end interface 342 retrieves the image data stored insystem memory 230 and provides it to back-end pipeline stages 340 for processing. One of many operations that are performed by back-end interface 342 is converting the retrieved image data to a format that can be utilized by back-end processing stages 340. For instance, back-end interface 342 may convert RGB, YCbCr 4:2:0, or YCbCr 4:2:2 formatted image data into YCbCr 4:4:4 color format. - Back-end pipeline stages 340 processes image data according to a particular full-color format (e.g., YCbCr 4:4:4 or RGB). In sonic embodiments, components of the back-end pipeline stages 340 may convert image data to a particular full-color format before further processing. Back-end pipeline stages 340 may include, among other stages,
noise processing stage 310 andcolor processing stage 312. Back-end pipeline stages 340 may include other stages not illustrated inFIG. 3 . -
Noise processing stage 310 performs various operations to reduce noise in the image data. The operations performed bynoise processing stage 310 include, but are not limited to, color space conversion, gamma/de-gamma mapping, temporal filtering, noise filtering, luma sharpening, and chroma noise reduction. The color space conversion may convert an image data from one color space format to another color space format (e.g., RGB format converted to YCbCr format. Gamma/de-gamma operation converts image data from input image data values to output data values to perform gamma correction or reverse gamma correction. Temporal filtering filters noise using a previously filtered image frame to reduce noise. For example, pixel values of a prior image frame are combined with pixel values of a current image frame. Noise filtering may include, for example, spatial noise filtering. Loma sharpening may sharpen luma values of pixel data while chroma suppression may attenuate chroma to gray (e.g., no color). In some embodiment, the luma sharpening and chroma suppression may be performed simultaneously with spatial nose filtering. The aggressiveness of noise filtering may be determined differently for different regions of an image. Spatial noise filtering may be included as part of a temporal loop implementing temporal filtering. For example, a previous image frame may be processed by a temporal filter and a spatial noise filter before being stored as a reference frame for a next image frame to be processed. In other embodiments, spatial noise filtering may not be included as part of the temporal loop for temporal filtering (e.g., the spatial noise filter may be applied to an image frame after it is stored as a reference image frame and thus the reference frame is not spatially filtered. -
Color processing stage 312 may perform various operations associated with adjusting color information in the image data. The operations performed incolor processing stage 312 include, but are not limited to, local tone mapping, gain/offset/clip, color correction, three-dimensional color lookup, gamma conversion, and color space conversion. Local tone mapping refers to spatially varying local tone curves in order to provide more control when rendering an image. For instance, a two-dimensional grid of tone curves (which may be programmed by the central control module 320) may be bi-linearly interpolated such that smoothly varying tone curves are created across an imager. In some embodiments, local tone mapping may also apply spatially varying and intensity varying color correction matrices, which may, for example, be used to make skies bluer while turning down blue in the shadows in an image. Digital gain/offset/clip may be provided for each color channel or component of image data. Color correction may apply a color correction transform matrix to image data. 3D color lookup may utilize a three dimensional array of color component output values (e.g., R, G, to perform advanced tone mapping, color space conversions, and other color transforms. Gamma conversion may be performed, for example, by mapping input image data values to output data values in order to perform gamma correction, tone mapping, or histogram matching. Color space conversion may be implemented to convert image data from one color space to another (e.g., RGB to YCbCr). Other processing techniques may also be performed as part ofcolor processing stage 312 to perform other special image effects, including black and white conversion, sepia tone conversion, negative conversion, or solarize conversion. -
Output rescale module 314 may resample, transform and correct distortion on the fly as theISP 206 processes image data.Output rescale module 314 may compute a fractional input coordinate for each pixel and uses this fractional coordinate to interpolate an output pixel via a polyphase resampling filter. A fractional input coordinate may be produced from a variety of possible transforms of an output coordinate, such as resizing or cropping an image (e.g., via a simple horizontal and vertical scaling transform), rotating and shearing an image (e.g., via non-separable matrix transforms), perspective warping (e.g., via an additional depth transform) and per-pixel perspective divides applied in piecewise in strips to account for changes in image sensor during image data capture (e.g., due to a rolling shutter), and geometric distortion correction (e.g., via computing a radial distance from the optical center in order to index an interpolated radial gain table, and applying a radial perturbance to a coordinate to account for a radial lens distortion). -
Output rescale module 314 may apply transforms to image data as it is processed atoutput rescale module 314.Output rescale module 314 may include horizontal and vertical scaling components. The vertical portion of the design may implement series of image data line buffers to hold the “support” needed by the vertical filter. AsISP 206 may be a streaming device, it may be that only the lines of image data in a finite-length sliding window of lines are available for the filter to use. Once a line has been discarded to make room for a new incoming line, the line may be unavailable.Output rescale module 314 may statistically monitor computed input Y coordinates over previous lines and use it to compute an optimal set of lines to hold in the vertical support window. For each subsequent line, output rescale module may automatically generate a guess as to the center of the vertical support window. In some embodiments,output rescale module 314 may implement a table of piecewise perspective transforms encoded as digital difference analyzer (DDA) steppers to perform a per-pixel perspective transformation between a input image data and output image data order to correct artifacts and motion caused by sensor motion during the capture of the image frame. Output rescale may provide image data viaoutput interface 316 to various other components ofdevice 100, as discussed above with regard toFIGS. 1 and 2 . - In various embodiments, the functionally of
components 302 through 350 may be performed in a different order than the order implied by the order of these functional units in the image processing pipeline illustrated inFIG. 3 , or may be performed by different functional components than those illustrated inFIG. 3 . Moreover, the various components as described inFIG. 3 may be embodied in various combinations of hardware, firmware or software. -
FIG. 4 is an illustration of areference image 402 and awarp image 404, according to an embodiment. The 402, 404 may include similar content and may have been recorded at different times and/or locations. For example, theimages warp image 404 was captured by thesensor system 201 after thereference image 402 was captured. As further described below, thewarp image 404 is warped (e.g., globally and locally) based on thereference image 402 so that the 402, 404 can be fused together. While the description herein only references aimages single warp image 404, multiple different warp images may be warped in preparation for fusing with thereference image 402. - A tiler circuit (described with reference to
FIG. 7 ) divides thereference image 402 intodiscrete image tiles 406. The tiler circuit also divides thewarp image 404 intodiscrete image tiles 408 that correspond to thereference image tiles 406. A 406, 408 may also be referred to as a portion of an image. Eachtile 406, 408 is an array of pixels. A tile may be an M×N rectangular array, where M is the number of pixels in the horizontal direction and N is the number of pixels in the vertical direction. M is an integer greater than 1 but smaller than the horizontal resolution of the image. N is an integer greater than 1 but smaller than the vertical resolution of the image. For example, an image is in YCbCr 4:2:2 format and has a resolution of 4608×2592. The luma data of the image may be divided into 32×4 image tiles, thereby resulting in 93,312 image tiles for the luma data of the image. Additionally, the chroma data of the image may be divided into 32×4 image tiles, thereby resulting in 93,312 image tiles for the chroma data.image tile -
FIG. 5A is a diagram of areference image tile 406, according to an embodiment. Thetile 406 includes reference features atlocations 512.FIG. 5B is a diagram of awarp image tile 408 that corresponds to thereference image tile 406, according to an embodiment. For example, thewarp image tile 408 may be the same tile location as the reference image tile 406 (e.g., top left tile of each image). Thetile 408 includes corresponding features atlocations 514. - The
512, 514 are locations of keypoints in the warp and reference images. Feature extractors in thefeature locations vision 322 may identify these keypoints (see descriptions with reference toFIGS. 3 and 8 ). Examples of keypoints include objects and sharp edges. As the name suggests, thecorresponding feature locations 514 correspond to thereference feature locations 512. Said differently, thereference feature locations 512 and thecorresponding feature locations 514 indicate the locations of features that are in both 406, 408. However, since the images may have been recorded at different times and/or locations, theimage tiles reference feature locations 512 are likely different than thecorresponding feature locations 514. -
FIG. 5C illustrates global motion vectors 520 (indicated by arrows), according to an embodiment. Global motion vectors may be determined by comparingreference feature locations 512 in all of (or a set of) thereference image tiles 406 withcorresponding feature locations 514 in all of (or a set of) thewarp image tiles 408.Global motion vectors 520 are illustrative of a global transform performed on thewarp image tile 408. A global transformation is a transformation that is applied to an entire image (e.g., applying a single transformation matrix to the image). This is illustrated inFIG. 5C by theglobal motion vectors 520 having the same magnitude and direction, however this may not be true for other global transformations in the example ofFIG. 5C ,corresponding feature locations 514 are shifted (e.g., translated) to the right and upward by the transform. In another example, the global transformation is a rotation about the center of an image. In this example, the magnitude of the global motion vectors varies based on their distance from the center. The locations of thecorresponding feature locations 514 after the global transformation may be referred to asadjusted feature locations 516 or referred to as a version of the corresponding feature locations. -
FIG. 5D illustrateslocal motion vectors 518, according to an embodiment.Local motion vectors 518 are determined by comparing the adjustedfeature locations 516 with thereference feature locations 512. Thelocal motion vectors 518 may have different magnitudes and directions compared with each other. WhileFIGS. 5C and 5D suggest that two separate warping operations are performed (a global transformation and a local transformation), practically a single warping operation that incorporates both the global and local vectors may be performed. As further described with reference toFIG. 8 , thelocal motion vectors 518 are used to determine a homography transform function for thewarp image tile 408. The homography transform function may be used, in part, to determine grid points of a mesh grid. The mesh grid determines how thewarp image 404 will be warped and is described below. -
FIG. 6 is a conceptual diagram illustrating warping of thewarp image 404 into thewarped image 602 using amesh grid 620B, according to one embodiment. Themesh grid 620 defines the warping to be performed on thewarp image 404. Specifically, each grid point in themesh grid 620 represents a transformation matrix for a group of pixels of thewarp image 404. Said differently, themesh grid 620 is a grid of points that maps pixel locations in thewarp image 404 to pixel locations in thewarped image 602. For example, ifmesh grid 620B is used, then input coordinates 604B, 606B, and 608B map to output coordinates 610, 612, and 614, respectively. Ifmesh grid 620A is used, then input coordinates 604A, 606A, and 608A map to output coordinates 610, 612, and 614, respectively. Themesh grids 620 can be coarser or finer than the grids illustrated inFIG. 6 . To achieve a desired amount of local warping, the mesh grid may include multiple grid points in each image tile. -
Mesh grid 620A illustrates thewarp image 404 for performing a homography global transformation (e.g., translation and rotation) whereasmesh grid 620B is for performing a global transformation and a local transformation. Becausemesh grid 620B performs the local transformation,mesh grid 620B is irregular in shape and is modified fromgrid 620A by interpolating homography transform function parameters associated with image tiles, as described below in detail with reference toFIG. 8 . Thus, by warping thewarp image 404 according togrid 620B, groups of pixels in thewarp image 404 may undergo different transformations depending on their locations on thewarp image 404. -
FIG. 7 is a block diagram illustrating modules related to local image warping, according to an embodiment.FIG. 7 includes thenoise processing stage 310, thesystem memory 708, and agrid generator 706. Thenoise processing stage 310 may perform a per-pixel perspective transformation on thewarp image data 404 to output thewarped image 602. In the embodiment shown inFIG. 7 , thenoise processing stage 310 includes atiler circuit 704 and awarper circuit 710. Thenoise processing stage 310 may include other modules than those illustrated inFIG. 7 . In some embodiments, the modules that perform the per-pixel perspective transformation are located in other stages, such as theoutput rescale 314. - The
tiler circuit 704 receives image data of thewarp image 404 and thereference image 402 from the front-end pipeline stage 330 and generates tiled versions of the images that are stored inmemory 708. The received image data can be in a format such as YCbCr 4:2:2. However, in other embodiments the image data can be in YCbCr 4:4:4 or other appropriate image formats. - In some embodiments, the
memory 708 is dynamic random access memory (DRAM). Thememory 708 can be located in an integrated circuit (IC) chip that is separate from the IC chip that thenoise processing state 310 is located on. For example, thememory 708 can represent one or more dedicated DRAM memory chips. Thememory 708 may be the same as thesystem memory 230 shown inFIG. 2 . In other embodiments, thenoise processing stage 310 and thememory 708 can be located within the same IC chip. - The
memory 708 allows data to be written to and read from thememory 708 during a memory access transaction. Due to hardware constraints, the number of bytes transferred in a single memory access transaction is typically a fixed number of bytes. For example, if the interface to thememory 708 is 128 bits wide and the burst length of a memory access transaction is 8 bits, then the fixed size of the memory access transaction is 8×128=1024 bits=128 bytes. - The
grid generator 706 generates amesh grid 620. As previously stated, themesh grid 620 is a mapping of pixel coordinate locations from thewarp image 404 to pixel coordinate locations of thewarped image 602. Thegrid generator 706 is further described with reference toFIG. 8 . - The
warper circuit 710 retrieveswarp image tiles 408 frommemory 708 in accordance with themesh grid 620 from thegrid generator 706. Thewarper circuit 710 uses thewarp image tiles 408 and themesh grid 620 to transform thewarp image 404 into thewarped image 602. Among other advantages, using theimage tiles 408 to perform warping allows thewarper circuit 710 to perform large amounts of image warping without increasing the size of the buffer in thewarper circuit 710. Thewarper circuit 710 is further described with reference toFIG. 9 . -
FIG. 8 is a block diagram of thegrid generator 706, according to an embodiment. Thegrid generator 706 includes 806 and 810, afeature extractors global adjustment module 830, and alocal transform module 822. The 806, 810 may be components of thefeature actors vision 322. In some embodiments, the 806, 810 are implemented as dedicated circuits. In other embodiments, thefeature extractors 806, 810 may be implemented as software that is executed by thefeature extractors CPU 208 orGPU 220. -
Feature extractor 806 receives reference image data 402 (e.g.,tiles 406 from system memory 708) and performs keypoint detection to identifyreference feature locations 814 in thereference image 402. Thereference feature locations 814 are sent to thelocal transform module 822 and thefeature extractor 810.Feature extractor 810 receives warp image data 404 (e.g.,tiles 408 from system memory 708),reference feature locations 814 fromfeature extractor 806, and performs keypoint detection (based on reference feature locations 814) to identifycorresponding feature locations 818 in thewarp image 404. For example,feature extractor 810 finds acorresponding feature location 818 for eachreference feature location 814 by searching within a neighborhood window of each of thereference feature location 814. Thecorresponding feature locations 818 are sent to theglobal adjustment module 830.Reference feature locations 814 are also sent to theglobal adjustment module 830, for example byextractor 810 or extractor 806 (not illustrated). As described above with reference toFIGS. 5A-5D , the 814, 818 are locations of keypoints in the warp and reference images, respectively. Thefeature locations feature extractor 810 may perform the same operations as thefeature extractor 806. In some embodiments, 806 and 810 are a single module.feature extractor - The
global adjustment module 830 determines adjustedfeature locations 820 based on the received the 814, 818. Thefeature locations global adjustment module 830 may determine theadjusted feature locations 820 by determining global transform parameters of a global transform. Parameters of the global transform may be determined by a random sample consensus (RANSAC) algorithm. Theadjusted feature locations 820 are determined based on the global transform parameters. Theadjusted feature locations 820 are sent to thelocal transform module 822. In some embodiments, theglobal adjustment module 830 transmits other information to thelocal transform module 822, such as the global transform parameters,global motion vectors 520, and/or thecorresponding feature locations 818. - The
local transform module 822 determines themesh grid 620B based on the receivedadjusted feature locations 820 and thereference feature locations 814.Mesh grid 620B may also be based on other information from thelocal transform module 822, such as the global transform parameters. In particular, to determine themesh grid 620B, thelocal transform 822 determines one or more homography transform functions and generates grid points based on the determined homography transform functions. A homography transform function is a transformation matrix that can warp image data according to multiple degrees of freedom (e.g., two or more). For example, the homography transform function can perform a translation transformation in 2 degrees of freedom, a rigid rotation transformation in 3 degrees of freedom, an affine transformation in 6 degrees of freedom, and a perspective transformation in 8 degrees of freedom. - The
local transform module 822 determines homography transform functions forwarp image tiles 408. In some embodiments, thelocal transform module 822 determines a homography transform function for eachwarp image tile 408. The homography transform function may be different for eachimage tile 408. Parameters of a homography transform function are determined using an optimization algorithm. The parameters are based onlocal motion vectors 518 that indicate magnitude and directional differences betweenreference feature locations 814 in areference tile 406 and adjustedfeature locations 820 in a correspondingwarp image tile 408. In particular, the parameters are selected so that if the holography transform function is applied to thewarp image tile 408, theadjusted feature locations 820 of the tile be closer to thereference feature locations 814. For example, parameters of a homography transform function are determined by performing a least squares algorithm on thereference feature locations 814 and theadjusted feature locations 820. Thelocal transform module 822 may select parameters that result in a transformation with the smallest error or an error that is bellow a predetermined threshold. - After homography transform functions are determined for a set of
warp image tiles 408, thelocal transform module 822 determines grid points of themesh grid 620 by processing the homography transform functions. For example, grid points are determined by interpolating (e.g., bilateral interpolating) parameters of the homography transform functions (e.g., the four nearest homography transform functions). In this example, the locations of the homography transform functions may be at or near a center location of their associatedwarp tiles 408. Thus, a transformation matrix may be determined for each grid point (for this reason, grid points may also be referred to as transform parameters). Among other advantages, interpolating the homograph transform functions results in amesh grid 620 that includes localized warping, which provides improved alignment of the features compared to global warping. -
FIG. 9 is a block diagram illustrating awarper circuit 710, according to an embodiment. Thewarper circuit 710 readswarp image tiles 408 fromsystem memory 708 based on themesh grid 620 and performs transformations (e.g., a piecewise image warps) on theimage tiles 408 to produce thewarped image 602. - The
warper circuit 710 can readimage tiles 408 directly from memory 708 (e.g., in a non-raster order (i.e., read from memory in any order, not necessarily line by line)) to facilitate more warping. In the embodiment illustrated inFIG. 9 , thewarper circuit 710 includes agrid buffer 902, animage buffer 904, amemory access circuit 906,grid interpolators 918, avertical filter 912, and ahorizontal filter 916. Thegrid interpolators 918 include two 908 and 910, and avertical grid interpolators horizontal grid interpolator 914. - The
grid buffer 902 stores pixel coordinate mappings of themesh grid 620 and provides the pixel coordinate location mappings to the 908 and 910 throughout the warping process. Thevertical grid interpolators mesh grid 620 can be a coarse grid that does not include pixel coordinate location mappings for each coordinate of thewarped image 404, but instead only includes a single pixel coordinate location mapping for a group of pixels (e.g., one in every 1,024 pixels of thewarped image 404. For example, each pixel coordinate location mapping is separated from the next pixel coordinate location mapping by 32 pixels in the horizontal direction and by 32 pixels in the vertical direction. In some embodiments, thegrid buffer 902 can store four lines of themesh grid 620, where each line is a maximum of 145 grid points in width. - The
grid interpolators 918 perform interpolation of input coordinates of themesh grid 620. Thegrid interpolators 918 may trace themesh grid 620 in raster order (i.e., horizontally on a line by line basis) and may compute a fractional input Y coordinate for each integral X coordinate, and may fetch a new pair of grid coordinates from thegrid buffer 902 for every 32 pixels of output. - The
grid interpolators 918 include avertical grid interpolator 908, a secondvertical grid interpolator 910, and ahorizontal grid interpolator 914.Vertical grid interpolator 908 is used to drive thememory access circuit 906, which formats memory access requests to fetch additional image tiles frommemory 708 for storage in theimage buffer 904.Vertical grid interpolator 910 is used to drive thevertical filter 912. Both 908 and 910 produce the same interpolation results but do so at different times.vertical grid interpolators Vertical grid interpolator 908 pre-generates pixel coordinate locations of theinput image 916 so thatimage tiles 408 at those coordinates can be pre-fetched into theimage buffer 904. At a later point in time, thevertical grid interpolator 910 generates the same coordinates of theinput mage 916 and requests processing on theimage tiles 408 at those coordinates, which are already pre-fetched intoimage buffer 904. - The
horizontal grid interpolator 914 computes horizontal interpolations of input coordinates to be passed to thehorizontal filter 916 using the grid coordinates generated by thevertical grid interpolator 910. - The
image buffer 904 stores image tiles and is used for facilitating the warping process. The size of theimage buffer 904 may be smaller than the size of the input image. For example, thebuffer 904 can store less than 10% of thewarp image 404. In another example, theimage buffer 904 includes 12 line buffers, where each line buffer is 4,608 samples in width, that are used to temporarily storeimage tiles 408 read frommemory 708. Eachimage tile 408 may be written to exactly one location in theimage buffer 904. If eachimage tile 408 retrieved frommemory 708 is 32×4 samples, theimage buffer 904 can accommodate 144 columns and 3 rows of tiles. Within each respective tile column, the 3 rows of tiles act as a sliding-window within that column. - The
vertical filter 912 filters each column of the sliding-window with a 9-tap vertical polyphase filter. Thevertical filter 912 reads image tiles from theimage buffer 904 to produce a stream of vertically-filtered pixels that it passes directly to thehorizontal filter 916 for 9-tap horizontal polyphase filtration. In some embodiments, if a requested image tile is unavailable in theimage buffer 904, thevertical filter 912 will stall until the image tile is available. -
FIG. 10 is a flowchart of a method for performing local warping, according to an embodiment. In particular, groups of pixels in the warp image are warped independently of each other, according to an embodiment. The steps of method may be performed in different orders, and the method may include different, additional, or fewer steps. - First reference feature locations from a first portion of a reference image are determined 1002, and first corresponding feature locations from a first portion of a warp image are determined 1004.
- Global transform parameters may be determined. The global transform parameters represent a global translation between the reference image and the warp image. The global transform parameters may be determined by a random sample consensus (RANSAC) algorithm. The first corresponding feature locations are generated based on the global transform parameters.
- A first homography transform function that transforms versions of the first corresponding feature locations to the first reference feature locations is determined 1006. The homography transform function has a first error representing a difference between the transformed first corresponding feature locations and the first reference feature locations below a threshold level. An optimization algorithm may be used to determine the homography transform function. For example, the optimization algorithm is a least squares algorithm. The homography transform function may represent two or more degrees of freedom.
- First transform parameters are generated 1008 by processing the first homography transform function. The first portion of the warp image is warped 1010 by at least applying the first transform parameters to generate a first portion of a warped image. It should be noted that the language used in the specification has been principally selected for readability and instructional purposes, and may not have been selected to delineate or circumscribe the inventive subject matter. Accordingly, the disclosure herein is intended to be illustrative, but not limiting, of the scope of the embodiments, which is set forth in the following claims. Furthermore, unless stated otherwise, modules can be implemented as software or hardware.
Claims (24)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US16/858,134 US11164283B1 (en) | 2020-04-24 | 2020-04-24 | Local image warping in image processor using homography transform function |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US16/858,134 US11164283B1 (en) | 2020-04-24 | 2020-04-24 | Local image warping in image processor using homography transform function |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20210334934A1 true US20210334934A1 (en) | 2021-10-28 |
| US11164283B1 US11164283B1 (en) | 2021-11-02 |
Family
ID=78222540
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US16/858,134 Expired - Fee Related US11164283B1 (en) | 2020-04-24 | 2020-04-24 | Local image warping in image processor using homography transform function |
Country Status (1)
| Country | Link |
|---|---|
| US (1) | US11164283B1 (en) |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20210192681A1 (en) * | 2019-12-18 | 2021-06-24 | Ati Technologies Ulc | Frame reprojection for virtual reality and augmented reality |
| CN114677684A (en) * | 2022-03-23 | 2022-06-28 | 平安普惠企业管理有限公司 | Distorted image correction method, apparatus, device, and computer-readable storage medium |
| US20230138779A1 (en) * | 2021-11-03 | 2023-05-04 | Apple Inc. | Linear transform of undistorted image for fusion |
| US20230154013A1 (en) * | 2021-11-18 | 2023-05-18 | Volkswagen Aktiengesellschaft | Computer vision system for object tracking and time-to-collision |
| CN118887112A (en) * | 2024-07-08 | 2024-11-01 | 江苏信息职业技术学院 | Lightweight image enhancement method based on wavelet transform and deep learning |
| WO2025234981A1 (en) * | 2024-05-06 | 2025-11-13 | Google Llc | Hybrid optical flow estimation |
Family Cites Families (20)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6614442B1 (en) | 2000-06-26 | 2003-09-02 | S3 Graphics Co., Ltd. | Macroblock tiling format for motion compensation |
| US6756993B2 (en) | 2001-01-17 | 2004-06-29 | The University Of North Carolina At Chapel Hill | Methods and apparatus for rendering images using 3D warping techniques |
| GB0502844D0 (en) * | 2005-02-11 | 2005-03-16 | Univ Edinburgh | Storing digital content for access using a captured image |
| US7649537B2 (en) | 2005-05-27 | 2010-01-19 | Ati Technologies, Inc. | Dynamic load balancing in multiple video processing unit (VPU) systems |
| JP4450036B2 (en) | 2007-09-10 | 2010-04-14 | トヨタ自動車株式会社 | Composite image generating apparatus and program |
| US8260006B1 (en) | 2008-03-14 | 2012-09-04 | Google Inc. | System and method of aligning images |
| US8477146B2 (en) | 2008-07-29 | 2013-07-02 | Marvell World Trade Ltd. | Processing rasterized data |
| KR101677561B1 (en) * | 2010-12-08 | 2016-11-18 | 한국전자통신연구원 | Image registration device and image registration method thereof |
| GB2516405B (en) | 2012-04-27 | 2016-06-15 | Adobe Systems Inc | Automatic adjustment of images |
| WO2013159330A1 (en) | 2012-04-27 | 2013-10-31 | Nokia Corporation | An apparatus, a method and a computer program for video coding and decoding |
| US9232139B2 (en) | 2012-07-24 | 2016-01-05 | Apple Inc. | Image stabilization using striped output transformation unit |
| US8941676B2 (en) | 2012-10-26 | 2015-01-27 | Nvidia Corporation | On-chip anti-alias resolve in a cache tiling architecture |
| US9251169B2 (en) | 2013-01-18 | 2016-02-02 | UDC Software LLC | Systems and methods for creating photo collages |
| US9277129B2 (en) * | 2013-06-07 | 2016-03-01 | Apple Inc. | Robust image feature based video stabilization and smoothing |
| US8995789B2 (en) | 2013-06-12 | 2015-03-31 | Microsoft Technology Licensing, Llc | Efficient collaging of a large image |
| US9852238B2 (en) | 2014-04-24 | 2017-12-26 | The Board Of Trustees Of The University Of Illinois | 4D vizualization of building design and construction modeling with photographs |
| US20150325044A1 (en) | 2014-05-09 | 2015-11-12 | Adornably, Inc. | Systems and methods for three-dimensional model texturing |
| CN112580456B (en) * | 2014-05-14 | 2025-09-02 | 御眼视觉技术有限公司 | System and method for curb detection and pedestrian hazard assessment |
| US9443281B2 (en) | 2014-06-27 | 2016-09-13 | Intel Corporation | Pixel-based warping and scaling accelerator |
| US20160267349A1 (en) | 2015-03-11 | 2016-09-15 | Microsoft Technology Licensing, Llc | Methods and systems for generating enhanced images using multi-frame processing |
-
2020
- 2020-04-24 US US16/858,134 patent/US11164283B1/en not_active Expired - Fee Related
Cited By (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20210192681A1 (en) * | 2019-12-18 | 2021-06-24 | Ati Technologies Ulc | Frame reprojection for virtual reality and augmented reality |
| US12148120B2 (en) * | 2019-12-18 | 2024-11-19 | Ati Technologies Ulc | Frame reprojection for virtual reality and augmented reality |
| US20230138779A1 (en) * | 2021-11-03 | 2023-05-04 | Apple Inc. | Linear transform of undistorted image for fusion |
| US12260532B2 (en) * | 2021-11-03 | 2025-03-25 | Apple Inc. | Linear transform of undistorted image for fusion |
| US20230154013A1 (en) * | 2021-11-18 | 2023-05-18 | Volkswagen Aktiengesellschaft | Computer vision system for object tracking and time-to-collision |
| US12106492B2 (en) * | 2021-11-18 | 2024-10-01 | Volkswagen Aktiengesellschaft | Computer vision system for object tracking and time-to-collision |
| CN114677684A (en) * | 2022-03-23 | 2022-06-28 | 平安普惠企业管理有限公司 | Distorted image correction method, apparatus, device, and computer-readable storage medium |
| WO2025234981A1 (en) * | 2024-05-06 | 2025-11-13 | Google Llc | Hybrid optical flow estimation |
| CN118887112A (en) * | 2024-07-08 | 2024-11-01 | 江苏信息职业技术学院 | Lightweight image enhancement method based on wavelet transform and deep learning |
Also Published As
| Publication number | Publication date |
|---|---|
| US11164283B1 (en) | 2021-11-02 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11164283B1 (en) | Local image warping in image processor using homography transform function | |
| US10540742B2 (en) | Image warping in an image processor | |
| EP3459042B1 (en) | Parallel computer vision and image scaling architecture | |
| US10880455B2 (en) | High dynamic range color conversion using selective interpolation | |
| US12367545B2 (en) | Circuit for combined down sampling and correction of image data | |
| US11024006B2 (en) | Tagging clipped pixels for pyramid processing in image signal processor | |
| US20220256126A1 (en) | Circuit for correcting lateral chromatic abberation | |
| US10410314B2 (en) | Systems and methods for crossfading image data | |
| US20200410652A1 (en) | Directional bilateral filtering with improved noise reduction along edges | |
| US20240303778A1 (en) | Noise reduction circuit with blending of bilateral filtering and machine learning filtering | |
| US10692177B2 (en) | Image pipeline with dual demosaicing circuit for efficient image processing | |
| US11836889B2 (en) | Dual-mode image fusion architecture | |
| US11252299B1 (en) | High dynamic range color conversion using selective interpolation for different curves | |
| US20250166144A1 (en) | Linear transform of undistorted image for fusion | |
| US20250054274A1 (en) | Filtering of keypoint descriptors based on orientation angle | |
| US11176643B1 (en) | Circuit for correcting chromatic aberration through sharpening | |
| US12267601B2 (en) | Lens flare detection circuit using raw image | |
| US20240297949A1 (en) | Back-End Scaling Circuit With Local Tone Mapping After Image Warping | |
| US12462346B2 (en) | Machine learning based noise reduction circuit | |
| US12400419B2 (en) | Single read of keypoint descriptors of image from system memory for efficient header matching | |
| US11037272B2 (en) | Reduction of line banding image artifacts | |
| US20240331087A1 (en) | Noise reduction circuit with demosaic processing | |
| US12316986B2 (en) | Circuit for performing optical image stabilization before lens shading correction |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| AS | Assignment |
Owner name: APPLE INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LIU, KAIMING;SMIRNOV, MAXIM;POPE, DAVID R.;SIGNING DATES FROM 20200422 TO 20200423;REEL/FRAME:052513/0911 |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| CC | Certificate of correction | ||
| FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |