Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

selection of patches and key word insertion

4 visualizaciones (últimos 30 días)
ATHIRA P M
ATHIRA P M el 3 de Mayo de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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)

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by