Skip to content

v3.0.16

Latest
Compare
Choose a tag to compare
@nicholas12392 nicholas12392 released this 05 Jun 11:09
· 1 commit to main since this release
8a964ae

New Features and Changes

馃煩colors.py

馃煩GRAY2RGB()

This new function converts a grayscale image to instead be colorized with the HEX or RGB color provided. The function has the parameters:
img grayscale image from OpenCV
rgb_col desired RGB color in shape (r, g, b) or hex as '#HEXCODE'

馃煢setup.py

Dependencies have been changed to make the package more easily installable.

馃煡functions.py

馃煡file_select()

Removed FlowCal package dependency. Thus, it is no longer possible to load flow calorimetry data through the function.