How to overlap edges from different images?

2 visualizaciones (últimos 30 días)
Francesco Pignatelli
Francesco Pignatelli el 28 de Jul. de 2022
Comentada: Francesco Pignatelli el 29 de Jul. de 2022
Hello all,
I have a series of picture from which I have successfully extracted the edge. Now I want to superimpose all the edges but everytime I plot a new figure on the sequence, the new one substitues the old one. For example in my time sequence I have the following as first:
while the second one is:
and when I run my script for these 2 pictures I only have the second one
I have tried with the hold on option but it does not work.
Any suggestion?
  2 comentarios
Jonas
Jonas el 28 de Jul. de 2022
if your edge images are binary and a edge is 1, try
imagesc(im1 | im2)
or imagesc(im1+im2)
Francesco Pignatelli
Francesco Pignatelli el 29 de Jul. de 2022
Hello Jonas,
thank you for your suggestion. Unfortunately, I do not think it is the best way to handle my 1000 images.
Thank you anyway :)

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 28 de Jul. de 2022

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by