org.cogchar.sight.api.obs
Class VisionFacade
java.lang.Object
org.cogchar.zzz.nwrap.core.NativeEngine
org.cogchar.sight.api.obs.VisionFacade
public class VisionFacade
- extends NativeEngine
- Author:
- josh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VisionFacade
public VisionFacade()
raw
public long raw()
CreateFacade
public void CreateFacade()
configure
public void configure(String config)
Activate
public void Activate()
DeActivate
public void DeActivate()
setInverted
public void setInverted(boolean val)
setMotionDetectParams
public void setMotionDetectParams(int historyDur,
int segDurThresh,
int deltaAmpThresh,
int resultAmpThresh)
SetRawVisionObserver
public void SetRawVisionObserver(IRawFrameObserver ob)
SetFaceDetectObserver
public void SetFaceDetectObserver(IROIObserver ob)
SetMotionDetectObserver
public void SetMotionDetectObserver(IROIObserver ob)
SetFaceTrackObserver
public void SetFaceTrackObserver(ITrackObserver ob)
UnSetRawVisionObserver
public void UnSetRawVisionObserver(IRawFrameObserver ob)
UnSetFaceDetectObserver
public void UnSetFaceDetectObserver(IROIObserver ob)
UnSetMotionDetectObserver
public void UnSetMotionDetectObserver(IROIObserver ob)
UnSetFaceTrackObserver
public void UnSetFaceTrackObserver(ITrackObserver ob)
startup
public void startup()
- Specified by:
startup in class NativeEngine
shutdown
public void shutdown()
- Specified by:
shutdown in class NativeEngine
Copyright © 2010-2014. All Rights Reserved.