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

1 visualizzazione (ultimi 30 giorni)
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

Risposta accettata

Walter Roberson
Walter Roberson il 24 Mar 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.

Più risposte (1)

SANKARI
SANKARI il 27 Mar 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