Calculate the cone angle of a spray image
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
sanjeet
il 13 Mag 2015
Commentato: Image Analyst
il 2 Ago 2023
Please find the image bellow - the angle is between the boundary lines in red shown, while the reference point is the center point in the line shown as reference. The reference point is at fixed distance known value. The dark fish shaped is the spray shape after impingement- for which we need to measure the angle. Scattered dots are particle in liquid form-
To tackle I thought to get following steps: read the image Subtracting image with background image to get clear spray visualization convert grey-scale to binary setting threshold for separating the dark and light area- for boundary Drawing the boundary lines as spray after collision and calculating the angle between lines
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/150066/image.png)
3 Commenti
Image Analyst
il 13 Mag 2015
Attach the original, un-annotated image and your script if you need help on it.
Risposta accettata
Image Analyst
il 14 Mag 2015
Modificato: Image Analyst
il 16 Lug 2021
Alright sanjeet, I spent way more time than I should have to make this fancy for you (about half an hour) but attached below the image is the code.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/176820/image.jpeg)
It determined that the angle is 23.1 degrees. If you want the lines overlaid on the image, I'm sure you can figure out that simple part. As I mentioned in the comments you might want to figure out an algorithm to examine the widths plot and figure out where to fit your line over. The min is fairly straight forward, but the widest part is somewhat of a judgement call.
Più risposte (2)
Dhruv Gandhi
il 29 Apr 2019
Hallo image analyst,
i want to calculate the area of the coloured image , see the attachment.
i try to convert all the blue lines into white and other then Blue in to Black. after That want to calculateArea of this Black region in the image. i Dont know How to do that. can ypu please Help.
0 Commenti
I Komang Gede Tryas Agameru Putra
il 28 Lug 2023
Dear Image Analyst,
Thank you for providing the code above, I tried to use your code to analyze the cone angle, but it turns out that the cone angle is not properly calculated since it shows zero values (please kindly see the attachment).
Please kindly help me to solve this issues.
Thank you in advanced.
5 Commenti
I Komang Gede Tryas Agameru Putra
il 2 Ago 2023
Dear Image Analyst,
I have posted the question in separate section. Thank you in advanced
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox 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!