mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 00:02:52 +08:00
Added a median (math) function to Utility
This commit is contained in:
@@ -90,7 +90,7 @@ class LineSegment
|
||||
|
||||
};
|
||||
|
||||
|
||||
double median(int array[], int arraySize);
|
||||
|
||||
vector<Mat> produceThresholds(const Mat img_gray, Config* config);
|
||||
|
||||
|
Reference in New Issue
Block a user