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

1 view (last 30 days)
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

Accepted Answer

Walter Roberson
Walter Roberson on 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.

More Answers (1)

SANKARI
SANKARI on 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!