mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-17 16:55:52 +01:00
c17e038cd9
[+] Added demos of creating and using visual and non-visual component using OpenCV (\ component \ OpenCV.dpk) [+] Added an example of using components (samples \ Components \ cCameraCapture \ cCameraCapture.dpr) [*] Minor changes in the modules Signed-off-by: Laex <laex@bk.ru>
20 lines
301 B
Modula-2
20 lines
301 B
Modula-2
LIBRARY opencv_classes.dll
|
|
|
|
EXPORTS
|
|
CreateMat @1
|
|
CreateMat_rct @2
|
|
CreateMat_Mat @3
|
|
|
|
CreateVideoCapture @100
|
|
CreateVideoCapture_dvc @101
|
|
|
|
CreatePoint @200
|
|
CreatePoint_xy @201
|
|
CreateScalar @202
|
|
CreateScalar_v03 @203
|
|
CreateScalar_v0 @204
|
|
CreateSize2i @205
|
|
CreateSize2i_wh @206
|
|
|
|
CString @300
|