Skip to content

Releases: DFKI-NI/syclops

v1.4.0: Feature/fisheye (#18)

06 Jan 15:16
830dc92
Compare
Choose a tag to compare
* Add fisheye cameras

Signed-off-by: Timo Korthals <[email protected]>

* Fix fisheye parameters for cycles

Signed-off-by: Timo Korthals <[email protected]>

* chore: Update camera.schema.yaml with enum for lense_type and $ref for fisheye_fov

* chore: Update camera.py to use "lens" instead of "lense" and fix typo in error message

* Update camera.py to allow for dynamic change of lens parameter during job

* Add fisheye camera configuration and update schema for lens types

* Update camera documentation to include lens types and parameters

* Enhance camera schema: set default lens type to PERSPECTIVE and update required fields for fisheye lens types

* Add fisheye camera output paths to integration test workflow

* Rename `scale_std` to `scale_standard_deviation` in documentation and configuration files for consistency

* Bump version to 1.4.0 in pyproject.toml

* Fix typo in simulated scatter schema: correct `scalscale_standard_deviatione_std` to `scale_standard_deviation`

* Remove unused `res` parameter from perlin operation in test job configuration

* Add structured light output schema and update camera schema references

---------

Signed-off-by: Timo Korthals <[email protected]>
Co-authored-by: Anton Elmiger <[email protected]>

v1.3.10: Bug/various fixes (#22)

06 Jan 12:41
55b5111
Compare
Choose a tag to compare
* refactor: Adjust dicing rate and fix displacement parameter handling

* fix: Increase precision of keypoint location rounding

* refactor: Simplify keypoint handling and improve naming conventions in keypoint_script

* feat: Extend bounding box parsing to include rotation data in viewer_utils

* refactor: Rename 'translation' to 'location' in base_schema.yaml for clarity

* bump: Update version to 1.3.10 in pyproject.toml

v1.3.9

17 Jul 10:34
Compare
Choose a tag to compare
hotfix: Correct naming of releases

v1.2.3: Adjust publication infos (#14)

16 Apr 11:44
d463483
Compare
Choose a tag to compare
* Adjust publication infos

* Update image positioning in README.md

---------

Co-authored-by: Anton Elmiger <[email protected]>

v1.2.2: Feature/pypi deployment workflow (#13)

16 Apr 10:42
687c360
Compare
Choose a tag to compare
* Update GitHub Actions workflow for PyPI deployment

* Update GitHub Actions workflow for PyPI deployment

* Update version to 1.2.2

* Add own Perlin noise generator