Skip to content

A Delphi demo code to combine opencv and script to reduce image recognize operation loading.

Notifications You must be signed in to change notification settings

gztanjy/OCV4D-IDE

 
 

Repository files navigation

OCV4D-IDE

The is Delphi demo code using opencv to analysis picture, and using script to do sample logical operating. I don't sure if it is right solution, but it is interesting and saving lots of coding time when develop cv application.

image

1. require:

a. Visual C++ Redistributable for Visual Studio 2015
https://www.microsoft.com/zh-tw/download/details.aspx?id=48145
c. opencv: https://github.com/Laex/Delphi-OpenCV
d. pascalscript: https://github.com/remobjects/pascalscript
e. SynEdit: https://github.com/SynEdit/SynEdit

2. develop environment:

delphi xe10.2.3, 32bits, win10 / win8

3. example

I keep execution and related dll files in demo folder, you can click the exe to see how it works!

trouble shooting:

a. 0xc000007b error: maybe need to install "Visual C++ Redistributable for Visual Studio 2015" first.
b. you can use "CheckCVDep.exe" to check leak which dll

About

A Delphi demo code to combine opencv and script to reduce image recognize operation loading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Pascal 96.1%
  • PHP 3.8%
  • Batchfile 0.1%