opencv - Emgu cv invoke exception c# -
i downloaded emgucv library , installed it,followed tutorial on youtube -added right dll's refrences project im getting error when intializing emgucv image
image<bgr,byte> img=new image<bgr,byte>(@"c:\users\pro\desktop\itamar\loltools\autologin\resources\logo.png");
the common exception in library:the type initializer 'emgu.cv.cvinvoke' threw exception
i've searched many solution on net,to copy dll files 64x directory in project,add dlls , set always copy
still nothing works. im breaking head realy happy if help.
if ide visual studio, follow this:
project -> properties -> build
and make platform target x64
Comments
Post a Comment