Delphi-OpenCV/source/component
Laentir Valetov 99482d5743 Refactoring
Signed-off-by: Laentir Valetov <laex@bk.ru>
2016-06-05 12:12:36 +04: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 features2d updated 2015-01-24 15:20:48 +03:00
Delphi21 RAD Studio XE8 2015-04-08 20:13:43 +03:00
Delphi22 Delphi 10 Seattle 2015-09-19 22:49:45 +03:00
Delphi 10 Seattle New FFMPEG dll 2015-12-09 07:41:55 +03:00
Delphi 10.1 Berlin Refactoring 2016-06-05 12:12:36 +04: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.FFMSource.pas Delphi 10 Seattle 2015-09-19 22:49:45 +03:00
ocv.comp.ImageOperation.pas SAFE LOAD DLL 2015-10-05 19:46:36 +03:00
ocv.comp.IOProperties.pas Fixed #42 2015-11-17 02:35:07 +03:00
ocv.comp.Proc.pas Delphi 10 Seattle 2015-09-19 22:49:45 +03:00
ocv.comp.Register.pas RAD Studio XE8 2015-04-08 20:13:43 +03:00
ocv.comp.RegisterFFM.pas RAD Studio XE8 2015-04-08 20:13:43 +03:00
ocv.comp.RegisterFMX.pas Update OpenCV.inc 2014-09-29 13:12:47 +06:00
ocv.comp.RegisterVCL.pas RAD Studio XE8 2015-04-08 20:13:43 +03:00
ocv.comp.Source.pas Fixed #42 2015-11-17 02:35:07 +03:00
ocv.comp.Types.pas Delphi 10 Seattle 2015-09-19 22:49:45 +03:00
ocv.comp.VideoWriter.pas Delphi 10 Seattle 2015-09-19 22:49:45 +03:00
ocv.comp.View.pas Delphi 10 Seattle 2015-09-19 22:49:45 +03:00
ocv.comp.ViewFMX.pas Delphi 10 Seattle 2015-09-19 22:49:45 +03:00
OpenCV.dcr Added AboutBox and SplashScreen 2014-09-15 16:28:15 +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.