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.
私は現在vision.ForegroundDetector、モーション検出に使用しています。前景画像を返します。学習した背景画像も取得する方法はありますか?
vision.ForegroundDetector
vision.ForegroundDetector は実際には背景画像を学習しません。各ピクセルの強度または色の確率分布を学習します。理論的には、これらの各分布の平均値または最頻値を取得して画像に入れることができますが、vision.ForegroundDetector はこの機能を提供しません。