Images Parts Generator

this function takes path for folder full of images and generates a punch of parts of those images.
14 download
Aggiornato 5 dic 2017

Visualizza la licenza

# uses
For training data Generation in Image processing and computer vision ,and machine learning.
# what it Does

this function takes path for folder full of images and generates a punch of parts of those images in a destination folder. for training data generation use.

# How to use it
its a function takes the parameters :

@Param path {type : string }: the path to the folder of input images
@Param folderName {type : string }: the name of the folder of images i.e. fullPath = path+'\'+folderName
@Param fromIndex {type : integer} : the begining image to consider of the image in the folder of image
@Param toIndex {type : integer} : the last image to consider in the folder
@Param widthFactor {type : fraction , from 0 -- to -- 1} : its the percent of the width of the part of the image will be,
@Param heightFactor {type : fraction , from 0 -- to -- 1} : its the percent of the height of the part of the image will be,
@Param destinationPAth {type : string }: the path to the folder of output (parts of images)
%}

function GenerateImageParts(path,folderName,fromIndex,toIndex,widthFactor,heightFactor,destinationPath)

And write the parts of images produced in the Destination Folder.

Cita come

Amr Abd El Latief (2025). Images Parts Generator (https://it.mathworks.com/matlabcentral/fileexchange/64906-images-parts-generator), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

enhance title