Delphi-OpenCV/source/component
Mikhail Grigorev 6877b0f9d2 Adding support Delphi XE7
Signed-off-by: Mikhail Grigorev <sleuthhound@gmail.com>
2014-08-26 15:04:44 +06:00
..
Delphi7 Refactoring 2014-06-17 01:38:35 +04:00
Delphi16 Updating Delphi XE2 project files 2014-08-26 14:59:38 +06:00
Delphi17 Updating Delphi XE3 project files 2014-08-26 14:42:25 +06:00
Delphi18 Updating Delphi XE4 project files 2014-08-26 13:19:31 +06:00
Delphi19 Updating Delphi XE5 project files 2014-08-25 16:04:39 +06:00
Delphi20 Fixed dependencies 2014-08-26 13:14:48 +06:00
Delphi21 Adding support Delphi XE7 2014-08-26 15:04:44 +06:00
Resource Add icons for component 2014-08-25 03:17:22 +04:00
haarcascade.res FMX support 2014-08-06 02:36:22 +04:00
ocv.comp.ImageOperation.pas FMX support 2014-08-06 02:36:22 +04:00
ocv.comp.IOProperties.pas Refactoring 2014-06-17 01:38:35 +04:00
ocv.comp.Proc.pas Fixed haarcascade.res 2014-08-26 13:29:01 +06:00
ocv.comp.Register.pas Packages are divided into VCL and FMX 2014-08-24 15:02:56 +04:00
ocv.comp.RegisterFMX.pas Packages are divided into VCL and FMX 2014-08-24 15:02:56 +04:00
ocv.comp.RegisterVCL.pas Packages are divided into VCL and FMX 2014-08-24 15:02:56 +04:00
ocv.comp.Source.pas Add icons for component 2014-08-25 03:17:22 +04:00
ocv.comp.Types.pas Refactoring 2014-08-25 00:37:55 +04:00
ocv.comp.VideoWriter.pas Refactoring 2014-06-17 01:38:35 +04:00
ocv.comp.View.pas Fixed issues. 2014-07-22 16:03:30 +04:00
ocv.comp.ViewFMX.pas Adding support Delphi XE5 and below 2014-08-26 13:17:39 +06:00
OpenCV.dcr Refactoring directory structure 2014-05-19 23:29:48 +04:00
OpenCV.inc Adding support Delphi XE7 2014-08-26 15:04:44 +06:00
OpenCV.res Refactoring directory structure 2014-05-19 23:29:48 +04:00
readme.md Refactoring directory structure 2014-05-19 23:29:48 +04: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.