Class CalibrationIO

java.lang.Object
  extended byCalibrationIO

public class CalibrationIO
extends java.lang.Object

Handles all disk operations


Constructor Summary
CalibrationIO()
          Empty constructor
 
Method Summary
 void loadColorTable(java.io.File fileName)
          Load a colortable
 AiboImage loadImageYUV(java.lang.String fileName)
          Loads an image from disk and returns the image object
 boolean loadPrefs()
          Load preferences file
 void saveColorTable(java.io.File fileName, java.lang.String suffix)
          Save colortable to disk
 boolean savePrefs()
          Save the preferences
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalibrationIO

public CalibrationIO()
Empty constructor

Method Detail

loadImageYUV

public AiboImage loadImageYUV(java.lang.String fileName)
Loads an image from disk and returns the image object


loadColorTable

public void loadColorTable(java.io.File fileName)
Load a colortable


saveColorTable

public void saveColorTable(java.io.File fileName,
                           java.lang.String suffix)
Save colortable to disk


loadPrefs

public boolean loadPrefs()
Load preferences file


savePrefs

public boolean savePrefs()
Save the preferences