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

Contour operations are limited #36

Closed TomMD closed 11 years ago

TomMD commented 11 years ago

I notice cvFindContours is commented out of ImgProc.hsc. Is there a reason? Would you be open to a patch that creates a CV.Contours module, moving the necessary functions and types there along with adding more operations?

TomMD commented 11 years ago

I have found that this is not the limitation I thought it would be.