| Cleaner |
Cleans up unused objects by periodically calling System.gc() to nudge the
garbage collector to clean up dead native (JavaCV) objects.
|
| Connection<T> |
A connection is a rule that causes one socket to update to always the value of another socket.
|
| CoreCommandLineHelper |
A helper class for command line options for GRIP.
|
| GripCoreModule |
A Guice Module for GRIP's core package.
|
| GripCudaModule |
|
| GripFileManager |
Implementation of FileManager.
|
| GripFileModule |
|
| Loggers |
|
| Main |
Main driver class for headless mode.
|
| MatWrapper |
Wraps a GPU mat and a CPU mat and allows device memory and host memory
to be used semi-transparently.
|
| OperationDescription |
An interface describing how an operation should be displayed in the Palette to the user.
|
| OperationDescription.Builder |
Builder class for OperationDescription.
|
| OperationMetaData |
Holds metadata for an operation.
|
| Palette |
The palette is a library of operations that can be added as steps in the Pipeline.
|
| Pipeline |
Pipeline has the list of steps in a computer vision algorithm, as well as the set of connections
between the inputs and outputs of different steps.
|
| PipelineRunner |
Runs the pipeline in a separate thread.
|
| Source |
Base class for an input into the pipeline.
|
| Source.SourceFactoryImpl |
|
| Step |
A step is an instance of an operation in a pipeline.
|
| Step.Factory |
|