how to estimate the motion of single pixel
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
hi everyone.
i preprocessed my image now i have binary image.
I want to find the motion of a particular pixel in multiple images (video frames). actually i want to check weather that particular pixel is moving or not. how can i do this in matlab? any help is appreciated.(i think particle advection process will help me but i dont know how to impletment it in matlab. plz help).
2 Kommentare
Sudheer Bhimireddy
am 9 Aug. 2020
Does your pixel intensity change? If not, you can estimate the location or index of that particular pixel using the find function and see how it changes everytime.
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!