how to return threshold ranges from autofindphase segmentation
Hello,
I would like to obtain the threshold range values from autofindphase segmentation routine. Is this possible?
I would like to obtain the threshold range values from autofindphase segmentation routine. Is this possible?
0
Answers
-
2017-03-27-141338
Nan --
The code below is part of an app I did in 2015.
This queries the THRESHOLD TOOL for the MIN set by the user.
Perhaps this will put you onto the trail of the code you seek.
I hope this information is helpful
-- Matt
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
'Learn the THRESHOLD set by the user
With Measure.ThresholdToolCommands.Thresholds(Nothing)
For Each cl As SegmentationClass In .Classes
OPAL_BrightMaskThreshold = cl.Channels(0).ThresholdMin
Next
End With
0 -
Thanks!0
-
2017-04-03-101639
Nan --
I'm glad to help.
If you generate some code that allows your variables to learn the AUTO THRESHOLD VALUES, would you post it here please?
If you will do this, other PREMIER PROGRAMMERS can take advantage of your trail blazing.
Thanks.
-- Matt
0 -
This works very well. THanks0
Categories
- All Categories
- 961 Image-Pro v9 and higher
- 9 Image-Pro FAQs
- 18 Image-Pro Download & Install
- 448 Image-Pro General Discussions
- 486 Image-Pro Automation (Macros, Apps, Reports)
- 20 AutoQuant Deconvolution
- 2 AutoQuant Download & Install
- 18 AutoQuant General Discussions
- 195 Image-Pro Plus v7 and lower
- 3 Image-Pro Plus Download & Install
- 106 Image-Pro Plus General Discussions
- 86 Image-Pro Plus Automation with Macros
- 19 Legacy Products
- 16 Image-Pro Premier 3D General Discussions
- 26 Image-Pro Insight General Discussions