OpenCV 2.4.8

org.opencv.android
Interface CameraBridgeViewBase.CvCameraViewFrame

Enclosing class:
CameraBridgeViewBase

public static interface 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!


Method Summary
 Mat gray()
          This method returns single channel gray scale Mat with frame
 Mat rgba()
          This method returns RGBA Mat with frame
 

Method Detail

gray

Mat gray()
This method returns single channel gray scale Mat with frame


rgba

Mat rgba()
This method returns RGBA Mat with frame


OpenCV 2.4.8 Documentation