RLPark 1.0.0
Reinforcement Learning Framework in Java

rlpark.plugin.opencv.MotionMeasure Class Reference

List of all members.

Public Member Functions

 MotionMeasure (double lambda, int width, int height, int depth, int channels)
double update (IplImage currentFrame)
void dispose ()
int channels ()
ImageTrace trace ()

Detailed Description

Definition at line 11 of file MotionMeasure.java.


Constructor & Destructor Documentation

rlpark.plugin.opencv.MotionMeasure.MotionMeasure ( double  lambda,
int  width,
int  height,
int  depth,
int  channels 
)

Definition at line 18 of file MotionMeasure.java.


Member Function Documentation

int rlpark.plugin.opencv.MotionMeasure.channels ( )

Definition at line 40 of file MotionMeasure.java.

void rlpark.plugin.opencv.MotionMeasure.dispose ( )

Definition at line 35 of file MotionMeasure.java.

ImageTrace rlpark.plugin.opencv.MotionMeasure.trace ( )

Definition at line 44 of file MotionMeasure.java.

double rlpark.plugin.opencv.MotionMeasure.update ( IplImage  currentFrame)

Definition at line 24 of file MotionMeasure.java.


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