Plotting droplet size distribution from spray image
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am trying to find out the droplet size distribution from a spray nozzle. So I have taken high speed imaging data for the same. Now, I want to find out the droplet size distribtion for a particular tiff file. I tried to write my own code, but it is not giving appropriate results. So, If anyone can help me out solving this problem then i would be greatful to him. Thank you.
0 Commenti
Risposte (1)
Image Analyst
il 8 Nov 2023
We might be able to help if the droplets are all separated in your image. I have worked on several spray problems in the past. If your image is not good then you might have to alter/improve your image capture conditions, or else measure something else that is relevant, like area fraction or whatever.
It's a generic, general purpose demo of how to threshold an image to find blobs, and then measure things about the blobs, and extract certain blobs based on their areas or diameters.
If you have any more questions, then attach your image(s) with the paperclip icon after you read this:
2 Commenti
Vedere anche
Categorie
Scopri di più su Image Processing and Computer Vision in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!