how to upload an input to ann toolbox for pattern recognition?

1 visualización (últimos 30 días)
i am new to ann toolbox in matlab . .i just want to upload a feature extracted image to the toolbox and to obtain the result of pattern recognition . . pls can anyone help me out to sought out this . .pls

Respuesta aceptada

Walter Roberson
Walter Roberson el 24 de Mzo. de 2014
If I recall correctly, imread() can accept URLs if you need to fetch from another site.
Otherwise use any convenient program to copy from the machine that holds the image onto the system that you are running MATLAB on.
ANN itself does not require "uploading" of information: you pass the information to the ANN routines no matter how that information got into your workspace.

Más respuestas (1)

SANKARI
SANKARI el 27 de Mzo. de 2014
thank u sir .. now i am trying to do quadtree decomposition for a stem cell segmented image .. i am getting an error that maxdim/mindim are not power of 2 .. how to rectify this error ?

Community Treasure Hunt

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

Start Hunting!

Translated by