How to remove small texts and drawings from an ultrasound image

8 vues (au cours des 30 derniers jours)
MINO GEORGE
MINO GEORGE le 3 Déc 2020
Pls suggest any methods to remove texts and markings from the ultrasound image. Pls refer the attached image

Réponses (1)

Keerthana Chiruvolu
Keerthana Chiruvolu le 7 Déc 2020
Hi,
You can create an ROI mask of the image, containing the texts to be removed using the Image Segmenter App.
  1. Open the Image Segmenter App and load the image.
  2. Select ‘Draw ROIs’ under the ‘ADD TO MASK’ menu, to draw an ROI having all the unwanted parts of the image.
  3. Now, export the ROI mask to the MATLAB Workspace.
Now use the inpaintCoherent(Original Image, ROI Mask) command to obtain desired output.

Produits


Version

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by