Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:tsCameraCalibrationType / tps:ExternalOri
Namespace tps
Annotations
The external orientation parameters
Diagram
Type tps:externalOrientationType
Properties
content complex
Model
tps:X , tps:Y , tps:Z , tps:Omega , tps:Phi , tps:Kappa , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Kappa, tps:Omega, tps:Phi, tps:X, tps:Y, tps:Z
Instance
<tps:ExternalOri xmlns:tps="tps">
  <tps:X>{1,1}</tps:X>
  <tps:Y>{1,1}</tps:Y>
  <tps:Z>{1,1}</tps:Z>
  <tps:Omega>{1,1}</tps:Omega>
  <tps:Phi>{1,1}</tps:Phi>
  <tps:Kappa>{1,1}</tps:Kappa>
</tps:ExternalOri>
Source
<xs:element name="ExternalOri" type="tps:externalOrientationType">
  <xs:annotation>
    <xs:documentation>The external orientation parameters</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tsCameraCalibrationType / tps:CCD1X
Namespace tps
Annotations
The X coordinate of the tele image center, in pixel
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="CCD1X" type="xs:double">
  <xs:annotation>
    <xs:documentation>The X coordinate of the tele image center, in pixel</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tsCameraCalibrationType / tps:CCD1Y
Namespace tps
Annotations
The Y coordinate of the tele image center, in pixel
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="CCD1Y" type="xs:double">
  <xs:annotation>
    <xs:documentation>The Y coordinate of the tele image center, in pixel</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tsCameraCalibrationType / tps:CCD2X
Namespace tps
Annotations
The X coordinate of the wide image center, in pixel
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="CCD2X" type="xs:double">
  <xs:annotation>
    <xs:documentation>The X coordinate of the wide image center, in pixel</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tsCameraCalibrationType / tps:CCD2Y
Namespace tps
Annotations
The Y coordinate of the wide image center, in pixel
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="CCD2Y" type="xs:double">
  <xs:annotation>
    <xs:documentation>The Y coordinate of the wide image center, in pixel</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:tsCameraCalibrationType
Namespace tps
Annotations
A TS camera calibration is a standard camera calibration with additional parameters
Diagram
Type extension of tps:cameraCalibrationType
Type hierarchy
Used by
Model
tps:Name , tps:FocalLength , tps:DistortionModel , tps:DistiortionParam* , tps:FiducialMark* , tps:RadialDistortion* , tps:PrincipalPosition , tps:ResolutionPosition , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps') , tps:ExternalOri , tps:CCD1X , tps:CCD1Y , tps:CCD2X , tps:CCD2Y , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:CCD1X, tps:CCD1Y, tps:CCD2X, tps:CCD2Y, tps:DistiortionParam, tps:DistortionModel, tps:ExternalOri, tps:FiducialMark, tps:FocalLength, tps:Name, tps:PrincipalPosition, tps:RadialDistortion, tps:ResolutionPosition
Source
<xs:complexType name="tsCameraCalibrationType">
  <xs:annotation>
    <xs:documentation>A TS camera calibration is a standard camera calibration with additional parameters</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:cameraCalibrationType">
      <xs:sequence>
        <xs:element name="ExternalOri" type="tps:externalOrientationType">
          <xs:annotation>
            <xs:documentation>The external orientation parameters</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CCD1X" type="xs:double">
          <xs:annotation>
            <xs:documentation>The X coordinate of the tele image center, in pixel</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CCD1Y" type="xs:double">
          <xs:annotation>
            <xs:documentation>The Y coordinate of the tele image center, in pixel</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CCD2X" type="xs:double">
          <xs:annotation>
            <xs:documentation>The X coordinate of the wide image center, in pixel</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CCD2Y" type="xs:double">
          <xs:annotation>
            <xs:documentation>The Y coordinate of the wide image center, in pixel</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>