Four-Point-Invoice-Transform-with-OpenCV
Four-Point-Invoice-Transform-with-OpenCV copied to clipboard
I have customized the code of Adrian to find 4 points of document or rectangle dynamically. Here i have added findLargestCountours and convert_object, where convert_object is our driver method which a...
Four-Point-Invoice-Transform-with-OpenCV
This code is inspired from [4 Point OpenCV getPerspective Transform Example]
I have customized the code of Adrian to find 4 points of document or rectangle dynamically. Here i have added <I>findLargestCountours</I> and <I>convert_object</I>, where convert_object is our driver method which actually doing image processing and getting all 4 point rectangles from image. After getting all 4 point rectangle list <I>findLargestCountours<I> method finding largest countour in list.
Here are some examples.
| Original Image | Edge Detection | Warped Image |
|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |





