name: cv-combinators version: 0.1.2.2 license: BSD3 maintainer: Noam Lewis bug-reports: mailto:jones.noamle@gmail.com category: AI, Graphics synopsis: Functional Combinators for Computer Vision description: Initial version; using the "HOpenCV" package as a backend. . Provides a functional combinator library for computer vision, based on the "allocated-processor" package. . Online documentation, if not built below, can be found at . . Read the module docs for more information. See the test program (@src/Test.hs@) for example usage. . build-type: Simple cabal-version: >= 1.2 Tested-With: GHC == 6.10.4 library exposed-modules: AI.CV.ImageProcessors hs-Source-Dirs: src build-depends: base >=4 && <5, HOpenCV >= 0.1.2.1, allocated-processor, vector-space ghc-options: -Wall executable test-cv-combinators hs-source-dirs: src Build-Depends: base >=4 && <5, HOpenCV >= 0.1.2.1, allocated-processor, vector-space main-is: Test.hs Ghc-Options: -Wall Ghc-Prof-Options: -prof -auto-all other-modules: AI.CV.ImageProcessors executable test-cv-combinators2 hs-source-dirs: src Build-Depends: base >=4 && <5, HOpenCV >= 0.1.2.1, allocated-processor, SDL, graphics-drawingcombinators, vector-space main-is: IntegratedTest.hs Ghc-Options: -Wall Ghc-Prof-Options: -prof -auto-all other-modules: AI.CV.ImageProcessors, Graphics.GraphicsProcessors -- source-repository head -- type: git -- location: git://github.com/sinelaw/cv-combinators.git