robotdotnet / FRC-OpenCvSharp

Other
1 stars 1 forks source link

Add overloads that match common EMGU functions #5

Open ThadHouse opened 7 years ago

ThadHouse commented 7 years ago

Want compatibility with both. Mostly this can be handled with implementing IOutputArray and IInputArray on VectorOfPoint and VectorOfVectorOfPoint, and making these public.