We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7fc7c commit b7fd126Copy full SHA for b7fd126
demos/gesture_recognition_demo/cpp_gapi/include/stream_source.hpp
@@ -38,7 +38,7 @@ class BatchProducer {
38
}
39
40
void fillBatch(const cv::Mat& frame, std::chrono::steady_clock::time_point time) {
41
- if (*drop_batch > 0) {
+ if (*drop_batch) {
42
DropBatchInfo();
43
44
/** Place of new frame in batch **/
demos/gesture_recognition_demo/cpp_gapi/include/visualizer.hpp
@@ -38,7 +38,6 @@ class Visualizer {
const size_t current_id);
public:
Visualizer(const bool no_show,
- const std::string& main_window_name,
const std::string& storage_window_name,
const std::vector<std::string>& labels,
const std::string& storage_path) :
0 commit comments