追跡およびセンサー フュージョン
オブジェクトの追跡とマルチセンサー フュージョン、検出およびオブジェクト追跡の鳥瞰図プロット
マルチオブジェクト トラッカーを作成して、レーダーおよびビデオ カメラ センサーからの情報を融合できます。トラッカーは、検出されたオブジェクトの運動の状態を推定できるようにするカルマン フィルターを使用します。検出されたオブジェクトに対して行われたセンサー測定を使用して、そのオブジェクトの位置と速度を継続的に求めます。移動しているオブジェクトを追跡するために、等速または等加速度運動モデルを使用することも、独自のモデルを定義することもできます。
関数
ブロック
| Multi-Object Tracker | Create and manage tracks of multiple objects |
トピック
マルチオブジェクトの追跡
- Multiple Object Tracking Tutorial
Perform automatic detection and motion-based tracking of moving objects in a video by using a multi-object tracker. - Linear Kalman Filters
Estimate and predict object motion using a Linear Kalman filter. - 拡張カルマン フィルター
拡張カルマン フィルターを使用したオブジェクトの運動の推定と予測。 - Convert Detections to objectDetection Format
These examples show how to convert actual detections in the native format of the sensor intoobjectDetectionobjects.
合成データを使用したセンサー フュージョン
- レーダーおよびビジョンの合成データを使用したセンサー フュージョン
シナリオの生成、センサー検出のシミュレート、およびシミュレートする車両のセンサー フュージョンを使用した追跡。 - Simulink で合成レーダーおよびビジョン データを使用したセンサー フュージョン
Automated Driving Toolbox™ を使用して Simulink® で追跡およびセンサー フュージョン用の合成データ シミュレーションを実装します。
コード生成
- Code Generation for Tracking and Sensor Fusion
Generate C code for a MATLAB® function that processes data recorded from a test vehicle and tracks the objects around it. - Generate Code for a Track Fuser with Heterogeneous Source Tracks
Generate code for a track-level fusion algorithm where tracks originate from heterogeneous sources with different state definitions.









