cvui icon indicating copy to clipboard operation
cvui copied to clipboard

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

Open zhaTai opened this issue 5 years ago • 2 comments

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

zhaTai avatar Mar 10 '19 02:03 zhaTai

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

Dovyski avatar Mar 10 '19 02:03 Dovyski

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

chris-shenzhen-china avatar May 09 '19 12:05 chris-shenzhen-china