Closed davetapley closed 6 years ago
FYI, this is the file in question.
I tracked it down to my not having the right language extensions enabled. Is it fair to say that to do anything really useful with this library, then there are a set of extensions which you should enable before you start? If so I think that'd be a good thing to put in the README 🤔 https://github.com/LumiGuide/haskell-opencv/blob/1e7f0b49b811bc845250f01a3d24d5ca007a1f76/opencv-extra/opencv-extra.cabal#L158-L168
I found #1, which led me to the -examples/
directories, which should get me a little bit further!
Will close this and maybe make some PRs to -examples/
with that I learn 🤓
I'm struggling with using the
sift
implementation I added (#120) because the types are (for me) very overwhelming.I see a few comments in
TypeLevel.hs
, but it seems a lot of reading would be required to just use the function.E.g: I tried copying the sample verbatim (including the definition of
frog
), but I get this horrendous type error:I can try reading up, but I feel like it would be super helpful if there were a tutorial or 'quick start' guide (ideally with examples!) I'm happy to contribute, but I lack the knowledge 😞