Browse Source

Triple return mat

pull/1/head
Tim Zeuner 1 year 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

@@ -36,9 +36,6 @@ Mat Input::readWebcam()
if(!cap.isOpened()) {
cout << "Fehler";
return Mat();
return Mat();
return Mat();

}

cap.read(image);

Loading…
Cancel
Save