#include <ZBufferView.h>
|
std::string | m_bufferWindowName = "buffer view" |
|
std::vector< std::tuple< HWND, std::string > > | m_bufferWindowHandles |
|
int | m_width = 1024 |
|
int | m_height = 800 |
|
Channels | m_channels |
|
ZBufferView::ZBufferView |
( |
int |
width, |
|
|
int |
height, |
|
|
const std::string & |
windowName, |
|
|
GLuint |
fboHandle |
|
) |
| |
Constructor.
- Parameters
-
width | width of buffer |
height | height of buffer |
windowName | basic name part of OpenCV windows for viewing the buffer |
fboHandle | frame buffer object to extract z buffer |
cv::Mat ZBufferView::ReadBufferToMatrix |
( |
| ) |
|
|
protectedvirtual |
Read the given matrix into an OpenCV matrix.
- Returns
- return the RGB matrix.
Implements BufferView.
The documentation for this class was generated from the following files: