歪んだ画像に対しホモグラフィ変換を行ない、画像をまっすぐに直すWebツールです
# clone this repository
git clone https://github.com/YUUKIToriyama/skewedImageIron.git
# do npm settings
npm install
# type these commands on bash, and go to localhost:8080 on your browser
npm run test
- OpenCVをブラウザ向けにコンパイルしたOpenCV.jsを活用したもの
- 若干重いが工夫により軽量化は可能?