Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:cameraCalibrationType / tps:Name
Namespace tps
Annotations
The name of the calibration
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the calibration</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:cameraCalibrationType / tps:FocalLength
Namespace tps
Annotations
The focal length of the camera
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="FocalLength" type="xs:double">
  <xs:annotation>
    <xs:documentation>The focal length of the camera</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:cameraCalibrationType / tps:DistortionModel
Namespace tps
Annotations
The distorsion model
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="DistortionModel" type="xs:integer">
  <xs:annotation>
    <xs:documentation>The distorsion model</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:cameraCalibrationType / tps:DistiortionParam
Namespace tps
Annotations
A sequence of distortion params
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element maxOccurs="unbounded" name="DistiortionParam" type="xs:double" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A sequence of distortion params</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:cameraCalibrationType / tps:FiducialMark
Namespace tps
Annotations
A sequence of fiducial marks, represented as 2D positions
Diagram
Type tps:namedPosition2DType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
tps:XY , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps') , tps:Name , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Name, tps:XY
Instance
<tps:FiducialMark xmlns:tps="tps">
  <tps:XY>{1,1}</tps:XY>
  <tps:Name>{1,1}</tps:Name>
</tps:FiducialMark>
Source
<xs:element maxOccurs="unbounded" name="FiducialMark" type="tps:namedPosition2DType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A sequence of fiducial marks, represented as 2D positions</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:cameraCalibrationType / tps:RadialDistortion
Namespace tps
Annotations
A sequence of radial distortions, represented as 2D positions
Diagram
Type tps:position2DType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
tps:XY , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:XY
Instance
<tps:RadialDistortion xmlns:tps="tps">
  <tps:XY>{1,1}</tps:XY>
</tps:RadialDistortion>
Source
<xs:element maxOccurs="unbounded" name="RadialDistortion" type="tps:position2DType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A sequence of radial distortions, represented as 2D positions</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:cameraCalibrationType / tps:PrincipalPosition
Namespace tps
Annotations
Represents the principal position
Diagram
Type tps:position2DType
Properties
content complex
Model
tps:XY , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:XY
Instance
<tps:PrincipalPosition xmlns:tps="tps">
  <tps:XY>{1,1}</tps:XY>
</tps:PrincipalPosition>
Source
<xs:element name="PrincipalPosition" type="tps:position2DType">
  <xs:annotation>
    <xs:documentation>Represents the principal position</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:cameraCalibrationType / tps:ResolutionPosition
Namespace tps
Annotations
Represents the resolution position
Diagram
Type tps:position2DType
Properties
content complex
Model
tps:XY , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:XY
Instance
<tps:ResolutionPosition xmlns:tps="tps">
  <tps:XY>{1,1}</tps:XY>
</tps:ResolutionPosition>
Source
<xs:element name="ResolutionPosition" type="tps:position2DType">
  <xs:annotation>
    <xs:documentation>Represents the resolution position</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:cameraCalibrationType
Namespace tps
Annotations
A calibration of a camera is defined by its parameters
Diagram
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')
Children tps:DistiortionParam, tps:DistortionModel, tps:FiducialMark, tps:FocalLength, tps:Name, tps:PrincipalPosition, tps:RadialDistortion, tps:ResolutionPosition
Source
<xs:complexType name="cameraCalibrationType">
  <xs:annotation>
    <xs:documentation>A calibration of a camera is defined by its parameters</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the calibration</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FocalLength" type="xs:double">
      <xs:annotation>
        <xs:documentation>The focal length of the camera</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DistortionModel" type="xs:integer">
      <xs:annotation>
        <xs:documentation>The distorsion model</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" name="DistiortionParam" type="xs:double" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A sequence of distortion params</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" name="FiducialMark" type="tps:namedPosition2DType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A sequence of fiducial marks, represented as 2D positions</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" name="RadialDistortion" type="tps:position2DType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A sequence of radial distortions, represented as 2D positions</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PrincipalPosition" type="tps:position2DType">
      <xs:annotation>
        <xs:documentation>Represents the principal position</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResolutionPosition" type="tps:position2DType">
      <xs:annotation>
        <xs:documentation>Represents the resolution position</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>