how to estimate the motion of single pixel

2 views (last 30 days)
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 Comments
Sudheer Bhimireddy
Sudheer Bhimireddy on 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.
QuestionsAccount
QuestionsAccount on 15 Aug 2020
hi Sudheer Bhimireddy thanx for your response.
I already have location of pixels that i want to find motion of. Actullay the dificulty i m facing is that i have multiple pixels (8 to 10) and i want to find weather these particular pixels are moving or not. i know we can do this by finding the change in location in every frame to see which pixels are moving and which one are static. but how can i code this?
problem: some pixels leave the field of view and others enter the field of view. How can i handle that? we must have to ID/ label them. but as a begginer i m facing difculties in codding all this. please help me to code this as i tried many times but i condn't figure it one.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!