dazzafact / image_color_correction

Color Correction, with Color Cards using CV2 Aruco
MIT License
48 stars 20 forks source link

Updated for Python 3.11, type annotations, refactoring #4

Closed jackjansen closed 8 months ago

jackjansen commented 9 months ago

I'm not sure if you're interested in my changes (I can imagine that you're not, and I won't be sad if you won't pick them up:-), but I thought I'd share them with you anyway. It's become a bit more than I initially envisioned...

The next thing I'm going to do is probably another step of refactoring, to turn the whole thing into a class so that you can use distinct steps of (1) creating the colormaps and (2) mapping the images. This should allow reuse of a single colormap for multiple images. But that's for later.

jackjansen commented 8 months ago

Replaced by #5 (where the only difference is I'm using a different source branch).