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

Add UI support for blending range parameter #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

matham
Copy link

@matham matham commented Dec 17, 2024

By default, when fusing tiles, only 40 pixels around the border of tiles are blended together. In my case, I often have much more overlap and so blending of 40 still leaves pretty clear boundaries between tiles. So I added a parameter that controls how many pixels are blended. I typically set them to like 500-1000.

I'm attaching images below to show the difference blending 40 vs 500 or even 1000 pixels make to my fused brain.

I have tried intensity adjustment, but it is still not enough to overcome the lack of blending. The images I'm including are fused lightsheet images taken using a 488nm, 561nm, and 640nm laser. And in them I try different blending values and different lambda values for intensity adjustment.

It isn't clear to me if there's a downside to simply setting the blending to a very large value, like 5000. But I figured adding it as a option is better.

488nm images
561nm images
640nm images

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

Successfully merging this pull request may close these issues.

1 participant