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

1 次查看(过去 30 天)
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

采纳的回答

Walter Roberson
Walter Roberson 2014-3-24
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.

更多回答(1 个)

SANKARI
SANKARI 2014-3-27
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