|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.mcgill.cim.sre.cv4hci.ForegroundDetectorModel.Parameters
public static class ForegroundDetectorModel.Parameters
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.
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 |
---|
public int Lc
public int N1c
public int N2c
public int Lcc
public int N1cc
public int N2cc
public boolean is_obj_without_holes
public boolean perform_morphing
public float alpha1
public float alpha2
public float alpha3
public float delta
public float T
public float minArea
public boolean activated
Constructor Detail |
---|
public ForegroundDetectorModel.Parameters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |