Hi Jassik112,
By default, SharePoint can't search image content. and as far as i know, there is no a third party tool can achieve your requirement.
If you have to achieve it, i can give you an idea of it:
1、Programming to preprocessing all of your pictures, and read the contents to your database(Associate the corresponding picture). Here are some sample code about it(Difficult to complete identification):
http://www.codeproject.com/Articles/196168/Contour-Analysis-for-Image-Recognition-in-C
http://ir.codeplex.com/
2、Programming search the contents from database.
thanks,
Lhan Han