We are trying to measure/quantify the mines in leafs caused by larvae when feeding. Does anyone know any image analysis sofware useful for this purpose?
Thanks for the answers! We have not started the bioassays yet, so we do not have any biological material available to show. A priori we are interested in measuring the length of mines. Hope Fiji works!
This is a bit difficult to answer without more knowledge. If you can observe the damage visually, then surely you could translate that into an image-processing algorithm. My recommendation would be then to use Matlab as it is very quick to prototype a solution.
For this you need image inpainting technique that uses the surrounding texture information to fill the region of interest. there are some image inpainting matlab submission available on mathworks site.
Here you can find an overview of existing image analysis tools for botanical applications: http://www.plant-image-analysis.org/
I think some of them already support scripting for batch processing a lot of leaf images automatically. If you want to develop your own image processing tool, I can highly recommend MATLAB.
You might want to look into CellProfiler. It is a free open source user friendly software designed with life science applications and high throughout put in mind. You can design your own pipeline/algorithm in a GUI, run you images in batch and have the result exported to a spreadsheet or database.
I think you have to determine the plant of concern. because there different shapes of leaves. Taking this in consideration will help to determine the mined area.