-
Notifications
You must be signed in to change notification settings - Fork 39
Вихрев Иван. Lab 2 #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
samples/imgproc_demo.cpp
Outdated
{ | ||
case EVENT_LBUTTONDOWN: | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ivanvikhrev, почистите код от неоправданных пустых строк.
{ | ||
cout << "Could not open or find the image" << std::endl; | ||
return -1; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ivanvikhrev, поплыли отступы.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@valentina-kustikova, попробовал поправить отступы форматированием в VS, ничего не изменилось
samples/template_demo.cpp
Outdated
// imwrite("result.png", edges); | ||
// waitKey(0); | ||
// return 0; | ||
//} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ivanvikhrev, откуда здесь такое взялось? По смыслу это отдельный проект в VS и мешать он не должен.
Поправил main, теперь динамическое выделение области на изображении работает лучше.