1

I am really not sure if I am looking for image classification or its called something, please help me understand my use case.

I have a set of images, lets call them "good" ones (or models) and then I have new/incoming images, from these new/incoming ones I have sort out which are matching/similar to "good" ones and discard that don't match the "good" ones.

Please give me some pointers to read/research to address this use case. I am fine exploring Python or any ready to use opensource software/program/script.

1

1 Answer 1

1

I suggest to go with PIL or openCV python libraries which will handle all image processing functionalities .

PIL - https://pillow.readthedocs.io/en/stable/

openCV - https://docs.opencv.org/master/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.