William Thielicke
William Thielicke
https://de.mathworks.com/matlabcentral/fileexchange/27659-pivlab-particle-image-velocimetry-piv-tool-with-gui?tab=discussions#discussions_2468985
With the new sliderdisp function which can select in which axis to draw, it could be a simple task to implement multi monitor support. One figure window would be used...
When saving a session, use the relative file path to the image files, not the absolute path. Makes it easier to move analyses around after they have been analyzed.
yields an error, because the fileseperator is decided based on the CURRENT OS, not on the OS where the file was saved. in sliderdisp: ` if ispc==1 zeichen=strfind(filepath{j,1},'\'); else zeichen=strfind(filepath{j,1},'/');...
...so users can play with the interface using their webcam. Don't use imaqtoolbox, but the free Webcam addon. Just use some resolution, so no extra settings available, like in my...
Here is an answer to my question in Matlab answers: https://de.mathworks.com/matlabcentral/answers/1919160-image-undistortion-with-fixed-camera-position-and-single-calibration-image?s_tid=srchtitle#answer_1181145 Maybe use the existing lens distortion GUI in the iamge acquisition toolbox. Use the parameters in PIVlab. Also provide...