Flipping only certain part of an image
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Chris John
 el 30 de Abr. de 2020
  
    
    
    
    
    Respondida: Walter Roberson
      
      
 el 30 de Abr. de 2020
            I need to flip the part of an image that the user decides. I need to iterate through the array and flip it, I can use the flip pre defined function.The whole picture needs to be showing, you cant crop the part they want and just flip that, so a section of the picture will be flipped and the rest is normal.
0 comentarios
Respuesta aceptada
  Walter Roberson
      
      
 el 30 de Abr. de 2020
        M(rows, cols, :) = appropriate_flip(M(rows, cols, :)) ;
for appropriate function appropriate_flip (there are multiple ways to flip)
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

