Class | Description |
---|---|
BCNScalar |
BCNLib version of OpenCV's Scalar object.
|
Camera |
A wrapper class for OpenCV's VideoCapture object.
|
CameraSettings |
Class that uses v4l2-utils to control camera settings.
|
Color |
BCNLib implementation of Color, since the roboRIO does not have the java.awt package.
|
Contour |
A wrapper class for OpenCV's MatOfPoint and MatOfPoint2f objects.
|
HSV |
An Object that represents an HSV (Hue, Saturation, Value) value.
|
Image |
A wrapper class for OpenCV's Mat object.
|
Rectangle |
BCNLib implementation of Rectangle, since the roboRIO does not have the java.awt package.
|
Vision |
A Vision utility class.
|