├── README.md ├── lib ├── Img_PreProcess.h ├── Img_Process.h ├── Img_Utility.h └── readme.md ├── src ├── Img_PreProcess.cpp ├── Img_Process.cpp ├── Img_Utility.cpp └── readme.md └── test_sets ├── 1.jpg ├── 2.jpg ├── 3.jpg ├── 4.jpg ├── 5.jpg ├── 6.jpg ├── 7.jpg └── readme.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WOWSCpp/Tilted-Image-Correction/HEAD/README.md -------------------------------------------------------------------------------- /lib/Img_PreProcess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WOWSCpp/Tilted-Image-Correction/HEAD/lib/Img_PreProcess.h -------------------------------------------------------------------------------- /lib/Img_Process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WOWSCpp/Tilted-Image-Correction/HEAD/lib/Img_Process.h -------------------------------------------------------------------------------- /lib/Img_Utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WOWSCpp/Tilted-Image-Correction/HEAD/lib/Img_Utility.h -------------------------------------------------------------------------------- /lib/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/Img_PreProcess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WOWSCpp/Tilted-Image-Correction/HEAD/src/Img_PreProcess.cpp -------------------------------------------------------------------------------- /src/Img_Process.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WOWSCpp/Tilted-Image-Correction/HEAD/src/Img_Process.cpp -------------------------------------------------------------------------------- /src/Img_Utility.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WOWSCpp/Tilted-Image-Correction/HEAD/src/Img_Utility.cpp -------------------------------------------------------------------------------- /src/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test_sets/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WOWSCpp/Tilted-Image-Correction/HEAD/test_sets/1.jpg -------------------------------------------------------------------------------- /test_sets/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WOWSCpp/Tilted-Image-Correction/HEAD/test_sets/2.jpg -------------------------------------------------------------------------------- /test_sets/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WOWSCpp/Tilted-Image-Correction/HEAD/test_sets/3.jpg -------------------------------------------------------------------------------- /test_sets/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WOWSCpp/Tilted-Image-Correction/HEAD/test_sets/4.jpg -------------------------------------------------------------------------------- /test_sets/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WOWSCpp/Tilted-Image-Correction/HEAD/test_sets/5.jpg -------------------------------------------------------------------------------- /test_sets/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WOWSCpp/Tilted-Image-Correction/HEAD/test_sets/6.jpg -------------------------------------------------------------------------------- /test_sets/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WOWSCpp/Tilted-Image-Correction/HEAD/test_sets/7.jpg -------------------------------------------------------------------------------- /test_sets/readme.md: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------