|
|
void | new_bounding_box (const QRect &rect) |
| |
|
|
| VideoWidget (QWidget *parent=nullptr) |
| |
|
void | set_video_sink (QVideoSink *sink) |
| |
|
void | update_tracking_boxes (const std::vector< cvtrack::TrackedObject > &objects) |
| |
|
|
void | mousePressEvent (QMouseEvent *event) override |
| |
|
void | mouseMoveEvent (QMouseEvent *event) override |
| |
|
void | mouseReleaseEvent (QMouseEvent *event) override |
| |
|
void | paintEvent (QPaintEvent *event) override |
| |
|
|
void | on_video_frame (const QVideoFrame &frame) |
| |
|
|
QPoint | start_point_ |
| |
|
QPoint | end_point_ |
| |
|
bool | drawing_ |
| |
|
QRect | current_selection_ |
| |
|
QVideoSink * | video_sink_ |
| |
|
QImage | current_frame_ |
| |
|
std::vector< cvtrack::TrackedObject > | tracked_objects_ |
| |
The documentation for this class was generated from the following files:
- src/examples/qt6_tracker/main_window.h
- src/examples/qt6_tracker/main_window.cpp