Impact Acquire SDK Java
WhiteBalancer Class Reference

Convenience class to provide an easy way for a more precise white balance calibration. More...

Public Member Functions

synchronized void delete ()
 
 WhiteBalancer ()
 

Static Public Member Functions

static void highQualityWhiteBalance (Device pDev)
 

Protected Member Functions

void finalize ()
 
 WhiteBalancer (long cPtr, boolean cMemoryOwn)
 

Static Protected Member Functions

static long swigRelease (WhiteBalancer obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

Convenience class to provide an easy way for a more precise white balance calibration.

A convenience function which will be used to do a white balance calibration with more than 8bit image data to increase the precision of the calculated gain values.

Note
Since a homogeneous grey image is needed for the processing, it is necessary that the camera is not configured to a triggered mode and a reasonable exposure time.

Constructor & Destructor Documentation

◆ WhiteBalancer() [1/2]

WhiteBalancer ( long cPtr,
boolean cMemoryOwn )
protected

◆ WhiteBalancer() [2/2]

Member Function Documentation

◆ delete()

synchronized void delete ( )

◆ finalize()

void finalize ( )
protected

◆ highQualityWhiteBalance()

static void highQualityWhiteBalance ( Device pDev)
static

◆ swigRelease()

static long swigRelease ( WhiteBalancer obj)
staticprotected

Member Data Documentation

◆ swigCMemOwn

transient boolean swigCMemOwn
protected