Class NativeDetector
java.lang.Object
edu.tufts.hrilab.vision.visionproc.swig.NativeVisionProcess
edu.tufts.hrilab.vision.detector.swig.NativeDetector
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
protected void
finalize()
static NativeDetector
get
(NativeDetector.DetectorType type, long processorId, int imgWidth, int imgHeight) protected static long
getCPtr
(NativeDetector obj) Methods inherited from class edu.tufts.hrilab.vision.visionproc.swig.NativeVisionProcess
addProcessingDescriptor, addProcessingDescriptor, cleanup, getCPtr, getDescriptors, getDisplayFlag, getDisplayName, getIncrementalProcessing, getProcessorId, getRegisteredProcessorIds, getSerialProcessing, getTypes, getVisionProcessName, hasLearned, init, interruptNotificationWait, loadConfig, perform, printPredicate, registerForCaptureNotification, registerForNotification, removeProcessingDescriptor, resetHasLearned, saveConfig, setIncrementalProcessing, setRunningStatus, setSerialProcessing, setVisionProcessName, turnDisplayOff, turnDisplayOn, unregisterForCaptureNotification, unregisterForNotification
-
Constructor Details
-
NativeDetector
protected NativeDetector(long cPtr, boolean cMemoryOwn)
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize()- Overrides:
finalize
in classNativeVisionProcess
-
delete
public void delete()- Overrides:
delete
in classNativeVisionProcess
-
get
public static NativeDetector get(NativeDetector.DetectorType type, long processorId, int imgWidth, int imgHeight)
-