KMKnation / Four-Point-Invoice-Transform-with-OpenCV

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 actually doing image processing and getting all 4 point rectangles from image. After getting all 4 point rectangle list findLargestCountours method finding largest countour in list.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 findLargestCountours and convert_object, 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 findLargestCountours method finding largest countour in list.

Here are some examples.

Original Image Edge Detection Warped Image
Original Screen Warped
Original Screen Warped

About

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 actually doing image processing and getting all 4 point rectangles from image. After getting all 4 point rectangle list findLargestCountours method finding largest countour in list.


Languages

Language:Python 100.0%