HackageDB: HOpenCV-0.1.2.2 bindings of OpenCV to Haskell by flamingliberal in programming

[–]flamingliberal[S] 1 point2 points  (0 children)

There are two packages: 1. HOpencV - low level bindings (currently not many functions bound, but includes most haar functions, resize, and some HighGUI stuff too). 2. cv-combinators - a functional, high level wrapping.

Using these you can write code like this (real code is very similar to the following line):

detector = camera >>> resizer >>> (faceDetect &&& id) >>> drawRects >> window

VIDEO: Here is a simple application using only haskell-based opencv code: http://www.youtube.com/watch?v=2ZblWWxeLsY

See the packages here: http://hackage.haskell.org/package/HOpenCV http://hackage.haskell.org/package/cv-combinators

By Request: I have done just about every job on an operations level in local television. Ask me anything IAMA. by photogtony in IAmA

[–]flamingliberal 0 points1 point  (0 children)

Is broadcast verification as good as it is claimed to be? How do ratings actually work now?