FastCV Sample Application  1.7.1
com.qualcomm.fastcvdemo.apis.imageProcessing.FilterCorr Class Reference

Inherits com.qualcomm.fastcvdemo.base.GraphicalActivity.

Public Member Functions

boolean onCreateOptionsMenu (Menu menu)
boolean onOptionsItemSelected (MenuItem item)
native void setKernelType (int kernelType)
native void update (byte[] data, int w, int h)
native void cleanup ()

Static Public Attributes

static final int RESET = 0
static final int THREExTHREE = 1
static final int THIRTEENxTHIRTEEN = 2

Protected Member Functions

void initTitle ()
void setupCamera ()

Static Package Functions

 [static initializer]

Member Function Documentation

Performs native cleanup routines for application exit.

Implements com.qualcomm.fastcvdemo.base.GraphicalActivity.

Function which retrieves title based on module used.

Implements com.qualcomm.fastcvdemo.base.GraphicalActivity.

Called when the option menu is created.

Reimplemented from com.qualcomm.fastcvdemo.base.GraphicalActivity.

User Option selection menu

Sets the desired kernel type.

Parameters:
kernelTypeDesired kernel type.

Sets up camera configuration parameters

Perform FastCV example configurations as retrieved from application's preferences

Reimplemented from com.qualcomm.fastcvdemo.base.GraphicalActivity.

native void com.qualcomm.fastcvdemo.apis.imageProcessing.FilterCorr.update ( byte[]  data,
int  w,
int  h 
) [virtual]

Function to pass camera frame for native, FastCV processing.

Parameters:
dataByte buffer for data.
wWidth of data
hHeight of data

Implements com.qualcomm.fastcvdemo.base.GraphicalActivity.


Field Documentation

Values for kernel options


The documentation for this class was generated from the following file:
 All Data Structures Functions Variables