diff options
author | Joshua Rahm <joshua.rahm@colorado.edu> | 2014-03-18 23:52:40 -0600 |
---|---|---|
committer | Joshua Rahm <joshua.rahm@colorado.edu> | 2014-03-18 23:52:40 -0600 |
commit | 62fa8f93990f6aedaae8242fdde6bba44e434f5f (patch) | |
tree | d4d33f3bde43ee70b5247d9f91a3a1fc2c98552b /README | |
download | earths-ring-62fa8f93990f6aedaae8242fdde6bba44e434f5f.tar.gz earths-ring-62fa8f93990f6aedaae8242fdde6bba44e434f5f.tar.bz2 earths-ring-62fa8f93990f6aedaae8242fdde6bba44e434f5f.zip |
initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +This was a tough one to get to work with Haskell. Apparently pretty much all of the OpenCV Haskell bindings +are broken/half-implemented, so I had to create my own with FFI. + +As usual, I have provided a statically linked binary just in case. + +This project took me about 8 to 10 hours to complete. + +make with make +run with + ./jora2470_hw7 |