How to export color thresholder tool values?
이전 댓글 표시
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;
답변 (1개)
Image Analyst
2022년 8월 8일
0 개 추천
Just export the function and then copy the threshold values from the exported function to your own custom code.
카테고리
도움말 센터 및 File Exchange에서 Image Thresholding에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!