Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python で OpenCV を使用して画像処理ループを実行しており、ウィンドウに最新の画像マスクを表示したいと考えていimshowます。そのため、ループが新しいマスクを計算するたびに、imshowウィンドウが更新されます (約 6Hz)。imshowただし、キーボードの割り込みを待たずに制御を返すことはできません。助言がありますか?これに使用するより良いライブラリはありますか?
imshow