MATLAB- image processing need idea for code

AI Thread Summary
The discussion focuses on creating MATLAB code to measure the time interval a particle spends in two regions of interest, as observed in a video. The user seeks guidance on how to start programming, particularly in MATLAB's image processing capabilities, to track the particle's movement, which is too fast for the naked eye. There is mention of needing to understand motion estimation and the potential use of Kalman Filters for this task. The user is looking for foundational knowledge and resources to effectively implement this project. Overall, the goal is to develop a reliable method for quantifying the particle's travel time between specified areas during experiments.
Urmi Roy
Messages
743
Reaction score
1

Homework Statement



As per the attached picture, we are basically trying to find out the time interval between the instants that the particle (black dot) is in the first region of interest and the instant that it is in the second region of interest.

i have a video in which the particle in question is shown to travel between these regions of interest...but obviously, these regions are not marked out on the video, since these are just hypothetical.

The idea is to make a code on a software such as MATLAB that we can use during experiments on the particle we are investigating so that each time we do the experiment, we can be sure as to how long it takes to do so.

The problem is that in real life(during experiment) the process is so fast, that we cannot track the velocity with the naked eye...

Homework Equations



The Attempt at a Solution



Being new to programming, I have no idea how to begin this..I need a starter...I thought
of using MATLAB image processing...I don't know if that's a good idea...

Could someone please tell me how to start? How do I make a code for this? What do I need to know? What extra stuff do I need to study?
 

Attachments

  • particle tracking.JPG
    particle tracking.JPG
    9.5 KB · Views: 416
Physics news on Phys.org
I got to know that its got something to do with motion estimation and with some use of Kalman FIlters does anyone have any idea as to how to use these on MATLAB?
 

Similar threads

Back
Top