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 | The standard is supported by libmisb according to [https://nsgreg.nga.mil/doc/view?i=5310 NSG Standards Registry MISB 0903.6], which provides the MISB 0903.6 documentation pdf. | ||
The LibMiSB supported tags follow the formats defined in the standard (MISB 0903.6 documentation pdf), as an example: | |||
* '''Tag 6: ''' is defined in section 10.1.6 of the standard: | |||
[[File:MISB 0903 tag 6..png|600px|thumb|center|Tag 6 MISB 0903.6]] | |||
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 20:27, 17 February 2025
LibMISB |
---|
![]() |
Introduction |
Supported Standards |
Getting Started |
Examples |
Evaluating |
Contact Us |
MISB 0903
The standard is supported by libmisb according to NSG Standards Registry MISB 0903.6, which provides the MISB 0903.6 documentation pdf.
The LibMiSB supported tags follow the formats defined in the standard (MISB 0903.6 documentation pdf), as an example:
- Tag 6: is defined in section 10.1.6 of the standard:

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.