Delphi-OpenCV/component
Laentir Valetov d50733df57 MathTemplate image operation
Signed-off-by: Laentir Valetov <laex@bk.ru>
2014-05-15 04:09:58 +04:00
..
Resource Tesseract-ocr and Leptonica 2014-05-11 22:16:04 +04:00
OpenCV.dcr Components... 2014-05-11 04:42:34 +04:00
OpenCV.dpk Components... 2014-05-11 17:15:21 +04:00
OpenCV.dproj Components... 2014-05-11 17:15:21 +04:00
OpenCV.dres Components... 2014-05-11 17:15:21 +04:00
OpenCV.res Merged branches 2013-09-12 14:50:55 +04:00
OpenCVResource.rc Components... 2014-05-11 17:15:21 +04:00
OpenCVResource.res Components... 2014-05-11 17:15:21 +04:00
readme.md Clean... 2014-05-11 05:07:19 +04:00
uOCVImageOperation.pas MathTemplate image operation 2014-05-15 04:09:58 +04:00
uOCVIOProperties.pas Components... 2014-05-11 04:42:34 +04:00
uOCVRegister.pas MathTemplate image operation 2014-05-15 04:09:58 +04:00
uOCVSource.pas MathTemplate image operation 2014-05-15 04:09:58 +04:00
uOCVTypes.pas MathTemplate image operation 2014-05-15 04:09:58 +04:00
uOCVView.pas MathTemplate image operation 2014-05-15 04:09:58 +04:00

Delphi-OpenCV Components

Visual and non-visual components for working with the library OpenCV. Version: OpenCV 2.4.9 Package: OpenCV.dpk

Components:

TocvView

Showcases the work of a visual component to display video camera images

TocvCamera

Showcases the work of non-visual component connection to the camera and image transmission receivers TOpenCVCamera

TocvImageOperation

Component that handles images

Installation

  1. Add to system variable PATH path to DLL libraries OpenCV. Also may need to specify a path to msvcp120d.dll, msvcp120.dll, msvcr100d.dll, msvcr100.dll ([link][1]) (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. [1]: http://www.microsoft.com/en-US/download/details.aspx?id=30679