public class Calibrator
extends java.lang.Object
| Constructor and Description |
|---|
Calibrator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
calibrate(ImFrame imf)
Calibrate the given ImFrame, by interacting with the user.
|
static void |
calibrateOnStars(ImFrame imf)
Calibrate the given ImFrame by using known star positions identified
against detected blobs.
|
static void |
show(ImFrame imf)
Display the calibration of the given ImFrame in a message box.
|
public static void show(ImFrame imf)
public static void calibrate(ImFrame imf)
public static void calibrateOnStars(ImFrame imf)