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.
Emgu CV を使用してバックグラウンド減算を実装するにはどうすればよいですか?
はい、これはかなり可能です。EMGUで提供されている「MotionDetection」の例を見てください。
事実上、前景を削除するコードは、事実上「_forgroundDetector」という名前が付けられています。これは、発生した動きを格納する「_motionHistory」です。
この例には、実行に問題がある場合に必要なものがすべて含まれています。
応援
クリス
参照:_capture.QueryFrame()からの背景の削除
これを確認してください: http ://www.oliveragustin.com/background-subtraction-in-c