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

Modules should be hierarchical #13

Open aleator opened 12 years ago

aleator commented 12 years ago

Currently the CV module namespace is flat and quite wide. It would be better to have some structure (Such as CV.Features/ which would contain Histograms, Textures, Features etc.)