Delphi-OpenCV/source/component
Laentir Valetov 5419cd6631 FFMPEG updated
Signed-off-by: Laentir Valetov <laex@bk.ru>
2014-11-12 09:07:22 +03: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
Delphi14 Added support Delphi 2010 2014-09-29 16:20:01 +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 Added support Delphi 2010 2014-09-29 16:20:01 +06:00
Delphi21 FFMPEG updated 2014-11-12 09:07:22 +03: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 demo 2014-10-05 02:51:42 +04: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 FMX demo 2014-10-05 02:51:42 +04:00
ocv.comp.Types.pas FMX demo 2014-10-05 02:51:42 +04: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 FMX demo 2014-10-05 02:51:42 +04:00
OpenCV.dcr Added AboutBox and SplashScreen 2014-09-15 16:28:15 +06:00
OpenCV.inc Fixed OpenCV.inc 2014-09-29 15:56:50 +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.