Skip to content

tklam/doc-cam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doc Cam

An application to identify a document in a picture, and then adjust the perspective to up-right.

TODO

  • Improve algos
  • Port to android

Docker image for compiling the source

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

Copyright issues

  • All the images files in the data folder were downloaded from the internet. They are not mine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published