Fix error in documentation for RGB->HSV convertion#19419
Conversation
|
@Liangda-w Please pay attention that you modifies RGB ↔ HLS documentation. It's ok, but the ticket says about RGB ↔ HSV. Please add the same to previous section too. Documentation preview for your PR: http://pullrequest.opencv.org/buildbot/export/pr/19419/docs/de/d25/imgproc_color_conversions.html |
|
I can confirm that if R=G=B then H=S=0. @Liangda-w, please, update both RGB <=> HSV and RGB <=> HSL documentation, as @asmorkalov suggested, then your patch will be merged. |
|
Thanks for pointing it out! :) @asmorkalov @vpisarev |
|
Rendered documentation page: https://pullrequest.opencv.org/buildbot/export/pr/19419/docs/de/d25/imgproc_color_conversions.html |
asmorkalov
left a comment
There was a problem hiding this comment.
Well Done! 👍
Please squash commits to have clear Git history in core repository after merge.
Pull Request Readiness Checklist
Resolves #19406
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.