Filter out small dust in image!
3 views (last 30 days)
Show older comments
Hello,
I am trying to detect and count moving rocks! Below is a frame from a video. I did the following to get this frame:
- register the each frame with respect to the first frame of the video
- make a composite image from each registered frame and first frame [imfuse(frame i, and frame 1)
As can be seen, the green stuff is the result which is a combination of dust and rocks(green isolated blobs) and a bit of camera vibration! I used color threshholding followed up by filtering the obtained binary image (area, major diamameter, etc.), finding circles, ...I have not been able to filter out the dust and isolate the rocks. I would appreciate any ideas how to move forward. Attached you can see frame1, 2835,2836,2837,2838
Answers (1)
Constantino Carlos Reyes-Aldasoro
on 30 Mar 2022
Where exactly are the rocks that you want to count? There is a lot of green but I cannot immediately see any rocks.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!