Effacer les filtres
Effacer les filtres

I want to get chain code but it is showing error. Please help me.

1 vue (au cours des 30 derniers jours)
MONIKA SAINI
MONIKA SAINI le 5 Fév 2015
Commenté : Image Analyst le 8 Fév 2015
I=imread('C:\Users\abcd\Desktop\mini.jpg');
bw=im2bw(I)
bw=~bw;
BW2 = bwperim(bw,8);
image=BW2;
[x y]=find(image==1);
b=[x y];
[cc]=chaincode(b)
This is showing eror: ??? Undefined function or method 'chaincode' for input arguments of type. Please tell me where I am making mistake. 'double'.

Réponses (1)

Image Analyst
Image Analyst le 6 Fév 2015
Why do you think there is a function called chaincode()? I think you want bwboundaries() instead.
  10 commentaires
MONIKA SAINI
MONIKA SAINI le 8 Fév 2015
Tell me bwboundaries(noholes) function gives the number of inner boundaries or outer boundaries??
Image Analyst
Image Analyst le 8 Fév 2015
If you tell it to not find holes, it will find only the outer boundaries, not the boundaries of the holes.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Deep Learning for Image Processing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by