mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-16 00:05:52 +01:00
14 lines
178 B
ObjectPascal
14 lines
178 B
ObjectPascal
|
package dclOpenCV200;
|
||
|
|
||
|
requires
|
||
|
OpenCV200,
|
||
|
rtl,
|
||
|
vcl,
|
||
|
designide;
|
||
|
|
||
|
contains
|
||
|
uOCVIOProperties in '..\uOCVIOProperties.pas',
|
||
|
uOCVRegister in '..\uOCVRegister.pas';
|
||
|
|
||
|
end.
|