Thread: Reverse image recognition algorithm - connect to online images database

  1. #1
    Registered User
    Join Date
    Aug 2018
    Posts
    1

    Reverse image recognition algorithm - connect to online images database

    Hello,

    First, my programming skills are pretty basic so I apologise in advance if my question is a bit not focused / complete but your assistance here will be great!

    For over 5 months now, my friend is developing a reverse image recognition algorithm in c. The concept is simple, we upload an image query and the algorithm scan our images database (around 2mil images) and search for identical images.

    We would like to connect the algorithm with an online images database (like Google images or others) in order to continue experimenting with our algorithm and see how it works on a real online database.

    My question is whether such thing is even possible? (via Google Images API or any other API) Additionally, how complex is the integration process of the algorithm we have at the moment written in c with an online database of images?

    many thanks for all the helpers!

    Regards,

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Word for word identical with Reverse Image Recognition Algorithm - Connect To Online Images Databas - Java | Dream.In.Code

    Except for the change of programming language.

    Your 'friend' is very industrious to implement the same thing in multiple languages at the same time.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Scene / image recognition
    By rogster001 in forum General AI Programming
    Replies: 5
    Last Post: 07-22-2014, 03:33 PM
  2. Connect to a sql database
    By Boy67 in forum C++ Programming
    Replies: 4
    Last Post: 08-28-2008, 03:33 PM
  3. automatic image recognition
    By xximranxx in forum Game Programming
    Replies: 15
    Last Post: 05-10-2007, 06:31 AM
  4. Database connect
    By column in forum C++ Programming
    Replies: 4
    Last Post: 02-14-2006, 03:40 AM
  5. ideas on reverse connect
    By stormy in forum C Programming
    Replies: 0
    Last Post: 02-07-2006, 03:19 PM

Tags for this Thread