Laex / Delphi-OpenCV

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

ocv.cls.features2d does not compile (Delphi XE5) #59

Closed TrueWodzu closed 7 years ago

TrueWodzu commented 7 years ago

Hello,

Compiler returns this error message:

[dcc32 Error] ocv.cls.features2d.pas(46): E2003 Undeclared identifier: 'TKeyPoint'

Perhaps a record helper for TKeyPoint could solve the problem with record forward declaration?

Laex commented 7 years ago

Work on the module "ocv.cls.features2d" is not complete. Do not use it yet.