Triple return mat
This commit is contained in:
parent
d53805c6fc
commit
5bc51820e5
@ -36,9 +36,6 @@ Mat Input::readWebcam()
|
||||
if(!cap.isOpened()) {
|
||||
cout << "Fehler";
|
||||
return Mat();
|
||||
return Mat();
|
||||
return Mat();
|
||||
|
||||
}
|
||||
|
||||
cap.read(image);
|
||||
|
Loading…
x
Reference in New Issue
Block a user