kNOw SIGN
Public Member Functions | Public Attributes | List of all members
My_ROI Class Reference

Class for drawing region of interest. The functions and variables of this class are used to draw region of interest rectangles during the hand detection process. More...

#include <roi.hpp>

Public Member Functions

 My_ROI ()
 
 My_ROI (cv::Point upper_corner, cv::Point lower_corner, cv::Mat src)
 
void draw_rectangle (cv::Mat src)
 Draw rectangles on the frame using corner points. More...
 

Public Attributes

cv::Point upper_corner
 
cv::Point lower_corner
 
cv::Mat roi_ptr
 
cv::Scalar color
 
int border_thickness
 

Detailed Description

Class for drawing region of interest. The functions and variables of this class are used to draw region of interest rectangles during the hand detection process.

Constructor & Destructor Documentation

◆ My_ROI() [1/2]

My_ROI::My_ROI ( )

◆ My_ROI() [2/2]

My_ROI::My_ROI ( cv::Point  upper_corner,
cv::Point  lower_corner,
cv::Mat  src 
)

Member Function Documentation

◆ draw_rectangle()

void My_ROI::draw_rectangle ( cv::Mat  src)

Draw rectangles on the frame using corner points.

Member Data Documentation

◆ border_thickness

int My_ROI::border_thickness

◆ color

cv::Scalar My_ROI::color

◆ lower_corner

cv::Point My_ROI::lower_corner

◆ roi_ptr

cv::Mat My_ROI::roi_ptr

◆ upper_corner

cv::Point My_ROI::upper_corner

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