peng-lab/BaSiCPy

Implement CV2s version of DCT

Closed this issue · 0 comments

In another implementation of BaSiC, CV2 was used due to it's ease of containerization over scipy on Alpine, even though it appears to be slower.

This is blocked by #15

https://github.com/PolusAI/polus-plugins/blob/6a88a4675fdc6a9e6b1f5d7dcede964ac18745c3/regression/polus-basic-flatfield-correction-plugin/src/basic.py#L68

  • Implement CV2 dct using the DCT base class