It is possible to edit the controlpoints.xml file located in the RealityCapture folder found in your computer to customize the export to your needs.
This information is helpful if you need to export the actual position of all Ground Control Points after the alignment or export calculated positions of Control Points, which can later be used as Ground Control Points.
In this example we have changed the controlpoints.xml file to export the actual coordinates of Ground Control Points and Control Points separated by comma to three decimal places:
<format id="{CE348030-6853-4582-9904-458D3B8C2402}" mask="*.csv" descID="8384" desc="Comma separated, Name, X, Y, Alt" writer="CapturingReality.Export.ControlPoints" specificCoordSystem="1" >
<body>$ExportControlPoints($(name), $(actualX:.3f), $(actualY:.3f), $(actualZ:.3f)
))</body>
</format>
This example is a modified 43rd line of the xml document. You can change any format you want in this manner to get the actual 3D positions in your exports.
Comments
0 comments
Article is closed for comments.