How to transfer region props coordinates (saved in .mat file format) from one image to a similar image

3 visualizaciones (últimos 30 días)
  1 comentario
Eberechi ICHI
Eberechi ICHI el 11 de Mzo. de 2021
Hello, Please i want to transfer the region props from the image on my left which i already have in a .mat file (101 components) to the image on my right. At the end i want to label the pixels of these connected componests as '2'

Iniciar sesión para comentar.

Respuesta aceptada

Mahesh Taparia
Mahesh Taparia el 30 de Mzo. de 2021
Hi
You can use regionprops function on the 1st image to find the pixel location of the components using 'PixelList' property of the function. Use those pixel location in the 2nd image or create a matrix of zeros and assign the label value (as you have mentioned 2) at those location in the 2nd image/ in zeros matrix.

Más respuestas (0)

Categorías

Más información sobre Image Segmentation and Analysis en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by