mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-16 08:15:52 +01:00
86b316eaf0
Signed-off-by: Laentir Valetov <laex@bk.ru>
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.
|