-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Color Space #88
base: master
Are you sure you want to change the base?
Conversation
BGR<->HSV
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Dhanush2612, amazing work.
Please go through the Contributing Guidelines. We are accepting implementations only in a .ipython notebook. Please make the necessary changes.
@geekquad |
@geekquad |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Dhanush2612, amazing work.
I can see there are two files with the name:
- BGR2HSV/BGR2HSV.ipynb
- BGR2HSV/BGR_to_HSV.ipynb
What is its purpose?
Secondly, I would really appreciate it if you can add sample input and output in the notebook itself. It would really help us to know the end result and will be easy to understand for anyone visiting for the first time. Thankyou.
BGR to HSV
@geekquad |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Dhanush2612, amazing work.
Everything looks super good.
Path is wrong. Please add BGR2HSV in ChangeColorSpace folder.
Change Color Space BGR<->HSV using opencv.
Change Color Space BGR<->HSV using opencv.