write_plant_map_v07.exe - m.miller 07.21.26 

Writes an .inc file of object positions and plant type based on the loaded map file and plant counts associated by color within the image. There are 10 colors the program can scan for - each can represent a different object & count. If you put a count of 100 in 'Plant 1' and process, the program will scan random positions in the map image until it has found 100 positions that contain the pixel RGB 'teal'. 
I add a simple viewer to compare the plant positions to the map file.
 

C_teal      0    255  255
C_blue      0    0    255
C_magenta   255  0    255
C_red       255  0    0
C_orange    255  128  0
C_yellow    255  255  0
C_green     0    255  0
C_black     0    0    0
C_gray25    64   64   64
C_gray50    128  128  128     