HDR

HDR_CaptureHDRImage, HDR_CreateHDRFromND, HDR_CreateHDRImage, HDR_CreateRFImage

HDR_CaptureHDRImage

Interactive command to this function: Applications > HDR > Capture HDR Image

Description 

 HDR_CaptureHDRImage(
   int  HDR_CAI_Multi,
   int  HDR_CAI_Steps,
   double  HDR_CAI_Low,
   double  HDR_CAI_High
);

This function performs a multi-exposure capture and creates a HDR image.

Parameters

int HDR_CAI_Multi

The HDR image may be created as a standard RGB image, or as a multi-channel image, each channel containing one frame with different exposure time.

0

Output an RGB image.

1

Output a multi-channel image

int HDR_CAI_Steps

Define how many frames (exposures) you would like to compose the HDR image of.

double HDR_CAI_Low

Minimal exposure time in [ms].

double HDR_CAI_High

Maximal exposure time in [ms].

HDR_CreateHDRFromND

This function runs the Applications > HDR > Create HDR from Current ND command.

Description 

 HDR_CreateHDRFromND();

This function creates an HDR image from an ND document.

HDR_CreateHDRImage

Interactive command to this function: Applications > HDR > Create HDR Image from File

Description 

 HDR_CreateHDRImage(
   char *HDR_CRI_StartDir,
   char *HDR_CRI_Files,
   int  HDR_CRI_Multi
);

This function can merge multiple images and create a HDR image.

Parameters

char *HDR_CRI_StartDir

A path to the directory where the images are stored.

char *HDR_CRI_Files

The list of image files separated by a semicolon. The images must equal in size (resolution).

int HDR_CRI_Multi

The HDR image may be created as a standard RGB image, or as a multi-channel image, each channel containing one frame with different exposure time.

0

Output an RGB image.

1

Output a multi-channel image

HDR_CreateRFImage

This function runs the Applications > HDR > Capture Reflection Free Image command.

Description 

 HDR_CreateRFImage();