How to save output imshow(matchedfeatures) images to a folder.?
    12 次查看(过去 30 天)
  
       显示 更早的评论
    
I wanted to know how we can save output images to a folder. An example of matched features is in https://in.mathworks.com/help/vision/ref/showmatchedfeatures.html. also figures that are displayed as imshow or montage need to be saved to a folder. how we can do this.??
0 个评论
采纳的回答
  KALYAN ACHARJYA
      
      
 2018-8-2
        
      编辑:KALYAN ACHARJYA
      
      
 2018-8-3
  
      % Here considering i is the imshow image
imwrite(i,'D:\Kalyan Works\Matlab Work\test5\im.jpg');
8 个评论
更多回答(1 个)
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



