This website works better with JavaScript.
Home
Explore
Help
Sign In
yasarba71520
/
Line-Following-Robot
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
scale image when reading from file
pull/1/head
Tim Zeuner
2 years ago
parent
7937c78326
commit
9dfc3dc883
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
Input/input.cpp
+ 1
- 1
Input/input.cpp
View File
@@ -30,7 +30,7 @@ Mat Input::readFile(String filePath)
return Mat();
//To do:Exception handeling
}
resize(image, image, Size(this->videoWidth, this->videoHeight));
return image;
}
Write
Preview
Loading…
Cancel
Save