Delphi-OpenCV/source/component
Mikhail Grigorev 2ab784631e Added support Delphi XE
Signed-off-by: Mikhail Grigorev <sleuthhound@gmail.com>
2014-09-29 15:50:37 +06:00
..
Delphi7 Fixed support Delphi 7, but the use of the project in Delphi 7 not working. 2014-08-27 10:39:47 +06:00
Delphi15 Added support Delphi XE 2014-09-29 15:50:37 +06:00
Delphi16 Fixed RAD Studio XE3 project files 2014-09-29 14:57:24 +06:00
Delphi17 Remove *.dres files 2014-09-29 15:03:10 +06:00
Delphi18 Remove *.dres files 2014-09-29 15:03:57 +06:00
Delphi19 Updating Delphi XE5 project files 2014-08-25 16:04:39 +06:00
Delphi20 Set default X86 platform 2014-09-29 15:17:51 +06:00
Delphi21 Added X64 platform 2014-09-29 15:21:17 +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 Update OpenCV.inc 2014-09-29 13:12:47 +06:00
ocv.comp.IOProperties.pas Added support Delphi XE 2014-09-29 15:50:37 +06:00
ocv.comp.Proc.pas Update OpenCV.inc 2014-09-29 13:12:47 +06:00
ocv.comp.Register.pas Added support Delphi XE 2014-09-29 15:50:37 +06:00
ocv.comp.RegisterFMX.pas Update OpenCV.inc 2014-09-29 13:12:47 +06:00
ocv.comp.RegisterVCL.pas Added support Delphi XE 2014-09-29 15:50:37 +06:00
ocv.comp.Source.pas Added support Delphi XE 2014-09-29 15:50:37 +06:00
ocv.comp.Types.pas Update OpenCV.inc 2014-09-29 13:12:47 +06:00
ocv.comp.VideoWriter.pas Update OpenCV.inc 2014-09-29 13:12:47 +06:00
ocv.comp.View.pas Added support Delphi XE 2014-09-29 15:50:37 +06:00
ocv.comp.ViewFMX.pas Fixed ViewFMX 2014-09-29 14:55:12 +06:00
OpenCV.dcr Added AboutBox and SplashScreen 2014-09-15 16:28:15 +06:00
OpenCV.inc Update OpenCV.inc 2014-09-29 13:12:47 +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.