Uses of Class
edu.berkeley.guir.papier_mache.vision.VisionPhobProducer

Packages that use VisionPhobProducer
edu.berkeley.guir.papier_mache   
edu.berkeley.guir.papier_mache.barcode   
edu.berkeley.guir.papier_mache.vision   
 

Uses of VisionPhobProducer in edu.berkeley.guir.papier_mache
 

Constructors in edu.berkeley.guir.papier_mache with parameters of type VisionPhobProducer
PMacheWindow(VisionPhobProducer sourceMgr)
          A black window the size of the screen, at (0,0)
PMacheWindow(VisionPhobProducer sourceMgr, boolean calibrate)
          A black window the size of the screen, at (0,0)
PMacheWindow(VisionPhobProducer sourceMgr, boolean calibrate, int x, int y)
          A black window the size of the screen, at the passed in location
 

Uses of VisionPhobProducer in edu.berkeley.guir.papier_mache.barcode
 

Constructors in edu.berkeley.guir.papier_mache.barcode with parameters of type VisionPhobProducer
PDF417Decoder(VisionPhobProducer visionProducer, BarcodePhobProducer bcodeProducer)
           
CybercodeDecoder(VisionPhobProducer visionProducer, BarcodePhobProducer barcodeProducer)
           
BarcodePhobProducer(VisionPhobProducer producer)
          Creates a new Barcode phob producer that finds PDF417, EAN, and Cybercodes.
BarcodePhobProducer(VisionPhobProducer producer, int codeType)
          Creates a new Barcode phob producer that finds only the specified code type.
 

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

Methods in edu.berkeley.guir.papier_mache.vision that return VisionPhobProducer
 VisionPhobProducer ROIClassifierView.getVisionPhobProducer()
           
 

Constructors in edu.berkeley.guir.papier_mache.vision with parameters of type VisionPhobProducer
ROIClassifierView(ROIClassifier roiClassifier, VisionPhobProducer producer)
           
ROIClassifier(VisionPhobProducer producer)
          Constructs a new classifier with an empty ROI.
ROIClassifier(javax.media.jai.ROI r, VisionPhobProducer producer)
          Constructs a new classifier with the specified ROI.
ROIClassifier(java.awt.Shape shape, VisionPhobProducer producer)
          Constructs a new classifier with the specified shape as the ROI.