josx.vision
Class RegionEffect

java.lang.Object
  extended byjosx.vision.VisionEffect
      extended byjosx.vision.RegionEffect

public class RegionEffect
extends VisionEffect


Field Summary
 boolean show
           
 
Fields inherited from class josx.vision.VisionEffect
inputFormat, inputFormats, outputFormat, outputFormats
 
Constructor Summary
RegionEffect()
           
 
Method Summary
 Object[] getControls()
          Getter for array on one control for adjusing motion threshold and setting debug.
 String getName()
           
 int process(Buffer inBuffer, Buffer outBuffer)
           
 
Methods inherited from class josx.vision.VisionEffect
close, getControl, getSupportedInputFormats, getSupportedOutputFormats, matches, open, reset, setInputFormat, setOutputFormat, validateByteArraySize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Field Detail

show

public boolean show
Constructor Detail

RegionEffect

public RegionEffect()
Method Detail

process

public int process(Buffer inBuffer,
                   Buffer outBuffer)

getName

public String getName()

getControls

public Object[] getControls()
Getter for array on one control for adjusing motion threshold and setting debug.

Overrides:
getControls in class VisionEffect
Returns:
an array of one MotionDetectionControl