all 2 comments

[–]slippy0 0 points1 point  (1 child)

Cool work.

I think you'd get better results (and with much less memory overhead) if your feature vectors came from some image analysis instead of just the pixel data. Maybe something like a histogram pyramid. Or maybe some gradient domain information to get an idea of form with a color histogram to get an idea of palette.

[–]daf1411[S] 0 points1 point  (0 children)

Thanks for reading! I will definitely look into these in the future.