mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-15 15:55:53 +01:00
Merge branch 'master' of github.com:Laex/Delphi-OpenCV
# Conflicts: # source/ocv.core_c.pas
This commit is contained in:
commit
47e7466e6b
@ -1113,7 +1113,11 @@ function cvSum(const arr: pCvArr): TCvScalar; cdecl;
|
||||
}
|
||||
function cvCountNonZero(arr: pIplImage): Integer; cdecl;
|
||||
|
||||
(** Calculates mean and standard deviation of pixel values *)
|
||||
//// * Calculates mean value of array elements */
|
||||
//// CVAPI(CvScalar) cvAvg( const CvArr* arr, const CvArr* mask CV_DEFAULT(NULL) );
|
||||
//function cvAvg(const arr: pCvArr; const mask: pCvArr = nil): TCvScalar; cdecl;
|
||||
|
||||
// * Calculates mean and standard deviation of pixel values */
|
||||
procedure cvAvgSdv(const arr: pCvArr; mean: pCvScalar; std_dev: pCvScalar; const mask: pCvArr = nil); cdecl;
|
||||
|
||||
{ Finds global minimum, maximum and their positions
|
||||
|
Loading…
Reference in New Issue
Block a user