SciSharp/SharpCV

Use OpencvSharp Mat in SharpCV Or vice versa

Mghobadid opened this issue · 4 comments

i think the only problem in SharpCv is it implements only a very small subset of opencv functionaility,
but the OpencvSharp is more complete .

how can i those together?

I need to re-wrap all interfaces, which is not much different from the workload of rewriting one. My goal is just to meet my needs. I don't need a complete OpenCV.

henon commented

@Mghobadid is there anything in SharpCv that is missing in OpencvSharp ?

@Mghobadid is there anything in SharpCv that is missing in OpencvSharp ?

GetRotationMatrix2D and WarpAffine for example.