Hi
Im tring to do PIV using imageJ plugin. The source is a video *.avi formed with 600 frames.
What Im going to try is:
- Split that video avi into 300 pair of images. (Using opencv python scripts)
- Run a macro on ImageJ to save each pair of images as a stack. I will end up with ~300 stacks.
Then analyze each pair using PIV macro.
Does this sound reasonably? Have anyone done something similar?
Thanks