Laex / Delphi-OpenCV-Class

Experimental Delphi binding for OpenCV 4.XX
Apache License 2.0
82 stars 25 forks source link

It runs very slowly #34

Open kabiri opened 1 year ago

kabiri commented 1 year ago

Great, but it runs very slowly compared to C. I tested the C and Delphi programs on a system, especially for images captured from a camera.

Laex commented 1 year ago

What was tested? If the components, then they are made for example. It's very inefficient code. Test examples without components and in the release version.

kabiri commented 1 year ago

I only displayed the image through the camera, showing approximately 2 frames per second. However, the speed was good and the image was smooth when using the OpenCV library from https://github.com/Laex/Delphi-OpenCV.