This is a good question. In addition to the helpful answers already gtiven, there is bit more to add.
Arduino is a cross platform IDE that works in conjunction with an Arduino controller in order to write, compile and upload code to the board, from
https://www.researchgate.net/publication/282268686_Autonomous_Ball_Collecting_Robot_Using_Image_Processing_Techniques [accessed Nov 01 2017].
A very good discussion about Arduino and its usage in image processing applications, especially in robotic vision system, used in conjunction with raspberry pi, is available at
To recognize image you need to store a database and make a matching process between the specific image and those stored in the databas, where this process is beyond the ability of the Arduino.
This is a good question. In addition to the helpful answers already gtiven, there is bit more to add.
Arduino is a cross platform IDE that works in conjunction with an Arduino controller in order to write, compile and upload code to the board, from
https://www.researchgate.net/publication/282268686_Autonomous_Ball_Collecting_Robot_Using_Image_Processing_Techniques [accessed Nov 01 2017].
A very good discussion about Arduino and its usage in image processing applications, especially in robotic vision system, used in conjunction with raspberry pi, is available at