- Notifications
You must be signed in to change notification settings - Fork5.9k
added getColorCharts()#3645
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
3c74b02 toc0aa450Compare| * and find by this the coordinates of the central parts of the charts modules. | ||
| * It is used in `cv::mcc::CCheckerDraw::draw()` and in `ChartsRGB` calculation. | ||
| */ | ||
| CV_WRAPvirtual std::vector<Point2f>getComputedCharts() = 0; |
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.
M.b.getColorCharts() is more relevant.
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.
MbgetComputedColorCharts()?
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.
I propose to name itgetColorCharts withoutcomputed. The function behaviour may change.
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.
fixed
asmorkalov commentedMar 1, 2024
Could you add the new method to test(s) and at least one of the samples. |
AleksandrPanov commentedMar 3, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Method But now I'm adding a stronger test. |
c0aa450 to7f445c2Compare7f445c2 to45f560bCompareAleksandrPanov commentedMar 22, 2024
|
asmorkalov left a comment
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.
👍
Uh oh!
There was an error while loading.Please reload this page.
merge this PR after#3647
Computes and returns the coordinates of the central parts of the charts modules.
Pull Request Readiness Checklist
See details athttps://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.