LumiGuide / haskell-opencv

Haskell binding to OpenCV-3.x
Other
154 stars 44 forks source link

Add example for findHomography #118

Closed iliis closed 6 years ago

iliis commented 6 years ago

I'm not too happy with my code as there is a lot of error-unpacking which could probably be written more concisely with a better understanding of error monads, exceptions etc.

basvandijk commented 6 years ago

Thank you, very cool example!