|
RLPark 1.0.0
Reinforcement Learning Framework in Java
|
Public Member Functions | |
| ImageBuffer (int width, int height, int depth, int channels) | |
| BufferedImage | image () |
| void | update (IplImage frame) |
| IplImage | im () |
| void | dispose () |
Definition at line 12 of file ImageBuffer.java.
| rlpark.plugin.opencv.ImageBuffer.ImageBuffer | ( | int | width, |
| int | height, | ||
| int | depth, | ||
| int | channels | ||
| ) |
Definition at line 18 of file ImageBuffer.java.
| void rlpark.plugin.opencv.ImageBuffer.dispose | ( | ) |
Definition at line 50 of file ImageBuffer.java.
| IplImage rlpark.plugin.opencv.ImageBuffer.im | ( | ) |
Definition at line 46 of file ImageBuffer.java.
| BufferedImage rlpark.plugin.opencv.ImageBuffer.image | ( | ) |
Implements zephyr.plugin.core.api.viewable.ImageProvider.
Definition at line 24 of file ImageBuffer.java.
| void rlpark.plugin.opencv.ImageBuffer.update | ( | IplImage | frame | ) |
Definition at line 29 of file ImageBuffer.java.