Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@AryanNanda17
Copy link
Contributor

@AryanNanda17 AryanNanda17 commented Jan 8, 2024

Resolved issue no #22177

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

@AryanNanda17
Copy link
Contributor Author

Resolved issue no #22177

Copy link
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.

The constants are used not only by remap, but many other functions like warpAfine, warpPerspective, blur, etc. The behaviour should be checked everywhere.

@AryanNanda17
Copy link
Contributor Author

Alright!
I will verify and ensure that these changes don't disrupt the expected behavior in functions beyond just remap().

@AryanNanda17
Copy link
Contributor Author

I checked the behavior and it is not causing any trouble. What should I do next @asmorkalov.

@opencv-alalek opencv-alalek added the category: documentation Documentation fix or update label Jan 10, 2024
@asmorkalov asmorkalov requested review from vpisarev and removed request for asmorkalov January 23, 2024 12:41
@vpisarev
Copy link
Contributor

that's little but nice clarification of how border mode affects behaviour of functions. It can be merged

@asmorkalov asmorkalov added this to the 4.10.0 milestone Jan 26, 2024
@asmorkalov asmorkalov merged commit ae21368 into opencv:4.x Jan 26, 2024
This was referenced Feb 3, 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.

4 participants