1
Python and Java API / python change control point to check point
« on: April 27, 2020, 05:40:33 PM »
Hello,
I want to be able after an alignment to check if the mean total error is superior to a value and if so to reset the transform and make a new alignment without the markers whose total error is 2 times superior to the mean total error. By without the marker I mean that I want to change the marker from control point to check point.
I've found that I can do chunk.transform.matrix=None to reset transform. I have this topic to help me calculate the marker error : https://www.agisoft.com/forum/index.php?topic=4901.0
But I haven't found anything about changing a marker from control point to check point.
Does anyone know how to do it ?
Thanks
I want to be able after an alignment to check if the mean total error is superior to a value and if so to reset the transform and make a new alignment without the markers whose total error is 2 times superior to the mean total error. By without the marker I mean that I want to change the marker from control point to check point.
I've found that I can do chunk.transform.matrix=None to reset transform. I have this topic to help me calculate the marker error : https://www.agisoft.com/forum/index.php?topic=4901.0
But I haven't found anything about changing a marker from control point to check point.
Does anyone know how to do it ?
Thanks