-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented thresholding with different types for binarization in the…
… imageproc library. Added enum `ThresholdType` to represent the threshold operation corresponding to OpenCV threshold types. Updated functions `threshold` and `threshold_mut` to take `ThresholdType` as a parameter for specifying the type of thresholding operation. Added tests and benchmarks for the new functionality.
- Loading branch information
Dr.Guo
committed
Apr 28, 2024
1 parent
b6d08eb
commit 6a100b4
Showing
3 changed files
with
134 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters