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

feat: Generalized threshold algorithm for all kind of pixel types #701

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

marco-langer
Copy link
Contributor

Description

This PR implements the channel traits min and max values for binary, truncate and adaptive thresholds and thereby extends the possible pixel types for these algorithms.

The current test cases are all green, but I will also add new test cases for floating point types and signed integer types soon.

References

Closes #697

Tasklist

  • Add test case(s)
  • Ensure all CI builds pass
  • Review and approve

@marco-langer marco-langer marked this pull request as draft June 27, 2022 19:05
@codecov
Copy link

codecov bot commented Jun 27, 2022

Codecov Report

Merging #701 (f37758d) into develop (4dbf35a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff            @@
##           develop     #701   +/-   ##
========================================
  Coverage    80.93%   80.94%           
========================================
  Files          116      116           
  Lines         5130     5132    +2     
========================================
+ Hits          4152     4154    +2     
  Misses         978      978           

@mloskot mloskot added this to the Boost 1.81+ milestone Jul 7, 2022
@mloskot mloskot modified the milestones: Boost 1.82, Boost 1.83+ Mar 31, 2023
@mloskot mloskot modified the milestones: Boost 1.86, 1.87.0 Aug 20, 2024
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.

Fix wrong pixel channel truncation in binary threshold and truncate threshold
2 participants