Skip to content

Conversation

sherin527
Copy link
Contributor

Canny Edge Detection

  • Implemented Canny Edge Detection one of the image processing technique to detect edges more clearly of the input images . This is been implemented using the canny() method which is available in OpenCV.

  • LGM-SOC'21 Participant

  • Contributor

Closes: #185

The Canny edge detector is an edge detection operator that uses a multi-stage algorithm to detect a wide range of edges in images. This has been implemented using the canny() method of OpenCV.

Type of change

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Successfully implemented the source code in the local machine.

Checklist:

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented on my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Screenshots

Original Image
flower1

Updated Image
demo2

@prathimacode-hub ma'am, pls review my PR and let me know any changes required.

Copy link
Owner

@prathimacode-hub prathimacode-hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your PR is approved. Amazing work. 😎🏷@sherin527

@prathimacode-hub prathimacode-hub added the LGMSOC21 This issue will be considered for LGM-SOC 21 label Jun 15, 2021
@Debashish-hub Debashish-hub added the 🟩 Level1 This issue will be considered as level 1 issue for LGM-SOC 21 & DCP21.Points will be 10 label Jun 15, 2021
@Debashish-hub Debashish-hub merged commit fc9c90d into prathimacode-hub:main Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🟩 Level1 This issue will be considered as level 1 issue for LGM-SOC 21 & DCP21.Points will be 10 LGMSOC21 This issue will be considered for LGM-SOC 21

3 participants