how to make my dataset images with the same size ?
    3 views (last 30 days)
  
       Show older comments
    
how to make my dataset images with the same size ? for example 227*227*3
0 Comments
Answers (1)
  Ameer Hamza
      
      
 on 28 Apr 2020
        out_image = imresize(in_image, [227 227]);
out_image will have dimensions of 227x227x3.
0 Comments
See Also
Categories
				Find more on Deep Learning Toolbox in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
