Introduce new depth types (by redesigning ElemType register)#12611
Closed
cv3d wants to merge 6 commits intoopencv:masterfrom
Closed
Introduce new depth types (by redesigning ElemType register)#12611cv3d wants to merge 6 commits intoopencv:masterfrom
cv3d wants to merge 6 commits intoopencv:masterfrom
Conversation
3f28eed to
4d2ae62
Compare
ab2a09d to
68fb2e9
Compare
20c32af to
d217d77
Compare
df44d55 to
894a0f0
Compare
b7969f6 to
1f5386e
Compare
efd1d9e to
1e9731f
Compare
1e9731f to
ce424f1
Compare
Closed
Contributor
|
@cv3d, your PR contains the following clause: "By merging this, you agree to properly attribute the contributor wherever you mention this feature!" we are not ready to fulfil this requirement; we do our best to provide proper credits, but we do not promise to do it each time. either please remove it or close this PR. @alalek, please, make sure that no further PRs containing such or similar requirement are merged. |
Contributor
Author
|
I already went through all the effort, and since you really closed this, I removed the notice, so please reopen. However, please check my suggestion for the changelog entries #12310 (comment) |
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.
WARNING: THIS PR WILL BREAK USER CODE IN CASE THEY:
CV_8UC2)CV_32FC2 + 8forCV_32FC3)Merge with opencv/opencv_contrib#1790
resolves #12584
related #12569
This pullrequest changes
Future work:
(cn)==(cn)inCV_MAKETYPEto avoid random input multiple evaluationdepth = rng.uniform(CV_8U, CV_16F+1);with: