Need to get the pixel values based on the directions(North, South,East,West) in to four arrays
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I need to get the circled values into 4 arrays(considering the four directions). note : I obtained the pixel values in image which is attached herewith, by multiplying the mask value and original image pixels. Could you please help me.
0 Commenti
Risposte (1)
  Chad Greene
      
      
 il 18 Feb 2017
        Your question is not very clear. If I am interpreting your question correctly,
Awest = A(3:8,4); 
Anorth = A(3,5:8); 
Aeast = A(4:7,8); 
Asouth = A(8,5:8);
2 Commenti
  Image Analyst
      
      
 il 19 Feb 2017
				I was going to say the same thing. Given what he's told us, this is a perfectly reasonable answer. If not, he needs to say why not and what is needed to make it more general or whatever.
Vedere anche
Categorie
				Scopri di più su Convert Image Type in Help Center e File Exchange
			
	Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


