mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-15 07:45:53 +01:00
Minor changes in ocv.core.types_c
Signed-off-by: Laentir Valetov <laex@bk.ru>
This commit is contained in:
parent
c0e93d0603
commit
b80da6ccf9
@ -107,6 +107,6 @@ Examples of use of components
|
||||
[1]: https://github.com/Laex/Delphi-OpenCV/archive/master.zip
|
||||
[2]: https://www.microsoft.com/en-us/download/details.aspx?id=48145
|
||||
[3]: https://www.libsdl.org/index.php
|
||||
[4]: https://github.com/opencv/opencv/releases/tag/2.4.13.2
|
||||
[4]: https://github.com/opencv/opencv/releases/tag/2.4.13.3
|
||||
[5]: http://ffmpeg.zeranoe.com/builds/
|
||||
[6]: http://www.delphiffmpeg.com/headers/
|
@ -66,7 +66,7 @@ type
|
||||
size_t = NativeUInt;
|
||||
pFloat = ^Float;
|
||||
ppFloat = ^pFloat;
|
||||
pPointer = ^Pointer;
|
||||
pPointer = System.PPointer;//^Pointer;
|
||||
ppvoid = pPointer;
|
||||
|
||||
TSingleArray1D = array [0 .. 1] of Single;
|
||||
|
Loading…
Reference in New Issue
Block a user