フィルターのクリア

How to handle occlusion?

8 ビュー (過去 30 日間)
Himanshu
Himanshu 2014 年 11 月 27 日
編集済み: Himanshu 2014 年 12 月 12 日
Can anyone guide me regarding occlusion handling for tracking as well as in stereovision
  2 件のコメント
Dima Lisin
Dima Lisin 2014 年 11 月 28 日
Can you please be a bit more specific?
Himanshu
Himanshu 2014 年 12 月 8 日
Yes,suppose i want to track a occluded car in a road scene how can i do that with 100% detection rate?

サインインしてコメントする。

回答 (1 件)

Dima Lisin
Dima Lisin 2014 年 12 月 8 日
Hi Himanshu,
First of all, it is very rare in computer vision to see a 100% accuracy rate. Even the best detection or tracking algorithms still make some mistakes.
As far as your situation, more information would help. What algorithm do you use for object detection? What algorithm do you use for tracking? Is your camera stationary? Are there other objects in the scene besides cars?
For example, if your camera is stationary, you can use background subtraction to detect moving objects (e. g. vision.ForegroundDetector). Then you can use vision.KalmanFilter to track those objects using their motion. If the only moving objects in your scene are cars, then you should be able to track a car even if it is partially occluded, and even it is fully occluded for a short time.
  6 件のコメント
Himanshu
Himanshu 2014 年 12 月 12 日
Ok i am working on this. Now I want to ask to handle object-object or car-car occlusion in a road scene , this is the first step i should start with which is image classification?
Himanshu
Himanshu 2014 年 12 月 12 日
編集済み: Himanshu 2014 年 12 月 12 日
Secondly i am using this kind of images in which we have car only e.g simple cars of different companies for training so object classification is necessary

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeRecognition, Object Detection, and Semantic Segmentation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by