필터 지우기
필터 지우기

Specifying object properties to be detected

조회 수: 6 (최근 30일)
Shahrin Islam
Shahrin Islam 2018년 9월 12일
댓글: Image Analyst 2018년 9월 16일
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
Shahrin Islam
Shahrin Islam 2018년 9월 13일
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 2018년 9월 13일
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.

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2018년 9월 12일
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
Image Analyst
Image Analyst 2018년 9월 12일
It's all over the Mathworks's home page right now: https://www.mathworks.com/ You can't miss it.
Shahrin Islam
Shahrin Islam 2018년 9월 12일
thank you so much.. it's so kind of you.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Shahrin Islam
Shahrin Islam 2018년 9월 16일
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.

카테고리

Help CenterFile Exchange에서 C4ISR에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by