image-js / image-js-typescript

Temporary repository to work on the migration of image-js to TypeScript
https://image-js.github.io/image-js-typescript/
MIT License
5 stars 5 forks source link

fix: correct 16 bits image thresholding #391

Closed opatiny closed 11 months ago

opatiny commented 11 months ago

Closes: #374

codecov[bot] commented 11 months ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01% :warning:

Comparison is base (bc5437a) 98.64% compared to head (b4831cb) 98.64%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #391 +/- ## ========================================== - Coverage 98.64% 98.64% -0.01% ========================================== Files 224 223 -1 Lines 5830 5822 -8 Branches 1232 1232 ========================================== - Hits 5751 5743 -8 Misses 76 76 Partials 3 3 ``` | [Files Changed](https://app.codecov.io/gh/image-js/image-js-typescript/pull/391?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js) | Coverage Δ | | |---|---|---| | [src/compute/histogram.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/391?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL2NvbXB1dGUvaGlzdG9ncmFtLnRz) | `100.00% <100.00%> (ø)` | | | [src/roi/colorRois.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/391?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL3JvaS9jb2xvclJvaXMudHM=) | `100.00% <100.00%> (ø)` | | | [src/roi/fromMask.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/391?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL3JvaS9mcm9tTWFzay50cw==) | `100.00% <100.00%> (ø)` | | | [src/roi/utils/colorMaps/getBinaryMap.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/391?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL3JvaS91dGlscy9jb2xvck1hcHMvZ2V0QmluYXJ5TWFwLnRz) | `100.00% <100.00%> (ø)` | | | [src/roi/utils/colorMaps/getRainbowMap.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/391?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL3JvaS91dGlscy9jb2xvck1hcHMvZ2V0UmFpbmJvd01hcC50cw==) | `93.33% <100.00%> (-0.22%)` | :arrow_down: | | [src/roi/utils/colorMaps/getSaturationMap.ts](https://app.codecov.io/gh/image-js/image-js-typescript/pull/391?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=image-js#diff-c3JjL3JvaS91dGlscy9jb2xvck1hcHMvZ2V0U2F0dXJhdGlvbk1hcC50cw==) | `95.65% <100.00%> (-0.19%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.