Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
_Toc365034199
_Toc365034199
Table of Contents


Block Diagram
Block Descriptions
DevWare Plug-in GrabFrame() Hook
Insert JPEG Header
Descramble
Deinterlace
YCbCr Column-wise Stereo Separation
Array Image Repacking
Bayer Decompression
DevWare Plug-in RawImageData() Hook
Multiple Exposure Combining
DevWare Plug-in LinearImageData() Hook
Normalize Bayer

Adaptive Local Tone Mapping
Clean JPEG

Optical Black
Auto-Exposure
Software Gain
Noise Removal
Lens Correction
Defect Correction
Local Green Balance
Noise Measurement
DevWare Plug-in ImageData() Hook
Auto-White Balance
Convert to RGB-48
Demosaic
Aperture Correction
Color Correction Matrix
Gamma Correction
Convert Original Pixel Type to RGB
ColorPipe Filter Plug-in
Digital Video Stabilization

Software Binning
Stereo Merge
Select Color Channel
Reorient
Noise Measurement
DevWare Plug-in ImageData() Hook
Auto-Focus
Calculate Focus Number
Embed Watch Data
Embed Overlays
Processing Images without a Device Connected

Anchor
_Toc365034200
_Toc365034200
Block Diagram

...

White Balance

Enable auto or manual white balance.

WB Speed

Convergence speed.

WB Adjust Gains

Whether to adjust gains on the device.

WB Manual Position

Adjustment position, 0 to 100

WB Manual RedGreen

Red gain applied to CCM

WB Manual BlueGreen

Blue gain applied to CCM

WB Interpolate Saturation

Apply saturation to CCM

WB Normalize Matrix

Normalize CCM

Relative Red Gain

Current red gain relative to green.

Relative Blue Gain

Current blue gain relative to green.

Note: Auto-White Balance won’t run with RCCB. The white point estimation is based on R/G and B/G ratios. Use manual white balance.

Anchor
_Toc365034222
_Toc365034222
Convert to RGB-48

...

  1. If you have a raw image file you want to run through the colorpipe:
    ap_CreateFromImageFile()
    ap_GrabFrame()
    ap_ColorPipe()
  2. If you have image data in memory imitating the output of a sensor:
    ap_CreateVirtual(path_to_sensor_xsdat_file)
    ap_SetImageFormat()
    ap_ColorPipe()

...