Am5os
 All Classes Functions Pages
Public Member Functions | List of all members
ImageView Class Reference

Public Member Functions

void ShowImage (Image *image)
 
void ShowImage (Image *image, int sleep_time)
 
void ShowImageAndDetections (Image *image, std::vector< Element > people_detections, std::vector< Element > vehicle_detections)
 

Member Function Documentation

void ImageView::ShowImage ( Image image)

Shows the image with help of OpenCV.

Parameters
imageThe image object that will be shown

Here is the caller graph for this function:

void ImageView::ShowImage ( Image image,
int  sleep_time 
)

Shows the image with help of OpenCV a given time

Parameters
imageThe image object that will be shown
sleep_timein ms. the view sleeps for this miliseconds and waits for any key to be pressed. 0 is for waiting infinitely

Here is the call graph for this function:

void ImageView::ShowImageAndDetections ( Image image,
std::vector< Element people_detections,
std::vector< Element vehicle_detections 
)

Shows the image with help of OpenCV and the detections in this image.

Parameters
imageThe image object that will be shown
people_detectionsThe vector with detected people elements in this image
vehicle_detectionsThe vector with detected vehicle elements in this image

Here is the call graph for this function:


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