Methods for object detection during sudden illumination change..
2 ビュー (過去 30 日間)
表示 古いコメント
I am trying to detect objects from video sequences having sudden illumniation changes.I have studied few papers which try to solve this issue, but the math behind it was quite complicated. Could anyone suggest some good resources for solving this problem??
0 件のコメント
採用された回答
Image Analyst
2014 年 4 月 2 日
Some simple ways might be to just subtract the mean and divide by the standard deviation. Of course those won't be as good as the papers you read because it's a very simple method.
その他の回答 (1 件)
Anand
2014 年 4 月 2 日
Go through the documentation links on this page:
There are examples at the end of each function reference, which you can learn from. Also, the links at the end of the page pointing to Examples and How To are very instructional.
3 件のコメント
Image Analyst
2017 年 2 月 21 日
Yes. There's no guarantee that the illumination will be the same in frames or snapshots taken at different instances in time unless you take special care to control your illumination.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!