Specifying object properties to be detected

5 Ansichten (letzte 30 Tage)
Shahrin Islam
Shahrin Islam am 12 Sep. 2018
Kommentiert: Image Analyst am 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 Kommentare
Shahrin Islam
Shahrin Islam am 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 am 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.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 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 Kommentare
Image Analyst
Image Analyst am 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 am 12 Sep. 2018
thank you so much.. it's so kind of you.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Shahrin Islam
Shahrin Islam am 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.

Kategorien

Mehr zu C4ISR finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by