Borrar filtros
Borrar filtros

Info

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

Apply the image processing technique that can divided it to two equal areas.

1 visualización (últimos 30 días)
Smsm Bebo
Smsm Bebo el 17 de Mayo de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
find the size of the object and find the center then drow ablack line in the center.
  1 comentario
Walter Roberson
Walter Roberson el 17 de Mayo de 2016
Is it necessary to detect the object in the image, or should the entire image be divided into two? If the object needs to be detected, then what are the properties that set it apart from the rest of the image?

Respuestas (1)

Stalin Samuel
Stalin Samuel el 17 de Mayo de 2016
[r c] = size(i1);% i1 is the input image
i1(:,round(c/2):round(c/2)+1)=0;
imshow(i1)

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