How to export color thresholder tool values?
Afficher commentaires plus anciens
I am trying to use the color thresholder tool in an application where several images are inputted. , however it is only possible to export either the singular masked image or a function that will mask any image that is then put into the function.
Is it possible to export just the threshold values of the mask? They appear in the exported function as the following, but I would like to be able to use them without an external function. Thanks!
% Define thresholds for channel 1 based on histogram settings
channel1Min = 0.98;
channel1Max = 0.033;
Réponses (1)
Image Analyst
le 8 Août 2022
0 votes
Just export the function and then copy the threshold values from the exported function to your own custom code.
Catégories
En savoir plus sur Image Thresholding dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!