-
|
Hi, When I run the following line of code: The output segmentation image is the same size regardless of which magnification I use (X), I see the same if I try to use the level argument. When I use useColorThresholdingMethod=False, the size of the segmentation image is different when I change the magnification parameter. Does anyone know why this happens, and how I can set the magnification level when running the color thresholding model? Also, is it correct that the color thresholding segmentation performs its segmentations at x1.25 by default? I am using the newest stable fast version (v4.10.0, installed today). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
The color thresholding method (the old method) for tissue segmentation, never had a level or magnification parameter. Maybe this should be changed? Why do you need to run in a specific magnification? |
Beta Was this translation helpful? Give feedback.
The color thresholding method (the old method) for tissue segmentation, never had a level or magnification parameter.
Thus this is only used with the new neural network method.
Color thresholding uses the highest level of the image pyramid.
See here: https://github.com/smistad/FAST/blob/master/source/FAST/Algorithms/TissueSegmentation/TissueSegmentation.cpp#L72
Maybe this should be changed? Why do you need to run in a specific magnification?