Class NativeImageProcessor
java.lang.Object
edu.tufts.hrilab.vision.visionproc.swig.NativeVisionProcess
edu.tufts.hrilab.vision.imgproc.swig.NativeImageProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
void
delete()
protected void
finalize()
static NativeImageProcessor
get
(ImageProcessorType type, long processorId, long imgwidth, long imgheight, boolean isStereo) protected static long
void
init()
Methods inherited from class edu.tufts.hrilab.vision.visionproc.swig.NativeVisionProcess
addProcessingDescriptor, addProcessingDescriptor, getCPtr, getDescriptors, getDisplayFlag, getDisplayName, getIncrementalProcessing, getProcessorId, getRegisteredProcessorIds, getSerialProcessing, getTypes, getVisionProcessName, hasLearned, interruptNotificationWait, loadConfig, perform, printPredicate, registerForCaptureNotification, registerForNotification, removeProcessingDescriptor, resetHasLearned, saveConfig, setIncrementalProcessing, setRunningStatus, setSerialProcessing, setVisionProcessName, turnDisplayOff, turnDisplayOn, unregisterForCaptureNotification, unregisterForNotification
-
Constructor Details
-
NativeImageProcessor
protected NativeImageProcessor(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 NativeImageProcessor get(ImageProcessorType type, long processorId, long imgwidth, long imgheight, boolean isStereo) -
init
public void init()- Overrides:
init
in classNativeVisionProcess
-
cleanup
public void cleanup()- Overrides:
cleanup
in classNativeVisionProcess
-