My Project
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes | Protected Member Functions
org.opencv.samples.tutorial2.SampleCvViewBase Class Reference
Inheritance diagram for org.opencv.samples.tutorial2.SampleCvViewBase:
Inheritance graph
[legend]
Collaboration diagram for org.opencv.samples.tutorial2.SampleCvViewBase:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SampleCvViewBase (Context context)
 SampleCvViewBase (Context context, Sample2NativeCamera aa)
boolean onTouch (View v, MotionEvent event)
boolean openCamera ()
void releaseCamera ()
void setupCamera (int width, int height)
void surfaceChanged (SurfaceHolder _holder, int format, int width, int height)
void surfaceCreated (SurfaceHolder holder)
void surfaceDestroyed (SurfaceHolder holder)
void run ()

Public Attributes

int proby = 0

Protected Member Functions

abstract Bitmap processFrame (VideoCapture capture)

Constructor & Destructor Documentation


Member Function Documentation

boolean org.opencv.samples.tutorial2.SampleCvViewBase.onTouch ( View  v,
MotionEvent  event 
)
abstract Bitmap org.opencv.samples.tutorial2.SampleCvViewBase.processFrame ( VideoCapture  capture) [protected, pure virtual]
void org.opencv.samples.tutorial2.SampleCvViewBase.setupCamera ( int  width,
int  height 
)
void org.opencv.samples.tutorial2.SampleCvViewBase.surfaceChanged ( SurfaceHolder  _holder,
int  format,
int  width,
int  height 
)

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables