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.
私は OpenCV の Python バインディングを使用していますが、これは非常に優れています。ただし、C++ バージョンには、Python バインディング、BackgroundSubstractorMOG2、および多くの機能検出アルゴリズムなどから欠落している関数があります。それらを Python から呼び出す最も簡単な方法は何でしょうか?
SimpleCVを見てください。これは Python ベースで、ゆがんだ OpenCV です。そこに何かを見つけられるかもしれません。