Final Report for DocScanner#11
Open
Abhinav-2901 wants to merge 13 commits intowinterofcode:masterfrom
Open
Conversation
xprilion
requested changes
Jan 7, 2021
Contributor
xprilion
left a comment
There was a problem hiding this comment.
Please correct the filename.
Also, please make the report a single file. Upload the images/media to media hosting websites like Imgur/Github raw and link embed them in your markdown.
Author
|
Changes are done @xprilion as informed. |
xprilion
requested changes
Jan 7, 2021
Contributor
xprilion
left a comment
There was a problem hiding this comment.
@Abhinav-2901 please follow the filename guidelines on the project readme.
Also avoid using HTML directly in markdown.
| <img src="https://i.ibb.co/Jz4kwCZ/Scanned.jpg" alt="Scanned output image" height="250" > | ||
|
|
||
| ## Link To My Pull Request | ||
| https://github.com/dscnsec/DocScanner/pull/5 |
|
|
||
| ## Result Image | ||
| * Here we diplay the the final scanned image. | ||
| <img src="https://i.ibb.co/Jz4kwCZ/Scanned.jpg" alt="Scanned output image" height="250" > |
| ## Contour Detection | ||
| * He we handle all the contour Detected and keep only the one with the greatest contour area. | ||
| * After getting that contour we draw a bounding box around it for visualisation and keep the coordinates of the corners of the required contour detected. | ||
| <img src="https://i.ibb.co/ZcLfYKR/Conttour.jpg" alt="Contour corner points" height="250" > |
| * Converting grey image to blurred image using Gaussian Blur | ||
| * Detecting edges using canny edge detector | ||
| * dilation and erosion of inage for better contour detection. | ||
| <img src="https://i.ibb.co/QpgH0d7/Threshold.jpg" alt="Preprocessed Image" height="250" > |
|
|
||
| ## There are Following Steps:- | ||
| ## Reading image using OpenCV | ||
| <img src="https://i.ibb.co/ng1d8dG/1.jpg" alt="Original Image" height="250"/> |
Comment on lines
+1
to
+4
| <center><a href="https://winterofcode.com/"><img src="https://camo.githubusercontent.com/c73f77959233a8adb69f3dee7bbb3ba5e016f4239c7496c82538cc60c984f56e/68747470733a2f2f77696e7465726f66636f64652e636f6d2f7374617469632f6d656469612f6f72672d6c6f676f2e39333564376634382e706e67" alt="gsoc" height="50"/></a> | ||
| <a href="https://www.python.org/"><img src="https://www.python.org/static/community_logos/python-logo.png" height="45"/></a> | ||
| <a href="#"><img src="https://i.ibb.co/0rjmMyS/header.jpg" alt="header" border="0"></a> | ||
| </center> |
Contributor
There was a problem hiding this comment.
Please remove these. Such additions will be made by the WoC team while hosting your report on the website in a manner that's consistent for all participants.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.