All Classes
| Class | Description |
|---|---|
| ColorConverterBase |
Converts a RGB stack into another color space using OpenCV.
|
| ConvertFromMat |
Convert from the OpenCV
Mat to a Stack. |
| ConvertRGBToHSV |
Converts a RGB image to the HSV color
space.
|
| ConvertRGBToLab |
Converts a RGB image to the Lab color
space.
|
| ConvertToMat |
Converts common image data-structures used by Anchor to the
Mat class used by OpenCV. |
| CVFindContours |
Wrapper around OpenCV's findContours
function.
|
| CVInit |
Provides for initialization of the JavaCPP bridge to OpenCV.
|
| HOGDescriptor |
Creates the entire HOG descriptor for an image.
|
| HOGFeature |
One part of a Histogram
of Oriented Gradients descriptor, as applied to an image stack.
|
| HOGParameters |
Parameters for calculating a HOG Descriptor covering window-size, block-size etc.
|
| OpenCV |
Interpolation using OpenCV for resizing an image.
|
| OpenCVModel |
A model that can be used for inference using OpenCV's DNN
module.
|
| OpenCVReader |
Reads a stack from the file-system using OpenCV.
|
| OpenCVWriter |
Writes a stack to the file-system using OpenCV and a specified extension.
|
| SegmentObjectsFromTensorFlowModel |
Performs instance-segmentation using OpenCV's DNN module and a TensorFlow
.pb SavedModel file. |
| VoxelBufferFromMat |
Converts a
Mat to a VoxelBuffer. |
| VoxelsResizerOpenCV |
Resizes
VoxelBuffers using OpenCV's cv2.resize function. |