how can i crop an image?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am applying gabor filter to lungs CT scan. it returns me a binary image. now i want to crop lungs from that image.
0 commentaires
Réponses (1)
Image Analyst
le 12 Avr 2012
Have you looked at the imcrop() function in the Image Processing Toolbox? Using the any() function you can easily find the bounding box of the binary blobs, if that's where you want to crop it.
0 commentaires
Voir également
Catégories
En savoir plus sur DICOM Format dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!