how to threshold the values obtained by using 'max' function
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I am using max function to determine the maximum value column wise in a matrix.
[vals, ind] = max(Images,[],2);
I am using the below statement which uses the indices that are obtained from the above statement.
LabIm = reshape(Labels(ind),d(1:3));
Now my problem is, I want to threshold the value and I have to take the indices of the values which are greater than the threshold I have specified.
Could anyone please help me out.
Thank you very much in advance.
2 commentaires
Réponses (1)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!