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

Feature/newstack 16 bit tiff #474

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Conversation

blowekamp
Copy link
Collaborator

@blowekamp blowekamp commented Jun 10, 2024

Replace meanstd with float 1 for 16-bit TIFF

When float 1 is used in conjunction with shrink, the range is computed
after the anti-aliasing and down-samping is performed. The resampling
suppresses the outliers ( pixel stuck on ), from overly effecting the
results.

The mean standard intensity normalization produce poor results for bimodal
images, where the blacks were too bright.

@blowekamp blowekamp requested a review from philipmac June 10, 2024 15:01
@blowekamp blowekamp force-pushed the feature/newstack-16-bit-tiff branch from 236511f to 275f24c Compare June 10, 2024 15:02
When float 1 is used in conjuction with shrink, the range is computed
after the anti-aliasing and downsamping is performed. The resampling
supresses the outliers ( pixel stuck on ), from overly effecting the
results.

The meanstd intensity normalization produce poor results for bimodal
images, where the blacks were too bright.
@blowekamp blowekamp force-pushed the feature/newstack-16-bit-tiff branch from 4fd5ae5 to f58eb70 Compare June 11, 2024 13:18
@philipmac philipmac merged commit b61ee19 into main Jun 11, 2024
1 check passed
@philipmac philipmac deleted the feature/newstack-16-bit-tiff branch June 11, 2024 13:25
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.

2 participants