Delphi-OpenCV/source/component
Laentir Valetov c6c91c75c6 Merge branch 'master' of github.com:Laex/Delphi-OpenCV
Conflicts:
	samples/Components/cCameraCapture/cCameraCapture.res
	samples/Components/cCameraCapture/uMainForm.dfm
	samples/Components/cFFmpegIPCamSource/cFFmpegIPCamSource.res
	source/component/Delphi20/dclOpenCV200.res
2014-05-23 22:23:12 +04:00
..
Delphi7 Fixed Delphi 7 support 2014-05-23 17:00:48 +06:00
Delphi16 Fixed unit names 2014-05-22 18:45:51 +04:00
Delphi17 Fixed unit names 2014-05-22 18:45:51 +04:00
Delphi18 Fixed unit names 2014-05-22 18:45:51 +04:00
Delphi19 Fixed unit names 2014-05-22 18:45:51 +04:00
Delphi20 Merge branch 'master' of github.com:Laex/Delphi-OpenCV 2014-05-23 22:23:12 +04:00
Resource Refactoring directory structure 2014-05-19 23:29:48 +04:00
haarcascade.res Refactoring directory structure 2014-05-19 23:29:48 +04:00
OpenCV.dcr Refactoring directory structure 2014-05-19 23:29:48 +04:00
OpenCV.dres Refactoring directory structure 2014-05-19 23:29:48 +04:00
OpenCV.inc Refactoring directory structure 2014-05-19 23:29:48 +04:00
OpenCV.res Refactoring directory structure 2014-05-19 23:29:48 +04:00
OpenCVResource.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
uOCVImageOperation.pas Merge branch 'master' of github.com:Laex/Delphi-OpenCV 2014-05-23 22:23:12 +04:00
uOCVIOProperties.pas FFMpeg IPCam Source 2014-05-23 00:31:51 +04:00
uOCVRegister.pas TovcAddWeightedOperation 2014-05-23 22:16:07 +04:00
uOCVSource.pas TovcAddWeightedOperation 2014-05-23 22:16:07 +04:00
uOCVTypes.pas Fixed Delphi 7 support 2014-05-23 17:00:48 +06:00
uOCVView.pas TovcAddWeightedOperation 2014-05-23 22:16:07 +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.