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

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

public static class ForegroundDetectorModel.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 detector. Parameters are mapped to an CvFGDStatModelParams object for OpenCV.

See Also:
Serialized Form

Field Summary
 boolean activated
           
 float alpha1
           
 float alpha2
           
 float alpha3
           
 float delta
           
 boolean is_obj_without_holes
           
 int Lc
           
 int Lcc
           
 float minArea
           
 int N1c
           
 int N1cc
           
 int N2c
           
 int N2cc
           
 boolean perform_morphing
           
 float T
           
 
Constructor Summary
ForegroundDetectorModel.Parameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Lc

public int Lc

N1c

public int N1c

N2c

public int N2c

Lcc

public int Lcc

N1cc

public int N1cc

N2cc

public int N2cc

is_obj_without_holes

public boolean is_obj_without_holes

perform_morphing

public boolean perform_morphing

alpha1

public float alpha1

alpha2

public float alpha2

alpha3

public float alpha3

delta

public float delta

T

public float T

minArea

public float minArea

activated

public boolean activated
Constructor Detail

ForegroundDetectorModel.Parameters

public ForegroundDetectorModel.Parameters()