|
Libmpo
Build #33
A WIP library to decode and encode MPO (multiple picture object) files
|
#include <mpo.h>
Data Fields | |
| MPFLong | IndividualNum |
| Number of the Individual Image. More... | |
| boolean | is_specified [MPTag_RollAngle-MPTag_IndividualNum+1] |
Panorama Images attributes | |
| MPFLong | PanOrientation |
| Panorama Scanning Orientation. More... | |
| MPFRational | PanOverlapH |
| Panorama Scanning Orientation. More... | |
| MPFRational | PanOverlapV |
| Panorama Scanning Orientation. More... | |
Multi-View Images attributes | |
Used for Disparity and Multi-Angles Images | |
| MPFLong | BaseViewpointNum |
| MPFSRational | ConvergenceAngle |
| MPFRational | BaselineLength |
| MPFSRational | VerticalDivergence |
Relative distance to the Target Object | |
| MPFSRational | AxisDistanceX |
| Distance to the Vertical axis of the Target Object. | |
| MPFSRational | AxisDistanceY |
| Distance to the Horizontal axis of the Target Object. | |
| MPFSRational | AxisDistanceZ |
| Distance to the Collimation axis of the Target Object. | |
Relative angle to the Target Object | |
See the Section 5.2.4.10 page 26 or the Annex A.11.Multi-Angle Image Examples page 53 | |
| MPFSRational | YawAngle |
| Vertical axis angle. | |
| MPFSRational | PitchAngle |
| Horizontal axis angle. | |
| MPFSRational | RollAngle |
| Collimation axis angle. | |
MP Individual attributes
See the DC-007_E Specification. Section 5.2.4 Table 5, page 19.
| MPFLong IndividualNum |
Number of the Individual Image.
See Section 5.2.4.2 page 20.
| boolean is_specified[MPTag_RollAngle-MPTag_IndividualNum+1] |
Set to true if the value has to be written/was present in the file. Use is_specified[TAG-MPTag_IndividualNum] to get the value
| MPFLong PanOrientation |
Panorama Scanning Orientation.
Gives the direction, sequence and positioning of the images that comprise the final Panorama Image
See Section 5.2.4.3 page 20.
| MPFRational PanOverlapH |
Panorama Scanning Orientation.
Estimated amount of horizontal overlap between two adjacent images, as a percentage.
See Section 5.2.4.4 page 22.
| MPFRational PanOverlapV |
Panorama Scanning Orientation.
Estimated amount of vertical overlap between two adjacent images, as a percentage.
See Section 5.2.4.4 page 22.