Skip to content

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#23159
kachhadiyaraj15 wants to merge 3480 commits intoopencv:3.4from
kachhadiyaraj15:4.x

Conversation

@kachhadiyaraj15
Copy link
Copy Markdown
Contributor

@kachhadiyaraj15 kachhadiyaraj15 commented Jan 20, 2023

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

zihaomu and others added 30 commits October 9, 2022 09:33
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
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
alalek and others added 25 commits December 28, 2022 15:23
fix typo: stetDictionary to setDictionary
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)
@alalek alalek mentioned this pull request Jan 21, 2023
6 tasks
@alalek
Copy link
Copy Markdown
Member

alalek commented Jan 21, 2023

Thank you for conribution!

This patch should go into 3.4 branch first.
We will merge changes from 3.4 into 4.x regularly (weekly/bi-weekly).

Please:

  • change "base" branch of this PR: 4.x => 3.4 (use "Edit" button near PR title)
  • rebase your commits from 4.x onto 3.4 branch. For example:
    git rebase -i --onto upstream/3.4 upstream/4.x
    (check list of your commits, save and quit (Esc + "wq" + Enter)
    where upstream is configured by following this GitHub guide and fetched (git fetch upstream).
  • push rebased commits into source branch of your fork (with --force option)

@kachhadiyaraj15 kachhadiyaraj15 changed the base branch from 4.x to 3.4 January 27, 2023 04:17
@asmorkalov
Copy link
Copy Markdown
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.

@asmorkalov asmorkalov closed this Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug category: documentation Documentation fix or update pr: needs rebase Rebase patch (and squash fixup commits) on the top of target branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python Link is broken