compress a 3D volume into a 2D image
    4 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Roohollah Milimonfared
 am 8 Sep. 2019
  
    
    
    
    
    Beantwortet: Neuropragmatist
      
 am 9 Sep. 2019
            Feature extraction for classification purposes is more complex in 3D compared with 2D images. The corresponding functions work with 2D images mostly. That is why I was wondering if that would be possible to use a (non)linear tranformation of the 3 intensity values at each (x,y) coordinates of a 3D volume to find a single intensity value. Then, the question is can this sort of 2D projection be used by feature extraction functions to develop accurate classifiers.
1 Kommentar
  Image Analyst
      
      
 am 8 Sep. 2019
				Perhaps, if your objects are cylinders (don't depend on one of the directions).
Akzeptierte Antwort
  Neuropragmatist
      
 am 9 Sep. 2019
        Could you project the data along each axis (using mean(data,dim) for instance) to get 3 two dimensional images and then do the training on them? 
M.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


