OpenCV 5.0 Delphi Wrapper
June 12, 2026 · View on GitHub
Section index. All paths are relative to the repository root.
Contents
| Section | Description |
|---|---|
| Project structure | directories, layers, CMR, SEH |
| Building | wrapper, executables, BPL, multiple Delphi versions |
| Delphi units | unit table and API overview |
| Components | IDE palette, camera, view, MUX |
| TcvPipeline | stages, presets, events, Tier 2/3 |
| Demos and tests | sample programs, CLI options |
| Models | download_models.ps1, files in bin/ |
| Cookbook | code examples |
| Troubleshooting | common issues |
| Generator | local generator/ (not in git) |
| Licenses | OpenCV, models |
Quick links
- Repository overview: ../README.md
- Scripts:
build_all.ps1,build_package.ps1,download_models.ps1,ci.ps1 - Component example:
Test/Utit2(camera → pipeline → MUX → view) - Test report:
bin/test_results.txt - Model list:
bin/models/README.txt - Russian documentation: ru/README.md
Related sections
project-structure ──► building ──► components ──► pipeline
│ │ │
▼ ▼ ▼
delphi-units demos cookbook
│ │
▼ ▼
models ◄──────── troubleshooting