Delphi-OpenCV/source/component/Delphi20/dclOpenCV200.dpk
Laentir Valetov 86b316eaf0 HoughLines and HoughCircles image operations
Signed-off-by: Laentir Valetov <laex@bk.ru>
2014-05-30 19:22:53 +04:00

14 lines
178 B
ObjectPascal

package dclOpenCV200;
requires
OpenCV200,
rtl,
vcl,
designide;
contains
uOCVIOProperties in '..\uOCVIOProperties.pas',
uOCVRegister in '..\uOCVRegister.pas';
end.