|
RLPark 1.0.0
Reinforcement Learning Framework in Java
|
Public Member Functions | |
| MotionMeasure (double lambda, int width, int height, int depth, int channels) | |
| double | update (IplImage currentFrame) |
| void | dispose () |
| int | channels () |
| ImageTrace | trace () |
Definition at line 11 of file MotionMeasure.java.
| rlpark.plugin.opencv.MotionMeasure.MotionMeasure | ( | double | lambda, |
| int | width, | ||
| int | height, | ||
| int | depth, | ||
| int | channels | ||
| ) |
Definition at line 18 of file MotionMeasure.java.
| 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.