Handwashing Lib  v1.0.0-2971
Handwashing neural network and C++ class to detect handwashing in video streams.
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
CCR Namespace Reference

C Code Run's namespace. The central class to this project is in the CCR namespace: CCR::HW. More...

Classes

class  HW
 HandWashing/COVID-19 PoC used to detect when people are washing their hands correctly. More...
 

Functions

cv::Mat ccoderun_logo_image (cv::Mat &image, cv::Mat &mask)
 C Code Run logo with URL, on transparent background. More...
 
cv::Mat green_checkmark_image (cv::Mat &image, cv::Mat &mask)
 Green checkmark, 100x100, on transparent background. More...
 
cv::Mat red_x_image (cv::Mat &image, cv::Mat &mask)
 Red 'X', 100x100, on transparent background. More...
 
cv::Mat robro_logo_image (cv::Mat &image, cv::Mat &mask)
 Robro Systems logo with URL, on transparent background. More...
 
void split_transparency_mask_from_image (cv::Mat &src, cv::Mat &image, cv::Mat &mask)
 Create a mask from the image transparency. Used by green_checkmark_image() and red_x_image(). More...
 

Detailed Description

C Code Run's namespace. The central class to this project is in the CCR namespace: CCR::HW.

Function Documentation

◆ ccoderun_logo_image()

cv::Mat CCR::ccoderun_logo_image ( cv::Mat &  image,
cv::Mat &  mask 
)

C Code Run logo with URL, on transparent background.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ green_checkmark_image()

cv::Mat CCR::green_checkmark_image ( cv::Mat &  image,
cv::Mat &  mask 
)

Green checkmark, 100x100, on transparent background.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ red_x_image()

cv::Mat CCR::red_x_image ( cv::Mat &  image,
cv::Mat &  mask 
)

Red 'X', 100x100, on transparent background.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ robro_logo_image()

cv::Mat CCR::robro_logo_image ( cv::Mat &  image,
cv::Mat &  mask 
)

Robro Systems logo with URL, on transparent background.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ split_transparency_mask_from_image()

void CCR::split_transparency_mask_from_image ( cv::Mat &  src,
cv::Mat &  image,
cv::Mat &  mask 
)

Create a mask from the image transparency. Used by green_checkmark_image() and red_x_image().

Here is the caller graph for this function: