Skip to content

v0.8.0

Compare
Choose a tag to compare
@michealroberts michealroberts released this 02 Nov 13:19
· 376 commits to main since this release
f63ad7c

What's Changed

  • feat: Added HistogramGray16(img *image.Gray16) to IRIS histogram module. by @michealroberts in #46
  • feat: Added NewMonochrome16Exposure() function for init of Iris Processing Client. by @michealroberts in #47
  • feat: Added (m *Monochrome16Exposure) GetBuffer(img *image.Gray16) to IRIS module. by @michealroberts in #48
  • feat: Added (m *Monochrome16Exposure) GetOtsuThresholdValue() to IRIS monochrome module. by @michealroberts in #49
  • feat: Added (m *Monochrome16Exposure) Preprocess() to IRIS monochrome… by @michealroberts in #50
  • feat: Added (m *Monochrome16Exposure) ApplyNoiseReduction() to IRIS m… by @michealroberts in #51
  • feat: Added (m *Monochrome16Exposure) ApplyOtsuThreshold() to IRIS monochrome module. by @michealroberts in #52
  • fix: Remove m.ADU normalisation in (m *MonochromeExposure) Preprocess(). by @michealroberts in #53

Full Changelog: v0.7.0...v0.8.0