Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Implement a GaussianBlur in the readers during tile stitching. #97

Open
AjeyPaiK opened this issue Jul 11, 2024 · 1 comment
Open

Implement a GaussianBlur in the readers during tile stitching. #97

AjeyPaiK opened this issue Jul 11, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@AjeyPaiK
Copy link
Member

Is your feature request related to a problem? Please describe.
My segmentation outputs currently contain tiling artefacts. Even though StitchingMode.AVERAGE and StitchingMode.CROP have been implemented, StitchingMode.GAUSSIANBLUR is a desirable feature for ahcore.

image

Describe the solution you'd like
Define an additional member in the StitchingMode and implement a gaussian smoothing on the overlap region between two tiles.

Describe alternatives you've considered
N/A

Additional context
N/A.

@AjeyPaiK AjeyPaiK added the enhancement New feature or request label Jul 11, 2024
@AjeyPaiK AjeyPaiK self-assigned this Jul 11, 2024
@AjeyPaiK
Copy link
Member Author

I will first implment a StitchingMode.AVERAGE. Then, I will progress to implementing a gaussian blurring on each tile before stitched image is generated.

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

No branches or pull requests

1 participant