Closed MjBordalo closed 6 years ago
The quick answer is that PlantCV can be applied to almost anything, because OpenCV is so flexible. However, it does not have soup-to-nuts functionality for doing everything "out of the box", because there are so many specific use cases in the categories you list.
As stated in the FAQ, PlantCV is currently geared towards snapshot analysis rather than explicitly using information on the temporal order of photos. I'm not sure what you mean by "real time", because video data is really just ordered photo data. Capturing a photo just once per day is "real time", if you process it right away. I do not know anyone who is processing streaming video, because our applications have not required such fine temporal resolution.
I would like to combine PlantCV with cron
or the like to automatically generate reports (probably once per day, at the end of the day) during top-down Raspberry Pi time-course experiments, but I have not thought too hard about it.
Can PlantCV be used with crops, in the field? Yes, unquestionably. It is being used for one of the largest automated field phenotyping projects in the world---see http://terraref.org
As with your question #194, it is hard to offer general advice about disease detection/quantification, which is a large category of research. Have you looked at the wheat rust pustule example?
Could PlantCV be used to detect weeds in a field? Yes. Is anyone actively doing that? Not to my knowledge. Getting really good performance could be a lot of work. Rogue A. thaliana seedlings occasionally pop up in my soil, which can be inconvenient, so I would like to attempt to automatically detect and send alerts about those. Such a project seems tractable, but also sounds much narrower than what you are imagining.
Thanks 4 the reply.
2.nice going to check
3.no, but i will
thanks 4 your reply once again
Will close this issue for now but feel free to re-open.
Hello, i would like to know if plantCv suits the real time CV aplications puropose.
Could you tell me some libraries that do it. For example, detecting diseases or unwanted weeds on the field.
Thanks