colour-checker-detection icon indicating copy to clipboard operation
colour-checker-detection copied to clipboard

Colour checker detection with Python

Results 8 colour-checker-detection issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.4.1) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](https://github.com/PyCQA/isort/compare/5.13.2...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.11.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.14...v0.11.13) - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.19.1](https://github.com/adamchainz/blacken-docs/compare/1.16.0...1.19.1) - [github.com/pre-commit/mirrors-prettier: v3.1.0 →...

Hey, I've been tinkering around the problem of being able to detect the color-checker when its shot was taken, so that the approximate rectangle of the checker is distorted. I...

Feature

### Description In segementation.py when filtering for squares/swatches contours the original code reads: ``` # Filtering squares/swatches contours. swatches = [] for contour in contours: curve = cv2.approxPolyDP( contour, 0.01...

Feature

### Description I noticed that in segmentation.py/detect_colour_checkers_segmentation the samples is a passed in parameter. Would it be more natural if we instead pass in the ratio of samples/colorchecker to adapt...

Feature

### Description I am trying to run the `examples_detection_segmentation.ipynb` notebook. First, for some reason, the example images were not downloaded, and the directory to which `ROOT_RESOURCES_EXAMPLES` refers is empty. I...

Defect

### Question Hi, I can not import (colour_checkers_coordinates_segmentation) from colour_checker_detection. Do you know the reason? ``` from colour_checker_detection import (colour_checkers_coordinates_segmentation) Traceback (most recent call last): Cell In[21], line 1 from...

Discussion

# Summary This pull request implements the issue #60 . This adds functionality for colour to detect checkers photographed at various distances and even if they are not facing the...

### Description I have a spydercheckr48. It's a 24 + additional colors. Do I have to retrain the model? Any information on how to do this? If I can get...

Feature