# Delphi-OpenCV
**Repository Path**: atkins88/Delphi-OpenCV
## Basic Information
- **Project Name**: Delphi-OpenCV
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-04-10
- **Last Updated**: 2021-04-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
###Delphi-OpenCV (master)
* OpenCV version - 2.4.8
* Development environment - Delphi XE2-XE5
#####Contributors:
```
Laentir Valetov
email: laex@bk.ru
Mikhail Grigorev
email: sleuthhound@gmail.com
```
####How to install:
1.Download the archive ```Delphi-OpenCV-master.zip```
2.Unzip it to a convenient directory, thus get the following directory structure
```
>
```
3.Add the search path for the modules of the project in Delphi IDE (Tools-Options-Delphi Options-Library-Library path)
```
\Include
\Include\core
\Include\highgui
\Include\imgproc
\Include\legacy
\Include\nonfree
\Include\objdetect
\Include\calib3d
\Include\contrib
\Include\video
\Include\ml
\Include\stitching
\component
```
where `````` directory, which was unzipped project.
Additionally, you can specify the path to the library header files FFMPEG
```
\Include\ffmpeg
\Include\ffmpeg\ctypes
\Include\ffmpeg\libavcodec
\Include\ffmpeg\libavfilter
\Include\ffmpeg\libavformat
\Include\ffmpeg\libavutil
\Include\ffmpeg\libswscale
```
Examples of using FFMPEG library header files are in the
```
\Delphi-OpenCV-master\Include\ffmpeg\examples
```
4.Open in Delphi IDE and compile:
Examples of the use of certain functions and procedures
```
\samples\LibDemo.groupproj
```
Examples of the use of video processing algorithms
```
\samples\MultiDemo.groupproj
```
Examples of the use of video processing algorithms using VCL.Forms
```
\samples\VCLDemo.groupproj
```
Examples of use of components.
To install the components, open and install
```
\Include\component\OpenCV.dpk
\samples\ComponentDemo.groupproj
```