Uses of Class
edu.berkeley.guir.papier_mache.input.ImageInputDevice

Packages that use ImageInputDevice
edu.berkeley.guir.papier_mache.input   
edu.berkeley.guir.papier_mache.vision   
 

Uses of ImageInputDevice in edu.berkeley.guir.papier_mache.input
 

Subclasses of ImageInputDevice in edu.berkeley.guir.papier_mache.input
 class CameraImageInput
           
 class FilesImageInput
          A "Wizard of Oz" proxy for a camera that uses jpeg files to drive the vision system.
 class TWAINImageInput
          Supports input from a TWAIN source (such as a scanner or a digital camera).
 

Uses of ImageInputDevice in edu.berkeley.guir.papier_mache.vision
 

Methods in edu.berkeley.guir.papier_mache.vision that return ImageInputDevice
 ImageInputDevice VisionPhobProducer.getImageSource()
           
 

Constructors in edu.berkeley.guir.papier_mache.vision with parameters of type ImageInputDevice
VisionPhobProducer(ImageInputDevice imgSource)
           
VisionPhobProducer(ImageInputDevice imgSource, int minSize)