-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final Report for DocScanner #11
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Changes are done @xprilion as informed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use markdown link
|
||
## 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" > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Convert to markdown
## 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" > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Convert to markdown
* 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 was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Convert to markdown
|
||
## There are Following Steps:- | ||
## Reading image using OpenCV | ||
<img src="https://i.ibb.co/ng1d8dG/1.jpg" alt="Original Image" height="250"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Convert to markdown
<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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
No description provided.