Skip to content

Commit 00fb016

Browse files
Update README.md
1 parent 0c87251 commit 00fb016

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# CamScanner-In-Python
22
Build your own document scanner with OpenCV Python
3+
4+
### Video DEMO and TUTORIAL :
5+
## What is this ?
6+
The script takes an image as input and then scans the document from the image by applying few image processing techniques and gives the output image with scanned effect
7+
8+
## How does it do this?
9+
Initially we need to resize the images so OpenCV can handle it and then the following functions are applied
10+
1) Guassian Blur to smoothen image.
11+
2) Canny Edges to detect the edges.
12+
3) Find contours and boundary of the page
13+
4) Map the end points of contours to 800 * 800 window
14+
5) Apply perspective trasform to get scanned or bird eye view of the image.
15+
16+
## This is shit, why did you build this?
17+
I was BORED :/

0 commit comments

Comments
 (0)