Greetings to all
Thank you for your help
Frankly I am new in the world Arduino MicroController
My question is that
How to use Arduino Board in image processing or facial Recogination treatment for a particular object ..?
Gratefully
Please Help
You can't use an arduino for anything to do image processing. The only processor in the range which could deal with an image (maybe) is the yun and then only from a web cam.
Mark
Thanks Mark for replay
But Can I use ArduCam Shield in Projects Image Processing
ArduCAM Shield Rev.C Now Released - Arducam
and how can give me some tutorial about that or references
Thank you very much
But Can I use ArduCam Shield in Projects Image Processing
Yes but that board is another computer processor system you are bolting the arduino to.
Image processing capabilities are very limited because you will not have very much memory. Any processing algorithms will have to be "in line" that is just use the frame buffer on the board. Many image processing algorithms require three buffers, two for the input and one for the output.
You are much better off using a Yun or Raspberry Pi, as that has both the memory and the speed.
You are much better off using a Yun or Raspberry Pi, as that has both the memory and the speed.
Thanks Grumpy_Mike
Thank you for the advice