Code Details #629
-
When a threshold is set, how do we get the updated matrices? Where are they stored? How do I print them? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It is stored inside the
It's this way because we don't want to update the whole mask matrix when user changes the threshold. We use the first position in each dimension to store the information if the threshold in that mask slice was already updated. |
Beta Was this translation helpful? Give feedback.
-
Actually, |
Beta Was this translation helpful? Give feedback.
If you don't need to do that using code you can create two different mask with different threshold then use the boolean operation union (menu tools -> Mask -> Boolean operations) to create a new mask with both thresholds.