Laex / Delphi-OpenCV

Project Delphi-OpenCV. Translation of OpenCV library header files in Delphi
500 stars 226 forks source link

Error in load HaarCascade in delphi 11 #159

Open kabiri opened 1 year ago

kabiri commented 1 year ago

HaarCascade := cvLoad(pCVChar(@cascade_name[1]), 0, 0, 0); show error :

image

i run your demo

Laex commented 1 year ago

Which demo?

Might help https://github.com/Laex/Delphi-OpenCV/issues/103

ahmedgaffar26 commented 4 months ago

Hello I am facing same issue with delphi 11. Even the component ocImsgeOperation is showing the same error when I chose csscade file in design form I hope somebody can help