VahidN / OpenCVSharp-Samples

A collection of samples about using OpenCV in .NET applications.
Apache License 2.0
274 stars 122 forks source link

Sample 18 return null Mat #8

Closed xunxun closed 7 years ago

xunxun commented 7 years ago

Mat image = processTrainingImage () return null

VahidN commented 7 years ago

It works if you update the nuget packages

PM> update-package

sm18