Browse Source

scale image when reading from file

pull/1/head
Tim Zeuner 1 year ago
parent
commit
9dfc3dc883
1 changed files with 1 additions and 1 deletions
  1. 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;
}


Loading…
Cancel
Save