Skip to content

core: doc: add note for countNonZero, hasNonZero and findNonZero#25356

Merged
asmorkalov merged 2 commits intoopencv:4.xfrom
Kumataro:fix25345
Apr 8, 2024
Merged

core: doc: add note for countNonZero, hasNonZero and findNonZero#25356
asmorkalov merged 2 commits intoopencv:4.xfrom
Kumataro:fix25345

Conversation

@Kumataro
Copy link
Copy Markdown
Contributor

@Kumataro Kumataro commented Apr 7, 2024

Close #25345

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

@opencv-alalek opencv-alalek added the category: documentation Documentation fix or update label Apr 8, 2024
@opencv-alalek opencv-alalek added this to the 4.10.0 milestone Apr 8, 2024
@opencv-alalek
Copy link
Copy Markdown
Contributor

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 Apr 8, 2024
@asmorkalov asmorkalov merged commit 8ed52cb into opencv:4.x Apr 8, 2024
@asmorkalov asmorkalov mentioned this pull request Apr 10, 2024
susumu-iino pushed a commit to susumu-iino/opencv that referenced this pull request Apr 11, 2024
core: doc: add note for countNonZero, hasNonZero and findNonZero opencv#25356

Close opencv#25345 

### 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
klatism pushed a commit to klatism/opencv that referenced this pull request May 17, 2024
core: doc: add note for countNonZero, hasNonZero and findNonZero opencv#25356

Close opencv#25345 

### 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
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.

cv::countNonZero /documentation/ add remark about using cv::hasNonZero

3 participants