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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -