Prev: Sobel Edge Detection
Next: Problem with wavedec2
From: LFG Tech on 10 Mar 2010 23:53 Hello Friends, I am trying to classify images(colour). For eg a certain type of medical image(MRI,CTSCAN,Fundus..etc). I am looking for algorithms that can classify images as MRI or non-MRI,fundus-non-Fundus..etc. What are the simple classification techniques used for such? regards
From: Selvaraaju on 11 Mar 2010 00:00 Construct an Neural Network to classify them
From: Selvaraaju on 11 Mar 2010 00:01 "LFG Tech " <vinodkaruvat(a)gmail.com> wrote in message <hn9svg$la7$1(a)fred.mathworks.com>... > Hello Friends, > > I am trying to classify images(colour). For eg a certain type of medical image(MRI,CTSCAN,Fundus..etc). I am looking for algorithms that can classify images as MRI or non-MRI,fundus-non-Fundus..etc. > > What are the simple classification techniques used for such? > > regards Construct a Neural Network to classify them
From: LFG Tech on 11 Mar 2010 00:07 "Selvaraaju " <mselvaraaju(a)gmail.com> wrote in message <hn9tf5$mpp$1(a)fred.mathworks.com>... > "LFG Tech " <vinodkaruvat(a)gmail.com> wrote in message <hn9svg$la7$1(a)fred.mathworks.com>... > > Hello Friends, > > > > I am trying to classify images(colour). For eg a certain type of medical image(MRI,CTSCAN,Fundus..etc). I am looking for algorithms that can classify images as MRI or non-MRI,fundus-non-Fundus..etc. > > > > What are the simple classification techniques used for such? > > > > regards > > Construct a Neural Network to classify them Hello, I am looking at some simple learning algorithm. Want to avoid a neural network,if poossible. Regards.
From: ImageAnalyst on 11 Mar 2010 06:24
LFG Tech Look in the header of the image. Any decent medical image will have info in the header that will identify all kinds of stuff. No need to even *look* at the image. Or you could just ask the doctor whom you got the images from "What department do you work in?" I'm having trouble envisioning any real world situation where this would be needed - is this just some sort of hypothetical exercise? |