Jump to content

C# - EmguCV error when creating Cascade Classifier?

SoftwareNinja

Hi all,

 

I am looking into EmguCV for the first time ever and  when I try to create a Cascade, I get the following error message on runtime..

 

image.thumb.png.2366bc68d671f01dd94e1bbfcf96630f.png

 

 

When I add the cvextern to the project, I get the following error.

image.thumb.png.040a5d304c922b591521239755ebb8f4.png

 

Does anyone know how I can resolve this? I have the xml file and cvextern dll are within the project and "copy to output directory" is set to "copy always"

 

Thank you in advance.

Link to comment
Share on other sites

Link to post
Share on other sites

See if your project's target platform is set to compile for "Any CPU"

Link to comment
Share on other sites

Link to post
Share on other sites

6 minutes ago, Murasaki said:

See if your project's target platform is set to compile for "Any CPU"

I have it set to "Any CPU" and I tried x86 as well

Link to comment
Share on other sites

Link to post
Share on other sites

9 minutes ago, ScottDurkin said:

I have it set to "Any CPU" and I tried x86 as well

how about x64?

Link to comment
Share on other sites

Link to post
Share on other sites

48 minutes ago, Murasaki said:

how about x64?

 

54 minutes ago, Murasaki said:

how about x64?

Same problem in x64 unfortunately. 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×