|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grelf.grip.Calibrator
public class Calibrator
This class is concerned with distance calibration which should be done before measuring an image, in order to measure in real physical units rather than in pixels.
| Constructor Summary | |
|---|---|
Calibrator()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Calibrator()
| Method Detail |
|---|
public static void show(ImFrame imf)
public static void calibrate(ImFrame imf)
public static void calibrateOnStars(ImFrame imf)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||