LibMISB/Supported Standards/MISB 0903: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
== MISB 0903 == | == MISB 0903 == | ||
The standard is supported by libmisb according to [https://nsgreg.nga.mil/doc/view?i=5310 MISB 0903] | The standard is supported by libmisb according to [https://nsgreg.nga.mil/doc/view?i=5310 MISB 0903]. The implementation of all supported tags follow the standard definition. As an example, Tag 6, defined in section 10.1.6, corresponds to the count of a subset of the target list, for this reason LibMISB expects a uint32 value to correctly represent a target list which by nature must be an integer number. | ||
=== Supported Items === | === Supported Items === |
Revision as of 15:45, 17 February 2025
LibMISB |
---|
![]() |
Introduction |
Supported Standards |
Getting Started |
Examples |
Evaluating |
Contact Us |
MISB 0903
The standard is supported by libmisb according to MISB 0903. The implementation of all supported tags follow the standard definition. As an example, Tag 6, defined in section 10.1.6, corresponds to the count of a subset of the target list, for this reason LibMISB expects a uint32 value to correctly represent a target list which by nature must be an integer number.
Supported Items
Tags supported:
- Tag 4: vmtiLsVersionNumber
- Tag 6: numTargetsReported
- Tag 8: frameWidth
- Tag 9: frameHeight
- Tag 101: vTargetSeries:
- targetId
- Tag 1: targetCentroid
- Tag 2: boundingBoxTopLeft
- Tag 3: boundingBoxBottomRight
- Tag 5: targetConfidenceLevel
- Tag 17: targetLocation
- Tag 107: vObjectSeries
- Tag 103: ontologySeries
Extensions can be added upon request.