issue:23147 Update resources link#23159
Closed
kachhadiyaraj15 wants to merge 3480 commits intoopencv:3.4from
kachhadiyaraj15:4.x
Closed
issue:23147 Update resources link#23159kachhadiyaraj15 wants to merge 3480 commits intoopencv:3.4from kachhadiyaraj15:4.x
kachhadiyaraj15 wants to merge 3480 commits intoopencv:3.4from
kachhadiyaraj15:4.x
Conversation
DNN: support GreaterOrEqual and LessOrEqual op in ONNX
Opencv.js: on imread add willReadFrequently to getContext
…quantize DNN: add enableWinograd API for Net
Support use memory buffer to read multi-page image
Workflow Ubuntu 20.04 x64 with CUDA support (4.x)
DNN: Make Unsqueeze layer support negative axes
Parsing quantized nodes does not rely on names
cosmetic changes
DNN: supports Scatter and ScatterND from ONNX
Setting CAP_PROP_AUTO_EXPOSURE on VideoCapture with backend DSHOW does not change anything. Now with this implementation the property can be used with value 1 for availability.
Trigger on "category: dnn (onnx)" label
Address CUDA-related errors
fix typo: stetDictionary to setDictionary
CUDA: add Ada Lovelace and Hopper CC
add GraphCutSeamFinder to stitching_detailed.py
Use reinterpret instead of c-style casting for GCC Co-authored-by: Xu Zhang <xu.zhang@hexintek.com> Co-authored-by: Maksim Shabunin <maksim.shabunin@gmail.com>
* fix openmp include and link issue on macos * turn off have_openmp if OpenMP_CXX_INCLUDE_DIRS is empty * test commit * use condition HAVE_OPENMP and OpenMP_CXX_LIBRARIES for linking * remove trailing whitespace * remove notes * update conditions * use OpenMP_CXX_LIBRARIES for linking
Add `estimateSE2(...)`, `estimateSE3(...)`, `estimateSIM2(...)`, `estimateSIM3(...)` for estimating an geometric transformation with rotation and translation (with scaling for SIM) using USAC: as alternative for `estimateAffinePartial2D` and `estimateAffine3D`. Modified test module. Remove unused variables. Remove initializer of unused variable. Add interfaces to accept UsacParams() and corresponding test codes. Revise test code. PartialNd removed Umeyama rewritten for code quality & speed comments & minors rise number of points fix, and +30% faster! only one number should be that big remove USAC code, leave fix only big number
USAC fix: GraphCut fails to allocate big dense matrices
issue:23147 Update links of resources in documentation (Update: py_intro.markdown)
Member
|
Thank you for conribution! This patch should go into 3.4 branch first. Please:
|
Contributor
|
@kachhadiyaraj15 You are trying to merge branch 4.x to 3.4 and it generates a lot of commits in the PR. Please close the PR and create new one with new branch forked from 3.4, but not 4.x. |
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.
Pull Request Readiness Checklist
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.