-
Notifications
You must be signed in to change notification settings - Fork 11
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
Compiler warnings #7
Comments
Hello, |
Hi, vecNmsIndex must be defined outside Try Finally block because if an exception is raised, vecNmsIndex has no value and would generate another exception when calling pCvVectorintDelete(vecNmsIndex);
Change to
vecBoxes, classIdPoint and vecScores same as vecNmsIndex img must be set to nil before the Try Finally Block. Best regards. |
Hello, regarding your good advise to reorganize try ... finally blocks, I released the corrected version of unOpencvDelphi46.pas. |
Hi,
Please note these compiler warnings:
Best regards.
The text was updated successfully, but these errors were encountered: