Skip to content

Releases: observerly/iris

v0.2.0

06 Oct 16:34
0f33187
Compare
Choose a tag to compare

What's Changed

  • feat: Added NewRGGBExposure() function for init of Iris Processing Client. by @michealroberts in #7
  • feat: Added (b *RGGBExposure) GetBayerMatrixOffset to the IRIS rggb module. by @michealroberts in #8
  • feat: Added BiLinearConvolveRedChannel(). by @michealroberts in #9
  • feat: Added BiLinearConvolveGreenChannel(). by @michealroberts in #10
  • feat: Added BiLinearConvolveBlueChannel(). by @michealroberts in #11
  • feat: Added (b *RGGBExposure) DebayerBilinearInterpolation(xOffset int, yOffset int) to the IRIS rggb module. by @michealroberts in #12
  • feat: Added (b *RGGBExposure) Preprocess() to the IRIS rggb module. by @michealroberts in #13

Full Changelog: v0.1.0...v0.2.0