Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All samples run cvLoad function throw the External exception E06D7363 #71

Open
cxwall opened this issue May 21, 2017 · 4 comments
Open

Comments

@cxwall
Copy link

cxwall commented May 21, 2017

when i intall the environment,and run the samples。step by cvLoad function。The application throw the "External exception E06D7363"。who know it,can you tell me?

@Laex Laex closed this as completed in d48e340 May 21, 2017
@opa79
Copy link

opa79 commented Jan 14, 2023

It is NOT fixed. The error persists.

@Laex Laex reopened this Jan 18, 2023
@Laex
Copy link
Owner

Laex commented Jan 18, 2023

What are you loading with cvLoad?

@opa79
Copy link

opa79 commented Jan 29, 2023

I'm trying to run FaceDetect demo. It fails with this error message:
OpenCV Error: Unspecified error (The node does not represent a user object (unknown type?)) in cvRead, file C:\build ... \core\src\persistence.cpp, line 5008.
EExternalException: External exception E06D7363

Exception is thrown on line 97:
....
// load the trained haar cascade classifier from file
// and create storage required for detections
cascade := cvLoad(cascade_name, nil, nil, nil); <----- exception
...
at that cascade_name is equal to '....\resource\facedetectxml\haarcascade_frontalface_alt.xml'.

I've tried different classifier file names, but problem persists.
OpenCV is compliled with VS2015, Delphi version is 10.2 Tokyo.

@Laex
Copy link
Owner

Laex commented Feb 5, 2023

In version 2.4.13, developers began to switch to the new Haar cascade file format. This was due to the development of the OpenCV 3.0 branch. The developers broke cvLoad for Haar cascade and recommended using C++ classes (CascadeClassifier cascade). Some Haar cascades remain in the old format, such as haarcascade_frontalface_default.xml. Other Haar cascades need to be tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants