From 2539a705e8235a1a2d28035464627fbecda28552 Mon Sep 17 00:00:00 2001 From: Shahrul Kamil bin Hassan <shahrulkamil98@g.ucla.edu> Date: Thu, 30 Sep 2021 18:44:14 +0000 Subject: [PATCH] Upload New File --- Code/Main Feather Code/utilities.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Code/Main Feather Code/utilities.h diff --git a/Code/Main Feather Code/utilities.h b/Code/Main Feather Code/utilities.h new file mode 100644 index 0000000..a1ad9ad --- /dev/null +++ b/Code/Main Feather Code/utilities.h @@ -0,0 +1,8 @@ +#ifndef UTI_H +#define UTI_H + +void lab2rgb( float l_s, float a_s, float b_s, float& R, float& G, float& B ); +void translateCodetoThreshold(int code); + + +#endif -- GitLab