Delphi-OpenCV/source/component
Mikhail Grigorev cbf678e913 Fixed support Delphi 7, but the use of the project in Delphi 7 not working.
Signed-off-by: Mikhail Grigorev <sleuthhound@gmail.com>
2014-08-27 10:39:47 +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 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 Fixed support Delphi XE 2014-08-26 18:00:30 +06:00
ocv.comp.IOProperties.pas Refactoring 2014-06-17 01:38:35 +04:00
ocv.comp.Proc.pas Fixed support Delphi XE 2014-08-26 18:00:30 +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 Added USE_INLINE 2014-08-27 10:37:44 +06:00
ocv.comp.VideoWriter.pas Fixed support Delphi XE 2014-08-26 18:00:30 +06: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.