Skip to content

Commit 75f42f2

Browse files
Port G-API demos to API2.0 - background_subtraction_demo/cpp_gapi - review
1 parent ce033c9 commit 75f42f2

File tree

1 file changed

+0
-2
lines changed
  • demos/background_subtraction_demo/cpp_gapi

1 file changed

+0
-2
lines changed

demos/background_subtraction_demo/cpp_gapi/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ int main(int argc, char* argv[]) {
241241
} else {
242242
presenter.handleKey(key);
243243
}
244-
} else {
245-
cv::imwrite("./background-substr-out.jpg", output);
246244
}
247245
}
248246
slog::info << "Metrics report:" << slog::endl;

0 commit comments

Comments
 (0)