ColorDetect icon indicating copy to clipboard operation
ColorDetect copied to clipboard

Image processing: Detect and identify different color objects in an image/video

Results 8 ColorDetect issues
Sort by recently updated
recently updated
newest added

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.

bug
hacktoberfest

Write any unit or functional test for a method that needs it.

good first issue
hacktoberfest

Create coverage reports for the project. Referenced in discussion #46

enhancement

- Add src dir - Update readme with tags for test and supported python versions closes #69

enhancement

Autodeploy to [TestPyPI](https://test.pypi.org/) environment on merge to main

enhancement

Use `pyproject.toml` as part of project packaging

enhancement

CircleCI is unable to clone and run project tests

bug