Laex / Delphi-OpenCV

Project Delphi-OpenCV. Translation of OpenCV library header files in Delphi
500 stars 226 forks source link

Missing forward declaration : cvAvgSdv #82

Closed HuguesDug closed 7 years ago

HuguesDug commented 7 years ago

Hello,

The function "procedure cvAvgSdv; external core_lib;" exist in the ocv.core_c.pas but the procedure is not described.

Is missing something like below earlier in the code.

procedure cvAvgSdv(arr:PCvArr; Var Mean:TCvScalar: Var std_dev:TCvScalar; Mask:PCvArr=NULL )

I included this evolution in the source and it works great...