Skip to content
Snippets Groups Projects
Commit 34beb9c2 authored by Kai Schleicher's avatar Kai Schleicher
Browse files

Change spot label ID painting method

parent 80ed315b
Branches
No related tags found
1 merge request!2Initial commit
...@@ -201,7 +201,7 @@ def run_trackmate_dog_spot_detector(imp, spot_diameter, quality_threshold): ...@@ -201,7 +201,7 @@ def run_trackmate_dog_spot_detector(imp, spot_diameter, quality_threshold):
exportSpotsAsDots = True exportSpotsAsDots = True
exportTracksOnly = False exportTracksOnly = False
labelIdPainting = LabelImgExporter.LabelIdPainting.LABEL_IS_SPOT_ID labelIdPainting = LabelImgExporter.LabelIdPainting.LABEL_IS_INDEX_MOVIE_UNIQUE
label_imp = LabelImgExporter.createLabelImagePlus(trackmate, exportSpotsAsDots, exportTracksOnly, labelIdPainting) label_imp = LabelImgExporter.createLabelImagePlus(trackmate, exportSpotsAsDots, exportTracksOnly, labelIdPainting)
label_imp.setCalibration(cal) label_imp.setCalibration(cal)
imp.close() imp.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment