Skip to content

Commit d3bd2be

Browse files
committed
feat: add merge algorithm options and merging threshold to grain segmentation service
1 parent 5e48671 commit d3bd2be

7 files changed

Lines changed: 316 additions & 72 deletions

File tree

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class GrainSegmentationConan(ConanFile):
66
name = "grain-segmentation"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
package_type = "static-library"
99
license = "MIT"
1010
settings = "os", "arch", "compiler", "build_type"

0 commit comments

Comments
 (0)