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

Skip to content

Conversation

dkurt
Copy link
Member

@dkurt dkurt commented May 17, 2023

Pull Request Readiness Checklist

resolves #22204
related: #9096 (comment)

/cc @Yosshi999

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

@dkurt dkurt added category: imgproc pr: needs test New functionality requires minimal tests set labels May 17, 2023
@asmorkalov asmorkalov added this to the 4.8.0 milestone May 17, 2023
@dkurt dkurt marked this pull request as ready for review May 18, 2023 06:22
@dkurt dkurt removed the pr: needs test New functionality requires minimal tests set label May 18, 2023
@asmorkalov asmorkalov requested a review from vpisarev May 19, 2023 08:46
@asmorkalov asmorkalov merged commit c92135b into opencv:4.x May 19, 2023
@dkurt dkurt deleted the fix_nearest_exact branch May 19, 2023 17:41
@asmorkalov asmorkalov mentioned this pull request May 31, 2023
thewoz pushed a commit to thewoz/opencv that referenced this pull request Jan 4, 2024
Fix even input dimensions for INTER_NEAREST_EXACT opencv#23634

### Pull Request Readiness Checklist

resolves opencv#22204
related: opencv#9096 (comment)

/cc @Yosshi999

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
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
thewoz pushed a commit to thewoz/opencv that referenced this pull request May 29, 2024
Fix even input dimensions for INTER_NEAREST_EXACT opencv#23634

### Pull Request Readiness Checklist

resolves opencv#22204
related: opencv#9096 (comment)

/cc @Yosshi999

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
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

INTER_NEAREST_EXACT not giving expected result wrt PIL and scikit-image

4 participants