mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-15 15:55:53 +01:00
2ab784631e
Signed-off-by: Mikhail Grigorev <sleuthhound@gmail.com> |
||
---|---|---|
.. | ||
Delphi7 | ||
Delphi15 | ||
Delphi16 | ||
Delphi17 | ||
Delphi18 | ||
Delphi19 | ||
Delphi20 | ||
Delphi21 | ||
Resource | ||
haarcascade.res | ||
ocv.comp.ImageOperation.pas | ||
ocv.comp.IOProperties.pas | ||
ocv.comp.Proc.pas | ||
ocv.comp.Register.pas | ||
ocv.comp.RegisterFMX.pas | ||
ocv.comp.RegisterVCL.pas | ||
ocv.comp.Source.pas | ||
ocv.comp.Types.pas | ||
ocv.comp.VideoWriter.pas | ||
ocv.comp.View.pas | ||
ocv.comp.ViewFMX.pas | ||
OpenCV.dcr | ||
OpenCV.inc | ||
OpenCV.res | ||
readme.md |
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
- Add to system variable PATH path to DLL libraries OpenCV.
- To install, open <PROJECT_ROOT>\component\Delphi20\RAD Studio XE6.groupproj. Install package.
- In the panel component will be part OpenCV.
- Open the sample
<PROJECT_ROOT>\samples\Components\cCameraCapture\cCameraCapture.dproj
<PROJECT_ROOT>\samples\Components\cMatchTemplate\cMatchTemplate.dproj
Run the sample.