An application to identify a document in a picture, and then adjust the perspective to up-right.
- Improve algos
- Port to android
To use the docker image for compiling the course code, simply:
# Build the image
make build-docker-img-linux
# Then run a container with the built image
docker run --rm -it -v `pwd`:/workspace doc-cam-builder:1.0 /bin/bash
Build the project inside the container:
cd /workspace
mkdir -p build
cd build
cmake .. && make -j $(nproc)
For more, please refer to Docker/Readme
- All the images files in the data folder were downloaded from the internet. They are not mine.