Is it possible to apply Thresholding within bounding box?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have the four sides of bounding box (left,right,top,down). Is it possible to apply thresholding within this bounding box? I have tumour inside bounding box. I want to perform thresholding on it. Thank you.
0 commentaires
Réponses (1)
Image Analyst
le 10 Mar 2016
Yes. You can either crop it out to a new image and threshold it. Or you can threshold the whole image and create a new binary image, then copy and paste the cropped binary image onto the original. It just depends what effect you're trying to create.
3 commentaires
Voir également
Catégories
En savoir plus sur Neuroimaging dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!