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

[Help]: regression trend removal causing artifacts #98

Open
SteffanDavies opened this issue Feb 12, 2024 · 1 comment
Open

[Help]: regression trend removal causing artifacts #98

SteffanDavies opened this issue Feb 12, 2024 · 1 comment

Comments

@SteffanDavies
Copy link

Regression method is causing border artifacts:

image

image

Do you recommend any workaround except for increasing chunksize (it is currently 2048)

@AlexeyPechnikov
Copy link
Owner

You are right: we need to increase the chunksize to have a single chunk for the regression and revert it back later. To prevent performance degradation just filter out low correlation pixels. Typically, 1000 - 10000 pixels are more than enough for robust regression estimation.

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

No branches or pull requests

2 participants