diff --git a/Code/Main Feather Code/utilities.h b/Code/Main Feather Code/utilities.h new file mode 100644 index 0000000000000000000000000000000000000000..a1ad9adbad7124479fd8d5168a7b1b24a915521c --- /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