public class FlatFieldCorrector
extends java.lang.Object
| Constructor and Description |
|---|
FlatFieldCorrector()
Class Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
FrameFlatFielding(int[] frameBuffer)
Perform flat field processing on a frame.
|
boolean |
IsReady()
Checks whether the master flat image has been created.
|
void |
LoadDarkFrames(java.lang.String darkChunkName,
RecordingProperties props)
Loads the dark frames from the storage and then creates the median dark image.
|
void |
LoadFlatFrames(java.lang.String flatChunkName,
RecordingProperties props)
Loads the flat frames from the storage and then creates the mean flat image.
|
public boolean IsReady()
public void LoadFlatFrames(java.lang.String flatChunkName,
RecordingProperties props)
flatChunkName - the name of the raw flat frames chunkprops - the camera properties that give the dimension of the imagepublic void LoadDarkFrames(java.lang.String darkChunkName,
RecordingProperties props)
darkChunkName - the name of the raw dark frames chunkprops - the camera recording propertiespublic void FrameFlatFielding(int[] frameBuffer)
frameBuffer - the frame to be processed