Evolve icon indicating copy to clipboard operation
Evolve copied to clipboard

intelligent image split

Open infoburp opened this issue 10 years ago • 3 comments

split image into a quadtree of regions with similar detail level

for each region, launch a thread and evolve a solution (give more processor time to more detailed regions)

infoburp avatar May 11 '14 07:05 infoburp

also possibly split image into quadtree of regions with similar fitness level

for each region, launch a thread and evolve a better solution (give more processor time to less fit regions)

infoburp avatar May 11 '14 08:05 infoburp

how do you define detail level? What do you do with the 'unions' -- the line of pixels that will not match on both regions?

DavidVentura avatar May 12 '14 05:05 DavidVentura

I would say that detail level is 1 / (the standard deviation of the colour values for the pixels within a region). The unions are still a problem..

infoburp avatar May 12 '14 10:05 infoburp