Skip to content

Close highgui Windows crashed #20592

@ALittleDruid

Description

@ALittleDruid
System information (version)
  • OpenCV => 4.5.3
  • Operating System / Platform => Windows 10 64 Bit
  • Compiler => Visual Studio 2019
Steps to reproduce

int main()
{
Mat img(720, 1280, CV_8UC3, Scalar(0xff, 0xff, 0xff));
imshow("img", img);
int key = waitKey(0);
cout << "return " << key << endl;
}

图片

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions