ntahlah wrote:Yes I'm planning to do a fully automated system, so basically this system will be attach in front of a moving tractor and then the tractor will swipe thru the paddy field while the system will scan all the paddy plant on the field.. but hey I just wondering since all the healthy leaf will be green coloured what if I just let the Neural network learn the the property of the healthy plant and the unhealthy one will be just consider as defected so I just need to use colour recognition right?
That's a tough application and I really don't think the Pi is capable of that. Consider a single row of plants. How many leaves would the system have to identify and inspect every second?
What are the chances of presenting individual leaves one at a time face on to the camera?
What proportion of diseased leaves can the system miss and still be useful?
What proportion of healthy leaves can the system mistake as diseased and still be viable?
What happens when disease is detected?
IF the leaves are easy to see and the disease spots are very obvious, and you can tolerate a fairly high error rate, and it isn't fast
This sort of application is a specialist task. I think you would need expert help with this.
You will surely need multiple Pi's to have any chance of covering the width of a tractor. You can probably get better price/performance with a more powerful system.
Pi isn't suited to interfacing to cameras other than the Pi camera, and that isn't well suited to this application.