Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for Non-Square Interrogation Window Support in PIVlab #136

Open
sanjayvasanth98 opened this issue Dec 30, 2024 · 2 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@sanjayvasanth98
Copy link

I am writing to request the addition of non-square interrogation windows in PIVlab. As of now, the software supports square interrogation windows (e.g., 32×32, 64×64 pixels). However, many experimental setups and flow phenomena would greatly benefit from rectangular or otherwise non-square windows (e.g., 64x32, 64x16 pixels). Allowing users to define both the width and height of the interrogation area independently would help where one dimension is more critical than the other. It could potentially reduce overall processing time as well.
I kindly request that you consider implementing this feature in a future release. It would be a welcome improvement for numerous PIVlab users. Thank you for your time and contribution to the open source community.

@sanjayvasanth98 sanjayvasanth98 added the enhancement New feature or request label Dec 30, 2024
@Shrediquette
Copy link
Owner

I think this will be a bit difficult to implement with the current code. How about resizing your image data before analysis in PIVlab? You could scale x direction up by a factor of two, then do the analysis, then rescale the results. This would give quick-and-dirty non-square interrogation areas.

@sanjayvasanth98
Copy link
Author

Thank you for the suggestion! Rescaling the image sounds like a practical workaround. I’ll give that approach a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants