mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-15 15:55:53 +01:00
c17e038cd9
[+] Added demos of creating and using visual and non-visual component using OpenCV (\ component \ OpenCV.dpk) [+] Added an example of using components (samples \ Components \ cCameraCapture \ cCameraCapture.dpr) [*] Minor changes in the modules Signed-off-by: Laex <laex@bk.ru>
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
*****************************************************************
|
|
* Delphi-OpenCV Demo *
|
|
* Copyright (C) 2013 Project Delphi-OpenCV *
|
|
*****************************************************************
|
|
|
|
Visual and non-visual components for working with the library OpenCV.
|
|
Version: OpenCV 2.4.5.
|
|
Package: OpenCV.dpk
|
|
|
|
The demo version.
|
|
|
|
Components:
|
|
|
|
----- TOpenCVView -------
|
|
Showcases the work of a visual component to display
|
|
video camera images
|
|
|
|
----- TOpenCVCamera -----
|
|
Showcases the work of non-visual component connection
|
|
to the camera and image transmission receivers TOpenCVCamera
|
|
|
|
Attention! Components written in a very non-optimal and require
|
|
significant improvement. The use of real-world projects
|
|
is not recommended.
|
|
Further components will be refined and improved.
|
|
|
|
----- Installation -------
|
|
1. Add to system variable PATH path to DLL libraries OpenCV.
|
|
Also may need to specify a path to msvcp100d.dll and
|
|
msvcr100d.dll (if they are not in the same directory)
|
|
|
|
2. To install, open <PROJECT_ROOT>\component\OpenCV.dpk.
|
|
Install package.
|
|
|
|
3. In the panel component will be part OpenCV.
|
|
|
|
4. Open the sample
|
|
<PROJECT_ROOT>\Samples\Components\cCameraCapture\cCameraCapture.dpr
|
|
Run the sample.
|
|
|
|
TODO:
|
|
Wanted beautiful icons for the components. |