RLPark 1.0.0
Reinforcement Learning Framework in Java

rlpark.plugin.opencv.ImageBuffer Class Reference

Inheritance diagram for rlpark.plugin.opencv.ImageBuffer:
zephyr.plugin.core.api.viewable.ImageProvider

List of all members.

Public Member Functions

 ImageBuffer (int width, int height, int depth, int channels)
BufferedImage image ()
void update (IplImage frame)
IplImage im ()
void dispose ()

Detailed Description

Definition at line 12 of file ImageBuffer.java.


Constructor & Destructor Documentation

rlpark.plugin.opencv.ImageBuffer.ImageBuffer ( int  width,
int  height,
int  depth,
int  channels 
)

Definition at line 18 of file ImageBuffer.java.


Member Function Documentation

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.


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