Minor changes in ocv.core.types_c

Signed-off-by: Laentir Valetov <laex@bk.ru>
This commit is contained in:
Laentir Valetov 2017-10-06 22:24:12 +04:00
parent c0e93d0603
commit b80da6ccf9
2 changed files with 2 additions and 2 deletions

View File

@ -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/

View File

@ -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;