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

void cvui::window(cv::Mat& theWhere, int theX, int theY, int theWidth, int theHeight, const cv::String& theTitle) #71

Open
zhaTai opened this issue Mar 10, 2019 · 2 comments
Labels
bug c++ Issues related to the C++ version of cvui

Comments

@zhaTai
Copy link

zhaTai commented Mar 10, 2019

cvui.h line 2108

cv::rectangle(aOverlay, theContent, cv::Scalar(0x31, 0x31, 0x31), 1);

OpenCV(3.4.4) Error: Assertion failed (res != 0) in cv::Mat::elemSize

delete this line and program is ok

@Dovyski
Copy link
Owner

Dovyski commented Mar 10, 2019

Thank you for your bug report! I'll check that error.

@Dovyski Dovyski added bug c++ Issues related to the C++ version of cvui labels Mar 10, 2019
@chris-shenzhen-china
Copy link

I donwload the new version of cvui,but "cv::rectangle(aOverlay, theContent, cv::Scalar(0x31, 0x31, 0x31), 1); "still in cvui:window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug c++ Issues related to the C++ version of cvui
Projects
None yet
Development

No branches or pull requests

3 participants