Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bucketing #1

Open
pharaun opened this issue Mar 14, 2014 · 0 comments
Open

Bucketing #1

pharaun opened this issue Mar 14, 2014 · 0 comments

Comments

@pharaun
Copy link
Owner

pharaun commented Mar 14, 2014

This current SAD algo does not work with:

  1. line drawing
  2. rotated or cropped images

Should be able to attempt to identify the line drawing and discard/send those to another algo. Then should be able to classify the rest of the images into buckets. Maybe while reducing the images to 3x 32x32 grids of rgb values, we could also acquire an "average" with std-dev or so and classify these images into buckets. Because there is no way a mostly white image is going to pass the similarity threshold of a almost black image. So this should be a good way to classify and bucket these images.

This way we can reduce the N of the comparing pool even further to make it even faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant