T
ThisBytes5
I have a bunch of images, some of which may have a Logo in them, not
transparent. The logo can appear anywhere in the image, usually in one
of the corners. I need to sort the images based on whether or not they
contain the logo.
I've done something like this in the past, but they were 128x128
images and I just did a pixel compare, this is SLOW. I would like to
find someway to determine if the logo is contained with in a given
image, as reliably as possible with out having to do a pixel compare.
However, I'm not even really sure where to start on this. Any help
would be appreciated.
Thanks
Wayne
transparent. The logo can appear anywhere in the image, usually in one
of the corners. I need to sort the images based on whether or not they
contain the logo.
I've done something like this in the past, but they were 128x128
images and I just did a pixel compare, this is SLOW. I would like to
find someway to determine if the logo is contained with in a given
image, as reliably as possible with out having to do a pixel compare.
However, I'm not even really sure where to start on this. Any help
would be appreciated.
Thanks
Wayne