Effacer les filtres
Effacer les filtres

Methods for object detection during sudden illumination change..

2 vues (au cours des 30 derniers jours)
anshuman
anshuman le 2 Avr 2014
Commenté : Image Analyst le 21 Fév 2017
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??

Réponse acceptée

Image Analyst
Image Analyst le 2 Avr 2014
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.
  3 commentaires
Image Analyst
Image Analyst le 2 Avr 2014
I don't know why it matters if the mean changes suddenly or not suddenly if you just subtract the mean of each frame from itself. But yes, I told you it's primitive and it you want something better you may have to just knuckle down and understand the math in the papers.
Yes the Computer Vision System Toolbox is more "object oriented" style of programming than the Image Processing Toolbox, and that will take some getting used to. I don't have the CVST toolbox. There are demos and examples provided that you can go through. Anand can also be a helpful resource for you.
anshuman
anshuman le 3 Avr 2014
thanx a lot for the quick response :)

Connectez-vous pour commenter.

Plus de réponses (1)

Anand
Anand le 2 Avr 2014
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 commentaires
Adnan Farooq Awan
Adnan Farooq Awan le 21 Fév 2017
illumination change can happen in static images or in videos?
Image Analyst
Image Analyst le 21 Fév 2017
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.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Processing and Computer Vision dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by