What wrong in EDGE in matlab?

Hi, I have code.
I = imread(filename);
BW = edge(I,'canny');
But I receive error : Undefined function or variable 'edge'. I just try :
BW = edges(I,'canny');
Error : Undefined function 'edges' for input arguments of type 'uint8'. My matlab version : 2015a. I don't know how to fix it. Please help me !

 Respuesta aceptada

Walter Roberson
Walter Roberson el 27 de Sept. de 2016

2 votos

edge() is part of the Image Processing Toolbox. You need to have that toolbox licensed and installed in order to use it. (If you have a Student license then you need to go back into the installer and ask for Image Processing to be installed.)

3 comentarios

Yao To
Yao To el 27 de Sept. de 2016
Thanks Walter, I got it !
munira
munira el 15 de En. de 2023
how can I fix this error, do I need to download something? if yes, what iit is?
Steven Lord
Steven Lord el 15 de En. de 2023
As Walter said, the edge function is part of Image Processing Toolbox. Check the output of the ver function. If that output does not list "Image Processing Toolbox" you do not have this toolbox installed and will not be able to use this function until or unless you do.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 27 de Sept. de 2016

Comentada:

el 15 de En. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by