-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add apoc pixel classifier segmentation
- Loading branch information
Showing
8 changed files
with
2,404 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# SPDX-FileCopyrightText: 2024 Friedrich Miescher Institute for Biomedical Research (FMI), Basel (Switzerland) | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
# Required | ||
file_selection: # criteria for file selection in case of multiple channels/slices per position | ||
channel: C01 | ||
process: # choose method how to segment, filter, and sample the objects | ||
segment: apoc_classifier | ||
filter: [area] | ||
sample: centers | ||
|
||
# Each subsequent section provides arguments to one of the methods defined in 'process' | ||
area: | ||
min_area: 100 | ||
max_area: 1000000 | ||
apoc_classifier: | ||
classifier_path: "tests/resources/PixelClassifier.cl" | ||
background_label: 2 |
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
Oops, something went wrong.