Interface | Description |
---|---|
CameraBridgeViewBase.CvCameraViewFrame |
This class interface is abstract representation of single frame from camera for onCameraFrame callback
Attention: Do not use objects, that represents this interface out of onCameraFrame callback!
|
CameraBridgeViewBase.CvCameraViewListener | |
CameraBridgeViewBase.CvCameraViewListener2 | |
CameraBridgeViewBase.ListItemAccessor | |
InstallCallbackInterface |
Installation callback interface.
|
LoaderCallbackInterface |
Interface for callback object in case of asynchronous initialization of OpenCV.
|
Class | Description |
---|---|
BaseLoaderCallback |
Basic implementation of LoaderCallbackInterface.
|
CameraBridgeViewBase |
This is a basic class, implementing the interaction with Camera and OpenCV library.
|
FpsMeter | |
JavaCameraView |
This class is an implementation of the Bridge View between OpenCV and Java Camera.
|
JavaCameraView.JavaCameraSizeAccessor | |
OpenCVLoader |
Helper class provides common initialization methods for OpenCV library.
|
Utils |