编写opencv,为什么我在VS里把waitKey()写在bool()函数里,不暂停

2025-12-18 03:19:03
推荐回答(1个)
回答1:

调用完函数load()或addimage()之后窗口就会被释放掉吧,所以你是不是应该在这两个函数里面写waitkey()?