interpolation between 2 images
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    tala
 el 25 de Nov. de 2016
  
    
    
    
    
    Comentada: naveen venugopal
 el 22 de Jul. de 2017
            hi everyone i have 2 grayscle images of ct scan how can i priduce an image between these 2 images by spline,nearest or linear methods?
3 comentarios
  naveen venugopal
 el 22 de Jul. de 2017
				hi Tala, I am working on the same problem. Did you check the possibilities of imwrap() can you share your experience?
Respuesta aceptada
  Image Analyst
      
      
 el 25 de Nov. de 2016
        Like Adam says, you can just take the average of the two. This will average intensities but it does not move structures laterally/spatially like a morphing/warping would. To do that you'd need to identify landmarks in the initial and final image and then use imwarp() or something to warp the image.
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Read, Write, and Modify Image 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!



