Delphi-OpenCV/component
2014-05-19 17:05:37 +06:00
..
Delphi16 Added projects for Delphi XE2 - XE5 2014-05-19 16:48:22 +06:00
Delphi17 Added projects for Delphi XE2 - XE5 2014-05-19 16:48:22 +06:00
Delphi18 Added projects for Delphi XE2 - XE5 2014-05-19 16:48:22 +06:00
Delphi19 Added projects for Delphi XE2 - XE5 2014-05-19 16:48:22 +06:00
Delphi20 Added initial support for x64 architecture 2014-05-19 15:56:41 +06:00
Resource Tesseract-ocr and Leptonica 2014-05-11 22:16:04 +04:00
haarcascade.res Merge branch 'master' of github.com:Laex/Delphi-OpenCV 2014-05-18 14:48:03 +04:00
OpenCV.dcr Components... 2014-05-11 04:42:34 +04:00
OpenCV.dres Added initial support for x64 architecture 2014-05-19 15:56:41 +06:00
OpenCV.inc Added initial support for x64 architecture 2014-05-19 15:56:41 +06:00
OpenCV.res Merged branches 2013-09-12 14:50:55 +04:00
OpenCVResource.res Components... 2014-05-11 17:15:21 +04:00
readme.md Added projects for Delphi XE2 - XE5 2014-05-19 16:48:22 +06:00
uOCVImageOperation.pas Fixed uses directive 2014-05-19 17:05:37 +06:00
uOCVIOProperties.pas Fixed uses directive 2014-05-19 17:05:37 +06:00
uOCVRegister.pas Added initial support for x64 architecture 2014-05-19 15:56:41 +06:00
uOCVSource.pas Added initial support for x64 architecture 2014-05-19 15:56:41 +06:00
uOCVTypes.pas Fixed uses directive 2014-05-19 17:05:37 +06:00
uOCVView.pas Fixed uses directive 2014-05-19 17:05:37 +06:00

Visual and non-visual components for working with the library OpenCV

Version: OpenCV 2.4.9

Requires installed Visual C++ redistributable for Visual Studio 2013

Components:

TocvView

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

TocvCamera, TocvFileSource, TocvIPCamSource

Showcases the work of non-visual component connection to the video source

TocvImageOperation

Component that handles images

TocvNoneOperation, TocvGrayScaleOperation, TovcCannyOperation, TovcSmoothOperation, TovcErodeOperation, TovcDilateOperation, TocvLaplaceOperation, TovcSobelOperation, TocvThresholdOperation, TocvAdaptiveThresholdOperation, TocvContoursOperation, TocvRotateOperation, TocvAbsDiff, TocvHaarCascade, TocvMatchTemplate, TocvMotionDetect

Installation

  1. Add to system variable PATH path to DLL libraries OpenCV.
  2. To install, open <PROJECT_ROOT>\component\Delphi20\RAD Studio XE6.groupproj. Install package.
  3. In the panel component will be part OpenCV.
  4. Open the sample
<PROJECT_ROOT>\samples\Components\cCameraCapture\cCameraCapture.dproj
<PROJECT_ROOT>\samples\Components\cMatchTemplate\cMatchTemplate.dproj

Run the sample.