ed
Public Member Functions | Protected Attributes | List of all members
ColorRenderResult Class Reference
Inheritance diagram for ColorRenderResult:
Inheritance graph
[legend]

Public Member Functions

 ColorRenderResult (cv::Mat &image, cv::Mat &z_buffer, const cv::Vec3b &color, float min_depth, float max_depth)
 
void renderPixel (int x, int y, float depth, int)
 
- Public Member Functions inherited from geo::RenderResult
int getHeight () const
 
int getWidth () const
 
 RenderResult (int width, int height)
 
void stop ()
 
virtual ~RenderResult ()
 

Protected Attributes

cv::Vec3b color_
 
cv::Mat image_
 
float max_depth_
 
float min_depth_
 
cv::Mat z_buffer_
 

Detailed Description

Definition at line 22 of file gui_plugin.cpp.

Constructor & Destructor Documentation

◆ ColorRenderResult()

ColorRenderResult::ColorRenderResult ( cv::Mat &  image,
cv::Mat &  z_buffer,
const cv::Vec3b &  color,
float  min_depth,
float  max_depth 
)
inline

Definition at line 27 of file gui_plugin.cpp.

Member Function Documentation

◆ renderPixel()

void ColorRenderResult::renderPixel ( int  x,
int  y,
float  depth,
int   
)
inlinevirtual

Implements geo::RenderResult.

Definition at line 33 of file gui_plugin.cpp.

Member Data Documentation

◆ color_

cv::Vec3b ColorRenderResult::color_
protected

Definition at line 51 of file gui_plugin.cpp.

◆ image_

cv::Mat ColorRenderResult::image_
protected

Definition at line 49 of file gui_plugin.cpp.

◆ max_depth_

float ColorRenderResult::max_depth_
protected

Definition at line 52 of file gui_plugin.cpp.

◆ min_depth_

float ColorRenderResult::min_depth_
protected

Definition at line 52 of file gui_plugin.cpp.

◆ z_buffer_

cv::Mat ColorRenderResult::z_buffer_
protected

Definition at line 50 of file gui_plugin.cpp.


The documentation for this class was generated from the following file: