Forum

Author Topic: Transformation type in fiducials marks  (Read 147842 times)

fabvin

  • Newbie
  • *
  • Posts: 22
    • View Profile
Transformation type in fiducials marks
« on: November 23, 2023, 11:10:00 AM »
Dear all,
I would like to change the transformation type [Affine, Conformal, Projective] before fiducial calibration, but I didn't find the corresponding command in the metashape (2.0.3) python reference guide.
Do you have an idea?
Best regards
Fabrice

bgodfrey

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Transformation type in fiducials marks
« Reply #1 on: March 05, 2026, 01:08:56 AM »
HI Fabrice,

I would like to specify the transformation type as well.  Were you able to locate this? I'm unable to find it in the 2.3.0 python reference guide.

Best,
Bruce

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15676
    • View Profile
Re: Transformation type in fiducials marks
« Reply #2 on: March 30, 2026, 05:41:45 PM »
Hello Bruce,

In 2.3.1 pre-release version you can access transformation type for sensors related to scanned film camera images.

You can access it via sensor.film_transform_type. It accepts one of the following values: [Metashape.Sensor.FilmTransformType.Conformal, Metashape.Sensor.FilmTransformType.Affine, Metashape.Sensor.FilmTransformType.Projective]

https://download.agisoft.com/metashape-pro_2_3_1_x64.msi
https://download.agisoft.com/metashape-pro_2_3_1.dmg
https://download.agisoft.com/metashape-pro_2_3_1_amd64.tar.gz

https://download.agisoft.com/metashape-2.3.1-cp39.cp310.cp311.cp312.cp313-none-win_amd64.whl
https://download.agisoft.com/metashape-2.3.1-cp39.cp310.cp311.cp312.cp313-abi3-macosx_11_0_universal2.macosx_10_13_x86_64.whl
https://download.agisoft.com/metashape-2.3.1-cp39.cp310.cp311.cp312.cp313-abi3-linux_x86_64.whl
Best regards,
Alexey Pasumansky,
Agisoft LLC

bgodfrey

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Transformation type in fiducials marks
« Reply #3 on: April 06, 2026, 08:29:15 PM »
Great. Thank you for that information. Best, Bruce