Computer vision library for Haskell

computer-vision, haskell

Solution

- HOpenCV or CV is your best bet; perhaps you can patch the library to support OpenCV 2.4?

- Other bindings to OpenCV: e.g. easyVision

Problem

I'm looking for computer vision library (or just a wrapper for library) for Haskell. I've tried CV, but it fails to compilate because of undefined reference to `cvExtractMSER' (OpenCV version is 2.4.0 and cvExtractMSER was removed in this version). So are there any alternatives?

Original source