マルチオブジェクト トラッカー
さまざまなセンサーからの情報を融合するマルチオブジェクト トラッカーを作成できます。追跡されるオブジェクトに関する単一の仮説を維持するには、trackerGNN
を使用します。追跡されるオブジェクトに関する複数の仮説を維持するには、trackerTOMHT
を使用します。追跡されるオブジェクトに複数の可能性のある検出を割り当てるには、trackerJPDA
を使用します。確率仮説密度 (PHD) 関数を使用して追跡されるオブジェクトを表すには、trackerPHD
を使用します。グリッドベースの占有証拠アプローチを使用してオブジェクトを追跡するには、trackerGridRFS
を使用します。追跡センサーまたはトラッカーによって生成されたトラックを融合し、分散型追跡システムを作成するには、trackFuser
を使用します。
関数
ブロック
トピック
- Introduction to Multiple Target Tracking
Introduction to assignment-based multiple target trackers.
- Introduction to Assignment Methods in Tracking Systems
Introduce 2-D and S-D assignment problems in tracking systems.
- トラック間フュージョンの概要
トラック フューザーを使用したトラック間フュージョン アーキテクチャ。
- Multiple Extended Object Tracking
Introduction to methods and examples of multiple extended object tracking in the toolbox.
- Convert Detections to objectDetection Format
These examples show how to convert actual detections in the native format of the sensor into
objectDetection
objects.objectDetection
is the standard input format for most tracking filters and trackers in the toolbox. The six examples progressively show how to set upobjectDetection
with varied tracking scenarios. - Introduction to Using the Global Nearest Neighbor Tracker
This example shows how to configure and use the global nearest neighbor (GNN) tracker.
- Introduction to Track Logic
This example shows how to define and use confirmation and deletion logic that are based on history or score. It introduces the
trackHistoryLogic
andtrackScoreLogic
objects and shows how to use them as stand-alone objects and how to use them as part of thetrackerGNN
. - Introduction to PHD Filter
This example introduces the principles behind the probability hypothesis density (PHD) filter and how it can be used to estimate the number and states of multiple objects in a scene. The PHD filter is a type of filter derived using a random finite set (RFS) framework for object tracking. (R2023b 以降)
- Generate Code with Strict Single-Precision and Non-Dynamic Memory Allocation
Introduce functions, objects, and blocks that support strict single-precision and non-dynamic memory allocation code generation in Sensor Fusion and Tracking Toolbox™.