Generate synthetic images with controlled variation using the few sample images.
6 次查看(过去 30 天)
显示 更早的评论
Hello,
I have an image of a copper wire with defect. I am wondering if it possible to generate synthetic images using this sample image to help me serve as a data set for deep learning applications. Attached is the image for reference. As far as image variations are concerned I am flexible as long as it looks like something that I have attached - Basically a wire containing a defect.
Will be glad if any help can be offered. Thanks a lot.
0 个评论
回答(1 个)
cr
2022-11-17
If by defect you mean the circular feature on the left of the image, you can check its attributes (pixel colours) and copy them to random places in the image. However I'm doubtful if you would get a useful training set that way. Genereally when data set is sparse it's recommended to uuse traditional image processing techniques like blob-analysis, at least as a stop-gap measure until the data set is rich enough for training a neural net.
Regards.
2 个评论
cr
2022-11-18
If this is a one time task it might be faster on a tool like Photoshop. In Matlab you can create masks using from a selected region. Check out drawcircle() and similar draw~ functions. In general, see ROI-based processing.
另请参阅
类别
在 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!