Effacer les filtres
Effacer les filtres

Info

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

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

1 vue (au cours des 30 derniers jours)
Smsm Bebo
Smsm Bebo le 17 Mai 2016
Clôturé : MATLAB Answer Bot le 20 Août 2021
find the size of the object and find the center then drow ablack line in the center.
  1 commentaire
Walter Roberson
Walter Roberson le 17 Mai 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?

Réponses (1)

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

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