Changes

SYSCLS ARMARKER GEO

2,191 bytes added, 10:04, 19 September 2017
Created page with "{{ClassificationInfoBox | title = AR-Marker Geo Classification | name = {{PAGENAMEE}} | inheritance = [[SYSCLS_ARMARKER|AR-Marker Classification]] | namespace = System.Classif..."
{{ClassificationInfoBox
| title = AR-Marker Geo Classification
| name = {{PAGENAMEE}}
| inheritance = [[SYSCLS_ARMARKER|AR-Marker Classification]]
| namespace = System.Classification.ARMARKER
| purpose = Classify objects for absolute device pose calculation.
| version = -
| id = {74abfb6a-2345-4c1a-b0db-8337725f3bd2}
}}

Detected AR-Markers in the [[POI_View|POI View]] having this Classification will be used to calculate the device position and orientation (see AR-Marker Device Pose Estimation).

[[File:ArucoMarkerCoordinateSystem.PNG|300 px|left|thumb|alt=AR-Marker Coordinate System|AR-Marker Coordinate System]]
[[File:WorldCoordinateSystem.png|400 px|center|thumb|alt=World and Local Coordinate System|World and Local Coordinate System]]

The GEO property defines the position of the AR-Marker within the WGS-84 world coordinate system. The rotation properties define the AR-Marker orientation in relation to the shown local coordinate system. Per default (and if all rotation properties are 0) the AR-Marker´s and local coordinate system´s axis are aligned. Rotations are applied in following order: z-y'-x''. That means for example, that the y-rotation is applied after the rotation around the z-axis was performed.

== MetaProperties ==
{| class="wikitable" width=50%
|-
! width=30% | Name !! width=20% | Data type !! Comment
|-
| GEO|| {{GeoData}} || The location of the AR-Marker in WGS-84 coordinates (Longitude, Latitude). The altitude is defined as the elevation from ground in meters.
|-
| ARMARKERROLL|| {{Double}} || Rotation of the marker in relation to the local coordinate system´s z-axis
Valid values: 0°…360° (clockwise)
|-
| ARMARKERYAW|| {{Double}} || Rotation of the marker in relation to the coordinate system´s y-axis
Valid values: 0°…360° (clockwise)
|-
| ARMARKERPITCH|| {{Double}} || Rotation of the marker in relation to the coordinate system´s x-axis
Valid values: 0°…360° (clockwise)
|}

== See also ==
* [[SYSCLS_ARMARKER|AR-Marker Classification]]
* [[SYSCLS_ARMARKER_SCANQUERY|AR-Marker Scan Query Classification]]
* [[SYSCLS_ARMARKER_DIRECTAR|AR-Marker Direct AR Classification]]

[[Category:Classifications|SYSCLS ARMARKER GEO]]
335
edits