I need to trace Contour with EMGU wrapper, it turned out that the objects that function .FindContour() returned were part of System.Drawing objects which is no longer supported by latest Unity.
anyone used this wrapper before? how to solve it? or is there any other wrapper that is not utilizing System.Drawing.Point?
oh ya I am new to programming.
thank you
i have copied the System.Drawing dll form the designated windows directory to the ‘Plugins’ directory of my Unity project.
Due to that, Unity gets known to Point, …
The problem is, i was not able to test it yet, because i still got a ‘DllNotFoundException: opencv_core220.dll’
Maybe you can try it the same way and tell me if you also get the exception (it appears when i try to put up a ‘Capture’ object)
…br…