Releases: Pix4D/pyopf
Releases · Pix4D/pyopf
1.3.0
1.2.0
Added
- transformation_matrix property to BaseToTranslatedCanonicalCrsTransform
- OPF pointcloud to COLMAP converter
- OPF pointcloud to PLY converter
- OPF pointcloud to LAS converter
- Support for the Pix4D polygonal mesh extension
- Support for the Pix4D input and calibrated ITPs extension
Changed
- Raise a KeyError exception if a required attribute is missing
- Make pyopf.io.load accept paths as strings or os.PathLike objects
- Fixed handling of pathlib.Path in pyopf.io.save
- Move to poetry as package manager
Removed
- OPF projects merging tool
1.1.1
What's Changed
- fix missing dependencies
1.1.0
What's Changed
- added: opf2nerf converter to easily convert OPF projects to the input required by NVIDIA Instant NERFs (https://github.com/NVlabs/instant-ngp)
Support for the Pix4D plane extension - Improve quality of the image undistortion tool, and correctly handles the cases where the distortion coefficient are all zero.
- Renamed BaseItem to CoreItem
1.0.0
Initial release of pyopf