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!