Dynamic background in Computer Vision System Toolbox
3 ビュー (過去 30 日間)
古いコメントを表示
Hi, I have a video recorded by unstable camera, so the background is not constant, and I'd like to track several moving objects (people and objects like phone, ipad, book, glass, etc). I know Computer Vision System Toolbox allows to do so with static background, but does it has a solution for dynamic background as well? If not, I'd be glad to receive recommendations for other implemented solution in matlab.
Thanks!
Ella
0 件のコメント
回答 (2 件)
Image Analyst
2014 年 6 月 8 日
If there is some part of the scene that should be stable (say, the sky or a building), then you can measure that in every frame and normalize each frame to that.
Dima Lisin
2014 年 6 月 9 日
2 件のコメント
Dima Lisin
2014 年 6 月 11 日
Hmm... That's strange... The stabilization should take out the camera motion...
Another option is to use vision.PointTracker to track the background, and possibly the objects as well.
参考
カテゴリ
Help Center および File Exchange で Computer Vision Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!