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.
cvNamedWindow に既に表示されている画像を保存する必要があります。問題は、ソース イメージが既に変更されている可能性があるため、ウィンドウから何らかの方法で取得する必要があることです。別の解決策として、現在表示されているフレームを IplImage オブジェクトに保存することもできますが、cvNamedWindow から直接 IplImage を取得する方法を知っている人はいますか? 前もって感謝します。PS。C++ プロジェクトで opencv を使用します。