1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 16:08:41 +08:00

4 Commits

Author SHA1 Message Date
Vincent Rabaud
d131e7a991 Merge pull request #3743 from vrabaud:thinning
Misc thinning fixes. #3743

- edges could be modified
- 2 sets of iterations were always done even if the first set did not return any change
- countNonZero is slow compared to hasNonZero

### 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
- [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.
2024-05-30 13:41:21 +03:00
Alexander Alekhin
ad8f00017a typo 2019-11-13 19:58:48 +03:00
Alexander Alekhin
edfdf12c31 tests: refactor test files 2018-02-02 19:15:28 +03:00
StevenPuttemans
fb0cb3d3c4 added multiple thinning algorithms
added thinning sample
added thinning tests
2016-11-30 09:33:11 +01:00