Shrediquette / PIVlab

Particle Image Velocimetry for Matlab, official repository
https://shrediquette.github.io/PIVlab/
MIT License
126 stars 30 forks source link

Issue warning after uipickfiles when image size inconsistent #54

Closed Shrediquette closed 2 years ago

Shrediquette commented 3 years ago

add loop to check image dimension. How mcuh time does that take...?

Shrediquette commented 3 years ago

Takes too much time with imfinfo . Maybe add after piv_fftmulti, when images are read anyway. just determine size after loading image, if it is unequal to previous size, then open warning msgbox.

Shrediquette commented 2 years ago

Added size consistency check