Foreground Detection Using GMM on Depth Images
2 ビュー (過去 30 日間)
古いコメントを表示
I used vision.ForegroundDetector() to detect foreground on RGB video frames. The input of step() is from the vision.VideoFileReader() which reads .avi video frame. If I want to detect foreground on depth images, how can I provide an input of 20 depth images (.png) instead of an .avi file?
0 件のコメント
回答 (1 件)
Dima Lisin
2016 年 2 月 28 日
The step method of vision.ForegroundDetector takes an image, which can come from anywhere. So you can just read your depth maps from the png files with imread and feed them into the foreground detector.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Computer Vision with Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!