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