Docstring and unit testing implemented for all of the annotation processing functions
Major reorganization of the files to make the processing more intuitive and the model easier to understand
Updated RGB-based annotation processing. Instead of 'hashing' RGBs into unique float values that might not be reproducible, depending on the datatype, I simply bit shift the RGB values into their unique int based value and use that for a subsequent ID annotation
Notes: