-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GHC 7.10.2 compilation error in CV.Matrix in the use of ‘fromEnum’ #53
Comments
@robstewart57 Good to see you're still in Haskell land. I have my own fork at TomMD/CV that I used before switching to the all-Haskell but much less performant and feature-ful friday library (TomMD/friday). Last I checked, my fork was less rotted though the code quality is still lacking (no top-level type signatures, mutability issues, etc). For example, my code currently builds for me (now that I unrotted for 7.10 and manually fixed c2hs). Beware of haskell/c2hs#151 and in general lack of language pragma, which was hidden by the lack of explicit type signatures. |
Hi @TomMD https://github.com/TomMD
Absolutely :-)
Interesting. I've taken a look, the library doesn't depend on repa or
Excellent thanks, I'll give your fork a try with GHC 7.10. Might you update Once I can reproduce this, I'd like to map the firewire camera signals into On 31 October 2015 at 00:36, Thomas M. DuBuisson notifications@github.com
|
Repa's performance is less than impressive - I'm quite happy with Friday on vector. I did try to do my own work (such as an ALPR using SCW) with repa but that never did progress. Since I'm not the CV maintainer (or the friday maintainer) I am not uploading these to hackage. WRT getting camera input, I am really confused by you talking about firewire. Most libraries I see talk to an OS specific API to get frames and are agnostic to the way in which the camera is connected. For example, I recently patched ffmpeg-light to work with AVFoundation (and probably video4linux2, see my fork of that). |
On 31 October 2015 at 02:55, Thomas M. DuBuisson notifications@github.com
—
|
There is an ambiguity of
deep
inCV.Image
because Control.Lens exportsdeep
. It can be resolved with:Once that is resolved, I'm getting two errors in
CV.Matrix
:Have others come across this error? and have others been able to compile this CV library with GHC 7.10?
The text was updated successfully, but these errors were encountered: