ca.mcgill.cim.sre.cv4hci.swig
Class ForegroundDetector
java.lang.Object
ca.mcgill.cim.sre.cv4hci.swig.ForegroundDetector
- Direct Known Subclasses:
- ForegroundDetectorModel
public class ForegroundDetector
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
ForegroundDetector
protected ForegroundDetector(long cPtr,
boolean cMemoryOwn)
ForegroundDetector
public ForegroundDetector()
getCPtr
protected static long getCPtr(ForegroundDetector obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
getDefaultParameters
public static CvFGDStatModelParams getDefaultParameters()
setParameters
public void setParameters(CvFGDStatModelParams p)
getParameters
public void getParameters(CvFGDStatModelParams p)
getPositionFilter
public SimpleManeuveringFilter getPositionFilter()
getSizeFilter
public SimpleManeuveringFilter getSizeFilter()
getAngleFilter
public SimpleManeuveringFilter getAngleFilter()
resetFilters
public void resetFilters()
run
public void run(IplImage frame)
getImage
public IplImage getImage()
getForeground
public IplImage getForeground()
getBackground
public IplImage getBackground()
drawEllipse
public void drawEllipse(IplImage image)
getTrackBox
public CvBox2D getTrackBox()
forget
public void forget()