Esempio n. 1
0
 /// <summary>
 /// Initialize the non serialized properties from the serialized properties.
 /// </summary>
 public void UpdateNonSerializedProperties()
 {
   RotationVector = new Cv.Vec3d(RotationVectorValues[0], RotationVectorValues[1], RotationVectorValues[2]);
   TranslationVector = new Cv.Vec3d(TranslationVectorValues[0], TranslationVectorValues[1], TranslationVectorValues[2]);
   RotationMatrices = CameraParameters.CreateProperty(RotationMatricesType, RotationMatricesValues);
   NewCameraMatrices = CameraParameters.CreateProperty(NewCameraMatricesType, NewCameraMatricesValues);
 }