Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

selection of patches and key word insertion

4 vues (au cours des 30 derniers jours)
ATHIRA P M
ATHIRA P M le 3 Mai 2019
Clôturé : MATLAB Answer Bot le 20 Août 2021
Dear sir,
I segment the image using super pixel segmentation algorithm.Next i need to select the patchecs and some keywords should be embeded in to it.Code for segmentation attached below ,Then how select the patches? Help me sir
im = imread('capture1.jpg');
[L,N] = superpixels(im,40);
figure
BW = boundarymask(L);
imshow(imoverlay(im,BW,'cyan'),'InitialMagnification',67)

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by