Skip to content

removed redundant code in distransform.cpp#23165

Merged
opencv-pushbot merged 1 commit intoopencv:4.xfrom
labeeb-7z:optimizeDistanceTransform
Jan 25, 2023
Merged

removed redundant code in distransform.cpp#23165
opencv-pushbot merged 1 commit intoopencv:4.xfrom
labeeb-7z:optimizeDistanceTransform

Conversation

@labeeb-7z
Copy link
Copy Markdown
Contributor

@labeeb-7z labeeb-7z commented Jan 20, 2023

Related issue: #23060

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

@asmorkalov asmorkalov added cleanup Code cleanup (e.g, drop legacy C-API, legacy unmaintained code) category: imgproc labels Jan 23, 2023
@asmorkalov asmorkalov self-requested a review January 25, 2023 08:38
@asmorkalov asmorkalov self-assigned this Jan 25, 2023
@opencv-pushbot opencv-pushbot merged commit 52855a3 into opencv:4.x Jan 25, 2023
@alalek alalek mentioned this pull request Jan 28, 2023
@asmorkalov asmorkalov mentioned this pull request May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: imgproc cleanup Code cleanup (e.g, drop legacy C-API, legacy unmaintained code)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A redundant logic in distanceTransform.

4 participants