aleator / CV

Haskell wrappers and utilities for OpenCV machine vision library
http://hackage.haskell.org/package/CV
BSD 3-Clause "New" or "Revised" License
51 stars 13 forks source link

ImageOp fusion #12

Open aleator opened 12 years ago

aleator commented 12 years ago

Make rewrite rules to automatically fuse operations based on ImageOp (aka. run ImageOp1 (run ImageOp2) => run (ImageOp1 . ImageOp1)