Skip to content

Update Optical Flow algorithm name from Gunner to Gunnar as that's the name he published his paper with#21235

Merged
opencv-pushbot merged 1 commit intoopencv:3.4from
jdonszelmann:fix-docs
Dec 11, 2021
Merged

Update Optical Flow algorithm name from Gunner to Gunnar as that's the name he published his paper with#21235
opencv-pushbot merged 1 commit intoopencv:3.4from
jdonszelmann:fix-docs

Conversation

@jdonszelmann
Copy link
Copy Markdown
Contributor

@jdonszelmann jdonszelmann commented Dec 11, 2021

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 other license that is incompatible with OpenCV
  • The PR is proposed to proper branch (as far as I could tell, I'm really sorry if it isnt)
  • There is reference to original bug report and related work N/A
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable N/A
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake N/A

I was reading the original paper and your docs and found a small spelling mistake in the docs. I thought it was nice to give the creator proper credit so changed his name in your docs. The original paper on the Gunnar Färneback algorithm can be found online (here's a link) where he spells his own name as Gunnar, not Gunner. I checked the openCV repositories for uses of his name, and in some places it was spelled right. Where not I changed it.

@jdonszelmann jdonszelmann changed the title Update Optical Flow algorithm name from Gunner to Gunnar as that's the name he published his paper was published under Update Optical Flow algorithm name from Gunner to Gunnar as that's the name he published his paper was under Dec 11, 2021
@jdonszelmann jdonszelmann changed the title Update Optical Flow algorithm name from Gunner to Gunnar as that's the name he published his paper was under Update Optical Flow algorithm name from Gunner to Gunnar as that's the name he published his paper with Dec 11, 2021
Copy link
Copy Markdown
Member

@alalek alalek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contribution!

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)

Note: no needs to re-open PR, apply changes "inplace".

@jdonszelmann jdonszelmann changed the base branch from 4.x to 3.4 December 11, 2021 12:10
@jdonszelmann
Copy link
Copy Markdown
Contributor Author

@alalek should be fixed now 👌

Copy link
Copy Markdown
Member

@alalek alalek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done 👍

@opencv-pushbot opencv-pushbot merged commit 5462710 into opencv:3.4 Dec 11, 2021
@alalek alalek mentioned this pull request Dec 11, 2021
@alalek alalek mentioned this pull request Dec 30, 2021
@alalek alalek mentioned this pull request Feb 22, 2022
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants