Load all the images from a directory

前端 未结 4 1748
慢半拍i
慢半拍i 2020-11-29 11:25

I have certain images in a directory and I want to load all those images to do some processing. I tried using the load function.

imagefiles = di         


        
4条回答
  •  孤独总比滥情好
    2020-11-29 12:21

    You can use the imageSet object in the Computer Vision System Toolbox. It loads image file names from a given directory, and gives you the ability to read the images sequentially. It also gives you the option to recurse into subdirectories.

提交回复
热议问题