Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 705 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 705 Bytes

jigsaw

It sort of allows you to rebuild a jumbled image. It's a half manual half programmatical solution for the jigsaw problem in Hacky Easter 2018

Installation

OpenCV2

Download the relevant version of open cv from http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_setup/py_table_of_contents_setup/py_table_of_contents_setup.html Install to a local dir and copy the relevant class lib to your PythonX.X/Lib/site-packages dir. It can also be used in a virtualenv.

Numpy

Can't remember right now so: https://stackoverflow.com/questions/26657334/installing-numpy-and-scipy-on-64-bit-windows-with-pip/26670308

How To Use

Coming soon as steps are not all working yet.