Skip to content
Snippets Groups Projects
Commit ee241fb9 authored by Andrews Sobral's avatar Andrews Sobral
Browse files

Added image resize to demo.cpp

parent fa7cebc4
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ int main(int argc, char **argv)
if (img_input.empty()) break;
cv::resize(img_input, img_input, cv::Size(380, 240), 0, 0, CV_INTER_LINEAR);
cv::imshow("input", img_input);
cv::Mat img_mask;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment