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

return Mat(); return Mat();
//To do:Exception handeling //To do:Exception handeling
} }
resize(image, image, Size(this->videoWidth, this->videoHeight));
return image; return image;
} }



Loading…
Cancel
Save