Prev: Sobel Edge Detection
Next: Problem with wavedec2
From: LFG Tech on 15 Mar 2010 03:57 ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <1d26b247-94ad-4e1c-a79a-1163e09fca31(a)g28g2000yqh.googlegroups.com>... > 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? Hi Image Analyst, I want to host an application that shall detect a certain type of image(say colour scan images). users can put inb any image(scenery/face images ...etc). I am writing an algorithm to classify them images. You mentioned header of an image. How can I extract the header of an image? regards, Vinod
From: Ashish Uthama on 15 Mar 2010 08:32 On Mon, 15 Mar 2010 03:57:05 -0400, LFG Tech <vinodkaruvat(a)gmail.com> wrote: > ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message > <1d26b247-94ad-4e1c-a79a-1163e09fca31(a)g28g2000yqh.googlegroups.com>... >> 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? > > Hi Image Analyst, > > I want to host an application that shall detect a certain type of > image(say colour scan images). users can put inb any image(scenery/face > images ...etc). I am writing an algorithm to classify them images. You > mentioned header of an image. How can I extract the header of an image? > > regards, > Vinod help IMFINFO
From: Walter Roberson on 15 Mar 2010 11:48 LFG Tech wrote: > I want to host an application that shall detect a certain type of > image(say colour scan images). users can put inb any image(scenery/face > images ...etc). Note that you will need a Matlab Network license in order to host a Matlab application that is accessible to the public (but possibly not if it is only accessible to your organization.)
From: ImageAnalyst on 15 Mar 2010 15:20
On Mar 15, 3:57 am, "LFG Tech " <vinodkaru...(a)gmail.com> wrote: > Hi Image Analyst, > > I want to host an application that shall detect a certain type of image(say colour scan images). users can put inb any image(scenery/face images ...etc). I am writing an algorithm to classify them images. You mentioned header of an image. How can I extract the header of an image? > > regards, > Vinod ------------------------------------------------------------------------------- Vinod: It really depends on the type of image. Go to http://www.wotsit.org/ for a pretty big list of image formats. You really have to decide upon a subset of image formats that you will try to import, because it's impossible to handle every known and unknown type of file format that someone could give you. Good luck, ImageAnalyst |