ColorDetect
ColorDetect copied to clipboard
Image processing: Detect and identify different color objects in an image/video
In `colordetect/color_detect.py`, line 258, the `sorted` function will raise an error when two values in `hist` are equal because the result of comparing two `np.ndarray` is used as a value.
Write any unit or functional test for a method that needs it.
Create coverage reports for the project. Referenced in discussion #46
- Add src dir - Update readme with tags for test and supported python versions closes #69
Autodeploy to [TestPyPI](https://test.pypi.org/) environment on merge to main