polanalyser

Polarization image analysis tool. Demosaicing, Stokes vector, Mueller matrix.

MIT License

Downloads
346
Stars
149
Committers
2
polanalyser - v3.0.0 Latest Release

Published by elerac 5 months ago

Release notes

This release includes new features and improvements of several functions, as well as enhancements to documentation (README, docstrings, examples, and notations).

Important changes

  • Change the definition of cvtStokesToDoCP as degree should not contain negative values.
    • Before: DoCP = s3 / s0
    • After: DoCP = |s3| / s0
  • Change the definition of retarder (and also qwp, hwp) to match the definition of recent papers.
    • Phase delay delta is flipped.

New features

  • Symbolic Stokes-Mueller computation.
  • New visualization functions (DoP/DoLP/DoCP, ToP, CoP are supported).
  • New image grid for Mueller matrix image.
  • New image I/O to handle multiple polarization images efficiently.

Improvements

  • Add optional axis support for cvtStokesTo* series functions.
  • Stokes input support for calcStokes and calcMueller functions.
polanalyser - v2.0.1

Published by elerac almost 2 years ago

Important notice

⚠️ This update includes several destructive changes that may affect existing users. Sorry, but I can't explain all the detail. Please read the docstring and actual code. If you prefer the old version (v1.2.0), you can download it from PyPI.

polanalyser - v2.0.0

Published by elerac almost 2 years ago

Important notice

⚠️ This update includes several destructive changes that may affect existing users. Sorry, but I can't explain all the detail. Please read the docstring and actual code. If you prefer the old version (v1.2.0), you can download it from PyPI.

polanalyser - v1.2.0

Published by elerac almost 2 years ago