Skip to content

Commit c3236f3

Browse files
authored
Update README.md
1 parent 3444ac7 commit c3236f3

File tree

1 file changed

+2
-0
lines changed
  • Image_Processing/src/get_perspective

1 file changed

+2
-0
lines changed

Image_Processing/src/get_perspective/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Perspective Transform
22
using OpenCV methods
3+
## How It Works
4+
On selecting dimensions for a quadrilateral section, the code finds the maximum height and width of that selection and warps the selected area into a rectangle of dimensions `maxHeight * maxWidth`
35
## Usage
46
`python3 script.py --path image.jpg`
57

0 commit comments

Comments
 (0)