edu.wpi.first.wpilibj.image
Class RegionOfInterest

java.lang.Object
  extended by Structure
      extended by edu.wpi.first.wpilibj.image.RegionOfInterest

public class RegionOfInterest
extends Structure

This is a dummy class which needs to be filled in.


Constructor Summary
RegionOfInterest()
           
 
Method Summary
 void read()
           
 int size()
           
 void write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionOfInterest

public RegionOfInterest()
Method Detail

read

public void read()

write

public void write()

size

public int size()