Browse Source

Triple return mat

pull/1/head
Tim Zeuner 2 years ago
parent
commit
5bc51820e5
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Input/input.cpp

+ 0
- 3
Input/input.cpp View File

if(!cap.isOpened()) { if(!cap.isOpened()) {
cout << "Fehler"; cout << "Fehler";
return Mat(); return Mat();
return Mat();
return Mat();

} }


cap.read(image); cap.read(image);

Loading…
Cancel
Save