Class NativeLearner
java.lang.Object
edu.tufts.hrilab.vision.visionproc.swig.NativeVisionProcess
edu.tufts.hrilab.vision.learn.swig.NativeLearner
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
protected void
finalize()
static NativeLearner
get
(NativeLearner.LearnerType type, long processorId, int imgWidth, int imgHeight) protected static long
getCPtr
(NativeLearner 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
-
NativeLearner
protected NativeLearner(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 NativeLearner get(NativeLearner.LearnerType type, long processorId, int imgWidth, int imgHeight)
-