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

Skip to content

Conversation

catree
Copy link
Contributor

@catree catree commented Aug 12, 2022

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

Resolve #22242
Replace #22256


Some imgproc functions actually work with CV_32F / CV_64F combination:

  • cv::boxFilter (output depth can be explicitly specified)
  • cv::buildPyramid
  • cv::Scharr (output depth can be explicitly specified)
  • cv::sepFilter2D (output depth can be explicitly specified)
  • cv::Sobel (output depth can be explicitly specified)
  • cv::sqrBoxFilter (output depth can be explicitly specified)

@asmorkalov asmorkalov added the category: documentation Documentation fix or update label Aug 12, 2022
@asmorkalov asmorkalov requested a review from vpisarev August 12, 2022 09:02
@catree catree force-pushed the fix_22242_filter2d_float_double_doc branch from c822a73 to b175769 Compare August 12, 2022 10:52
@catree catree force-pushed the fix_22242_filter2d_float_double_doc branch from b175769 to 3d8614c Compare August 12, 2022 10:53
Copy link
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!

@opencv-pushbot opencv-pushbot merged commit cc8add9 into opencv:3.4 Aug 14, 2022
This was referenced Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Filter2D doesn't support CV_32F/CV_64F(input/output) while documentation says it should

4 participants