From 62fa8f93990f6aedaae8242fdde6bba44e434f5f Mon Sep 17 00:00:00 2001 From: Joshua Rahm Date: Tue, 18 Mar 2014 23:52:40 -0600 Subject: initial commit --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..bc6b340 --- /dev/null +++ b/README @@ -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 -- cgit