net.grelf.grip
Class Calibrator

java.lang.Object
  extended by net.grelf.grip.Calibrator

public class Calibrator
extends java.lang.Object

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

Calibrator

public Calibrator()
Method Detail

show

public static void show(ImFrame imf)
Display the calibration of the given ImFrame in a message box.


calibrate

public static void calibrate(ImFrame imf)
Calibrate the given ImFrame, by interacting with the user.


calibrateOnStars

public static void calibrateOnStars(ImFrame imf)
Calibrate the given ImFrame by using known star positions identified against detected blobs.