#include <ImageProcess.h>
Definition at line 45 of file ImageProcess.h.
◆ ImageProcess()
mars::gui::ImageProcess::ImageProcess |
( |
QString |
folder, |
|
|
int |
framerate |
|
) |
| |
◆ ~ImageProcess()
mars::gui::ImageProcess::~ImageProcess |
( |
| ) |
|
◆ addImage()
void mars::gui::ImageProcess::addImage |
( |
myImage |
image | ) |
|
◆ getPercent()
int mars::gui::ImageProcess::getPercent |
( |
void |
| ) |
|
|
inline |
◆ getState()
int mars::gui::ImageProcess::getState |
( |
void |
| ) |
|
|
inline |
◆ run()
void mars::gui::ImageProcess::run |
( |
void |
| ) |
|
|
protected |
◆ file
QString mars::gui::ImageProcess::file |
|
private |
◆ file_count
int mars::gui::ImageProcess::file_count |
|
private |
◆ folder
QString mars::gui::ImageProcess::folder |
|
private |
◆ framerate
int mars::gui::ImageProcess::framerate |
|
private |
◆ height
int mars::gui::ImageProcess::height |
|
private |
◆ imageCount
int mars::gui::ImageProcess::imageCount |
|
private |
◆ imageList
std::vector<myImage> mars::gui::ImageProcess::imageList |
|
private |
◆ listMutex
QMutex mars::gui::ImageProcess::listMutex |
|
private |
◆ percent
int mars::gui::ImageProcess::percent |
|
private |
◆ processing
bool mars::gui::ImageProcess::processing |
|
private |
◆ state
int mars::gui::ImageProcess::state |
|
private |
◆ width
int mars::gui::ImageProcess::width |
|
private |
◆ writer
CvVideoWriter* mars::gui::ImageProcess::writer |
|
private |
The documentation for this class was generated from the following files:
- /Developer/bob-learning-dev/simulation/mars/gui/src/dialogs/CaptureWindow/ImageProcess.h
- /Developer/bob-learning-dev/simulation/mars/gui/src/dialogs/CaptureWindow/ImageProcess.cpp