Delphi-OpenCV/source/component
Mikhail Grigorev 1ab67a2c6c Fixed ViewFMX
2014-09-29 14:55:12 +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
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 Changed in ocv.comp.Source.pas 2014-08-29 13:30:00 +04:00
Delphi21 Fixed RAD Studio XE7 projects 2014-09-29 13:25:00 +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 Update OpenCV.inc 2014-09-29 13:12:47 +06:00
ocv.comp.Proc.pas Update OpenCV.inc 2014-09-29 13:12:47 +06:00
ocv.comp.Register.pas Update OpenCV.inc 2014-09-29 13:12:47 +06:00
ocv.comp.RegisterFMX.pas Update OpenCV.inc 2014-09-29 13:12:47 +06:00
ocv.comp.RegisterVCL.pas Update OpenCV.inc 2014-09-29 13:12:47 +06:00
ocv.comp.Source.pas Update OpenCV.inc 2014-09-29 13:12:47 +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 Update OpenCV.inc 2014-09-29 13:12:47 +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.