agrc / orthomerger

Merges overlapping orthorectified rasters (imagery, scanned maps, etc) into a single output file.
MIT License
0 stars 0 forks source link

Choose tile based on color #12

Open jacobdadams opened 4 years ago

jacobdadams commented 4 years ago

Investigate ways of looking at image's colors to determine which tile to choose- check out https://towardsdatascience.com/color-identification-in-images-machine-learning-application-b26e770c4c71.

jacobdadams commented 4 years ago

Took a stab at this under the color_variance branch. Some cool ideas, but the color varies too much between cities (and even some scans of the same city) to work well. Maybe someday we can do a real machine-learning method to make it work.