Change detection function args type from

float to double.
This commit is contained in:
kradchen
2023-05-30 13:43:44 +08:00
parent 6f4db0077f
commit d6d9d28d84
4 changed files with 49 additions and 48 deletions

View File

@@ -1 +1 @@
extern void maximumDetection(float* inArray, int n, int m, float* outVector);
extern void maximumDetection(double* inArray, int n, int m, double* outVector);