how to repeat the same pixel values of one image region (e.g., one superpixel) into another one?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
MatlabUser
am 28 Feb. 2022
Bearbeitet: MatlabUser
am 1 Mär. 2022
given an image that has been segmented into smaller regions (superpixels). How to repeat same content (color pixel values) of one region in the image (e.g., superpixel with id = 1) into another one (e.g., superpixel with id=2) if the sizes of them are slightly different,
"interpolation or padding are allowed".
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 1 Mär. 2022
Well the shapes of each superpixel will be different so what are your plans regarding the different shapes?
Anyway, for what it's worth, attached is my demo for copying and pasting irregularly shaped regions.
1 Kommentar
Weitere Antworten (1)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!