- Install the computer vision toolbox from the MATLAB add on explorer.
- Read the video file using VideoReader().
- Use 'ginput()' or image segmentation techniques to locate points of interest along the finger boundary.
- You can use the PointTracker object from the computer vision toolbox to keep track of these points, and store them.
- Use MATLAB functions like plot() to plot the displacements.
- ginput() -https://in.mathworks.com/help/matlab/ref/ginput.html
- Image segmentation - https://in.mathworks.com/discovery/image-segmentation.html
- Point tracking - https://in.mathworks.com/help/vision/ref/vision.pointtracker-system-object.html