Effacer les filtres
Effacer les filtres

Specifying object properties to be detected

1 vue (au cours des 30 derniers jours)
Shahrin Islam
Shahrin Islam le 12 Sep 2018
Commenté : Image Analyst le 16 Sep 2018
Hello everyone. I am currently working on a project to count the number of vehicles on a road from video using video processing by blob detection. The code I have can only detect cars. But I need to detect other types of vehicle as well. I want to how to specify a particular object's properties such as a van or truck to be detected in matlab. Please guide me. Thanks in advance. Regards
  13 commentaires
Shahrin Islam
Shahrin Islam le 13 Sep 2018
See i understand what you are saying. I am using it for simple research purpose and only for the road of my country where tge vehicle types are clearly defined. The practical implication is not a case here. I hope you understand.
Walter Roberson
Walter Roberson le 13 Sep 2018
I am not aware of any country where the vehicle types are clearly defined. Especially not countries where rickshaws are common enough to be worth mentioning: in those countries there is typically a lot of personal innovation that blurs the lines badly.

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 12 Sep 2018
You can use other code or relax the discrimination criteria. The usual way is to
  1. detect everything that moves (that's what it sounds like you want), and then to
  2. examine each moving blob to determine which are cars and which are not, then
  3. just keep the cars and throw out everything else.
It sounds like your code does all three steps because you said "The code I have can only detect cars." You need to modify it so that it does not do steps 2 and 3.
  6 commentaires
Image Analyst
Image Analyst le 12 Sep 2018
It's all over the Mathworks's home page right now: https://www.mathworks.com/ You can't miss it.
Shahrin Islam
Shahrin Islam le 12 Sep 2018
thank you so much.. it's so kind of you.

Connectez-vous pour commenter.

Plus de réponses (1)

Shahrin Islam
Shahrin Islam le 16 Sep 2018
image analyst i wanted to show you the video i am working on. But this site doesn't suport uploading a mp4 file. Can you have any other access? Thanks in advance.
  1 commentaire
Image Analyst
Image Analyst le 16 Sep 2018
You can wrap it in a zip file.

Connectez-vous pour commenter.

Catégories

En savoir plus sur C4ISR 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