Graphing the intensity to ultimately integrate and find the area of circles
2 views (last 30 days)
Show older comments
I am curious if there is anyway to graph the pixels in this image. I want to tell when two particles are bonded by determining if their area is within a certain range (I had used "imfindcircles" and it is not as accurate as I need it to be. Therefore, I am trying to graph the pixels and then integrate the graph to determine the area of each particle. Below is the example of the image and what the particles look like. The very tiny dots are the particles I am investigating. The larger ones are simply dust particles.
0 Comments
Answers (1)
Sam McDonald
on 6 Mar 2017
If you want to extract data out of the image and plot the intensity on your own, I would suggest using the "improfile" function. Visit the documentation page for that function to get an understanding of how to use it:
Here is another documentation page on the MathWorks website: https://www.mathworks.com/help/images/intensity-profile-of-images.html
You may also find this post interesting: https://www.mathworks.com/matlabcentral/answers/118081-how-to-plot-intensity-graph-for-an-image
0 Comments
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!