Skip to content
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

fix for error when using opencv3 #1357

Closed
wants to merge 6 commits into from
Closed

fix for error when using opencv3 #1357

wants to merge 6 commits into from

Conversation

iKrishneel
Copy link
Contributor

PR related to #1354

}
if(!image_.empty()) {
cv::imshow(window_name_.c_str(), image_);
cv::imshow(window_name_.c_str(), image_);
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer to separate commit into changing style or changing logic. so please back to original indent. Sorry for trouble you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants