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.
C++ での画像処理アルゴリズムの実装が完了しました。そのための Python インターフェイスを構築して、他のコード (主に Python で記述された機械学習コード) と簡単に統合したいと考えています。
OpenCV の python インターフェイスはどのように実装されていますか? 真似したい。彼らはSWIGを使用していないと思いますが、何か他のものを使用しています。