Images Parts Generator
# 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
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Image Processing and Computer Vision > Computer Vision Toolbox > Recognition, Object Detection, and Semantic Segmentation > Object Detection Using Features >
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 | enhance title |
