Skip to content

Better doc for WARP_RELATIVE_MAP#25726

Merged
asmorkalov merged 2 commits intoopencv:4.xfrom
chacha21:remap_relative_doc
Jun 10, 2024
Merged

Better doc for WARP_RELATIVE_MAP#25726
asmorkalov merged 2 commits intoopencv:4.xfrom
chacha21:remap_relative_doc

Conversation

@chacha21
Copy link
Copy Markdown
Contributor

@chacha21 chacha21 commented Jun 7, 2024

Relates to #24603

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

@asmorkalov asmorkalov added the category: documentation Documentation fix or update label Jun 7, 2024
@asmorkalov asmorkalov added this to the 4.11.0 milestone Jun 7, 2024
@asmorkalov asmorkalov self-requested a review June 7, 2024 11:24
@asmorkalov
Copy link
Copy Markdown
Contributor

modules/imgproc/include/opencv2/imgproc.hpp:2491: trailing whitespace.
+\f[\texttt{dst} (x,y) =  \texttt{src} (x+map_x(x,y),y+map_y(x,y))\f] 

Copy link
Copy Markdown
Contributor

@asmorkalov asmorkalov left a comment

Choose a reason for hiding this comment

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

👍

@asmorkalov asmorkalov self-assigned this Jun 10, 2024
@asmorkalov asmorkalov merged commit bdf986e into opencv:4.x Jun 10, 2024
kozinove pushed a commit to itlab-vision/opencv_framebuffer that referenced this pull request Jun 10, 2024
Relates to opencv#24603

### Pull Request Readiness Checklist

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

- [X] I agree to contribute to the project under Apache 2 License.
- [X] 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
- [X] The PR is proposed to the proper branch
- [X] 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
@mshabunin mshabunin mentioned this pull request Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: documentation Documentation fix or update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants