Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 337 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 337 Bytes

CppScanner

CppScanner is a C++ based Web Application for scanning images from photographs, in which the Harris method is used to detect the corners of an image. From the corners, we obtain the necessary points to apply a homography (or projective transformation) to the image, so that we can have a framed and correctly aligned image.