I am a research student in a university. I think I need some help.
I used a video camera to monitor the vibration of a plank. Then I should calculate the amplitude and frequency of the vibration from the frames pictures extracted from the videos.
The pictures extracted from the videos are thousands. It is really hard to do it manually.
All I need is to choose a point in the mid of the plank. Then trace the point's coordinate values in sequentially images.
I can trace one point in two pictures using order "ImageFeatureTrack", but I do not know how to apply this order to thousands of images.
aw0 = Import["E:\\ImageJ\\raw\\C000200.jpg"];
raw1 = Import["E:\\ImageJ\\raw\\C000201.jpg"];
ImageFeatureTrack[{raw0,raw1}]
Please help me, if you have any ideas about this task.
Thanks a lot.
Comments
Post a Comment