ca.mcgill.cim.sre.cv4hci
Class CAMShiftModel.Parameters

java.lang.Object
  extended by ca.mcgill.cim.sre.cv4hci.CAMShiftModel.Parameters
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CAMShiftModel

public static class CAMShiftModel.Parameters
extends java.lang.Object
implements java.io.Serializable

Parameters is a class containing the parameters and other state information that can be set for this tracker. They are mapped to methods of CAMShiftTracker.

See Also:
Serialized Form

Field Summary
 boolean activated
           
 double[] histogram
           
 int minArea
           
 int sMin
           
 int vMax
           
 int vMin
           
 
Constructor Summary
CAMShiftModel.Parameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vMin

public int vMin

vMax

public int vMax

sMin

public int sMin

activated

public boolean activated

histogram

public double[] histogram

minArea

public int minArea
Constructor Detail

CAMShiftModel.Parameters

public CAMShiftModel.Parameters()