How to increase the number of samples for training?
4 次查看(过去 30 天)
显示 更早的评论
I am using SVM for skin disease classification but have fewer number of images and each image has more than one lesion so how I can take every lesion as a separate sample in order to increase the number of samples for training.
Any help is greatly appreciated.
0 个评论
回答(1 个)
Dinesh Yadav
2020-3-24
I think you can simply crop and save one lesion at a time. This will give you increased no of samples. Also you can use data augmentation. Lets say you have original image with 10 lesions you can crop it in any way having 10 images with 1 lesion each or 2 images with 5 lesions or any such combination and use data augmentation on cropped images also to increase no of training samples.
3 个评论
Dinesh Yadav
2020-3-26
These are the articles on block processing in MATLAB. This divides images into multiple segments based on the size you give. Is this what you meant?
For feature extraction using GLCM.
Hope it helps.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!