LumiGuide / haskell-opencv

Haskell binding to OpenCV-3.x
Other
154 stars 44 forks source link

haskell-opencv and ML #67

Closed Cortlandd closed 6 years ago

Cortlandd commented 8 years ago

How should I approach implementing the Machine Learning (more specifically the Support Vector Machine sub module) module in haskell-opencv?

basvandijk commented 8 years ago

I haven't looked at that module yet so I have no idea.

Why don't you think about it, write a proposal describing how you want to bind that module so that we have something to review?

Cortlandd commented 8 years ago

Define how I'd like to bind? I figured, the same approach as any other module in the library? Follow the types. Assuming some types from ML aren't implemented in haskell-opencv?