Sync opencv-color-spaces with the updated tutorial - #863
Open
realpython-bot wants to merge 1 commit into
Open
realpython-bot wants to merge 1 commit into
realpython-bot wants to merge 1 commit into
Conversation
…ation Using Color Spaces in OpenCV + Python
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintenance sync for the tutorial Image Segmentation Using Color Spaces in OpenCV + Python.
What changed
finding-nemo.py: printflags[84]instead offlags[40]. On OpenCV 5.0 there are 374COLOR_flags, andCOLOR_BGR2RGBnow sits at index 84 (index 40 isCOLOR_BAYER_GR2GRAY). This matches the updated article.requirements.txtwith the same pins as the article's updated dependencies:opencv-python==5.0.0.93,numpy==2.5.3,matplotlib==3.11.2.Article draft: https://realpython.com/pbjt/blog/post/2423/change/
Maintenance card: https://trello.com/c/hFARsVkR
Verification
requirements.txt, then ranMPLBACKEND=Agg python finding-nemo.pyagainst the bundled images: exits 0 and prints374 flags total:/COLOR_BGR2RGB.ruff@0.14.1 format --checkandruff@0.14.1 checkpass on the folder.🤖 Generated with Claude Code