mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-15 07:45:53 +01:00
Merge pull request #40 from BenediktS/rename-ocv.cvutils
rename ocv.cvutils to ocv.utils
This commit is contained in:
commit
53a9ca7547
@ -63,7 +63,7 @@ implementation
|
||||
|
||||
uses
|
||||
ocv.core_c,
|
||||
ocv.core.types_c, ocv.cvutils;
|
||||
ocv.core.types_c, ocv.utils;
|
||||
|
||||
procedure TMainForm.btn1Click(Sender: TObject);
|
||||
begin
|
||||
|
@ -44,7 +44,7 @@ implementation
|
||||
Uses ocv.core.types_c,
|
||||
System.Math,
|
||||
ocv.core_c,
|
||||
ocv.cvutils, ocv.imgproc_c, ocv.imgproc.types_c;
|
||||
ocv.utils, ocv.imgproc_c, ocv.imgproc.types_c;
|
||||
|
||||
procedure TForm1.frm22trckbr1Change(Sender: TObject);
|
||||
begin
|
||||
|
@ -57,7 +57,7 @@ program ch10_ex10_1;
|
||||
|
||||
uses
|
||||
System.SysUtils,
|
||||
ocv.cvutils,
|
||||
ocv.utils,
|
||||
ocv.core_c,
|
||||
ocv.highgui_c,
|
||||
ocv.core.types_c,
|
||||
|
@ -59,7 +59,7 @@ program ch10_ex10_2;
|
||||
|
||||
uses
|
||||
System.SysUtils,
|
||||
ocv.cvutils,
|
||||
ocv.utils,
|
||||
ocv.core_c,
|
||||
ocv.highgui_c,
|
||||
ocv.core.types_c,
|
||||
|
@ -62,7 +62,7 @@ program ch13_ex13_1;
|
||||
|
||||
uses
|
||||
System.SysUtils,
|
||||
ocv.cvutils,
|
||||
ocv.utils,
|
||||
ocv.core_c,
|
||||
ocv.highgui_c,
|
||||
ocv.core.types_c,
|
||||
|
@ -63,7 +63,7 @@ program ch9_watershed;
|
||||
|
||||
uses
|
||||
System.SysUtils,
|
||||
ocv.cvutils,
|
||||
ocv.utils,
|
||||
ocv.core_c,
|
||||
ocv.highgui_c,
|
||||
ocv.core.types_c,
|
||||
|
@ -35,7 +35,7 @@ uses
|
||||
ocv.imgproc_c,
|
||||
ocv.imgproc.types_c,
|
||||
ocv.objdetect_c,
|
||||
ocv.cvutils,
|
||||
ocv.utils,
|
||||
uResourcePaths;
|
||||
|
||||
procedure help;
|
||||
|
@ -40,7 +40,7 @@ uses
|
||||
ocv.core.types_c,
|
||||
ocv.imgproc_c,
|
||||
ocv.imgproc.types_c,
|
||||
ocv.cvutils;
|
||||
ocv.utils;
|
||||
|
||||
Const
|
||||
CAMERA_INDEX = CV_CAP_ANY;
|
||||
|
@ -33,7 +33,7 @@ uses
|
||||
ocv.core.types_c,
|
||||
ocv.imgproc.types_c,
|
||||
ocv.imgproc_c,
|
||||
ocv.cvutils;
|
||||
ocv.utils;
|
||||
|
||||
const
|
||||
CAMERA_INDEX = CV_CAP_ANY;
|
||||
|
@ -36,7 +36,7 @@ uses
|
||||
ocv.core.types_c,
|
||||
ocv.imgproc_c,
|
||||
ocv.imgproc.types_c,
|
||||
ocv.cvutils,
|
||||
ocv.utils,
|
||||
uResourcePaths;
|
||||
|
||||
// сравнение объектов по моментам их контуров
|
||||
|
@ -34,7 +34,7 @@ uses
|
||||
ocv.imgproc.types_c,
|
||||
ocv.imgproc_c,
|
||||
ocv.legacy,
|
||||
ocv.cvutils;
|
||||
ocv.utils;
|
||||
|
||||
const
|
||||
CAMERA_INDEX = CV_CAP_ANY;
|
||||
|
@ -35,7 +35,7 @@ uses
|
||||
ocv.imgproc_c,
|
||||
ocv.imgproc.types_c,
|
||||
ocv.tracking_c,
|
||||
ocv.cvutils;
|
||||
ocv.utils;
|
||||
|
||||
var
|
||||
image: pIplImage = nil;
|
||||
|
@ -41,7 +41,7 @@ uses
|
||||
ocv.objdetect_c,
|
||||
ocv.imgproc_c,
|
||||
ocv.imgproc.types_c,
|
||||
ocv.cvutils,
|
||||
ocv.utils,
|
||||
uResourcePaths;
|
||||
|
||||
Const
|
||||
|
@ -5,7 +5,7 @@ unit uMainForm;
|
||||
interface
|
||||
|
||||
uses
|
||||
ocv.core.types_c, ocv.core_c, ocv.highgui_c, ocv.objdetect_c, ocv.cvutils,
|
||||
ocv.core.types_c, ocv.core_c, ocv.highgui_c, ocv.objdetect_c, ocv.utils,
|
||||
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
|
||||
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, Vcl.StdCtrls, Vcl.Samples.Spin,
|
||||
Vcl.Menus, Vcl.ImgList, uResourcePaths;
|
||||
|
@ -38,7 +38,7 @@ uses
|
||||
ocv.imgproc_c,
|
||||
ocv.imgproc.types_c,
|
||||
ocv.core.types_c,
|
||||
ocv.cvutils;
|
||||
ocv.utils;
|
||||
|
||||
// default capture width and height
|
||||
const
|
||||
|
@ -6,7 +6,7 @@ program art;
|
||||
uses
|
||||
System.SysUtils,
|
||||
System.Math,
|
||||
ocv.cvutils,
|
||||
ocv.utils,
|
||||
ocv.core_c,
|
||||
ocv.highgui_c,
|
||||
ocv.core.types_c,
|
||||
|
@ -79,7 +79,7 @@ implementation
|
||||
|
||||
{$R *.dfm}
|
||||
|
||||
uses ocv.core.types_c, ocv.cvutils;
|
||||
uses ocv.core.types_c, ocv.utils;
|
||||
|
||||
procedure TMainForm.FormDestroy(Sender: TObject);
|
||||
begin
|
||||
|
@ -74,7 +74,7 @@ implementation
|
||||
|
||||
uses
|
||||
ocv.core_c,
|
||||
ocv.cvutils,
|
||||
ocv.utils,
|
||||
ocv.calib3d_c,
|
||||
ocv.imgproc_c,
|
||||
ocv.imgproc.types_c;
|
||||
|
@ -86,7 +86,7 @@ Uses
|
||||
ocv.core_c,
|
||||
ocv.imgproc_c,
|
||||
ocv.imgproc.types_c,
|
||||
ocv.cvutils;
|
||||
ocv.utils;
|
||||
|
||||
procedure TMainForm.FormDestroy(Sender: TObject);
|
||||
begin
|
||||
|
@ -108,7 +108,7 @@ Uses
|
||||
ocv.core_c,
|
||||
ocv.imgproc_c,
|
||||
ocv.imgproc.types_c,
|
||||
ocv.cvutils;
|
||||
ocv.utils;
|
||||
|
||||
const
|
||||
FRAME_WIDTH = 640;
|
||||
|
@ -82,7 +82,7 @@ implementation
|
||||
|
||||
{$R *.dfm}
|
||||
|
||||
uses ocv.core.types_c, ocv.cvutils;
|
||||
uses ocv.core.types_c, ocv.utils;
|
||||
|
||||
procedure TMainForm.ButtonStartCaptureClick(Sender: TObject);
|
||||
var
|
||||
|
@ -83,7 +83,7 @@ uses
|
||||
ocv.highgui_c,
|
||||
ocv.core.types_c,
|
||||
ocv.legacy,
|
||||
ocv.cvutils;
|
||||
ocv.utils;
|
||||
|
||||
procedure TMainForm.btn1Click(Sender: TObject);
|
||||
const
|
||||
|
@ -1024,7 +1024,7 @@ implementation
|
||||
uses
|
||||
ocv.core_c,
|
||||
ocv.imgproc_c,
|
||||
ocv.cvutils,
|
||||
ocv.utils,
|
||||
{$IFDEF HAS_UNITSCOPE}
|
||||
System.Math;
|
||||
{$ELSE}
|
||||
|
@ -41,7 +41,7 @@ Uses
|
||||
{$ENDIF}
|
||||
ocv.core_c,
|
||||
ocv.imgproc_c,
|
||||
ocv.cvutils;
|
||||
ocv.utils;
|
||||
|
||||
{$I Opencv.inc}
|
||||
|
||||
|
@ -388,7 +388,7 @@ implementation
|
||||
uses
|
||||
ocv.imgproc_c,
|
||||
ocv.imgproc.types_c,
|
||||
ocv.highgui_c, ocv.cvutils;
|
||||
ocv.highgui_c, ocv.utils;
|
||||
|
||||
function ocvPixel(const R, G, B: byte): TocvPixel;
|
||||
begin
|
||||
|
@ -161,7 +161,7 @@ type
|
||||
implementation
|
||||
|
||||
uses
|
||||
ocv.cvutils;
|
||||
ocv.utils;
|
||||
|
||||
{ TOpenCVView }
|
||||
|
||||
|
@ -135,7 +135,7 @@ implementation
|
||||
|
||||
uses
|
||||
ocv.lib,
|
||||
ocv.cvutils,
|
||||
ocv.utils,
|
||||
ocv.core_c;
|
||||
|
||||
function CreateVideoCapture: TccvVideoCapture; stdcall; external opencv_classes_lib name 'CreateVideoCapture'; overload;
|
||||
|
Loading…
Reference in New Issue
Block a user