How to remove small texts and drawings from an ultrasound image

7 visualizaciones (últimos 30 días)
MINO GEORGE
MINO GEORGE el 3 de Dic. de 2020
Respondida: Keerthana Chiruvolu el 7 de Dic. de 2020
Pls suggest any methods to remove texts and markings from the ultrasound image. Pls refer the attached image

Respuestas (1)

Keerthana Chiruvolu
Keerthana Chiruvolu el 7 de Dic. de 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.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by