Re: Expecting an image instead of image...
- To: mathgroup at smc.vnet.net
- Subject: [mg96756] Re: Expecting an image instead of image...
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Tue, 24 Feb 2009 05:44:29 -0500 (EST)
- References: <gnm1k4$hcm$1@smc.vnet.net>
This is probably because you were working in the documentation centre. It seems that the doc text contains separate environments (indicated by dotted lines) which don't share variable values. The variable a that you assigned is in one part and the MorphologicalComponents[a] part in the other. If I try it like this I get a similar error message. Cheers -- Sjoerd On Feb 20, 12:45 pm, "alexxx.ma... at gmail.com" <alexxx.ma... at gmail.com> wrote: > how I love these error messages, so clear... > > I know it's more wysiwyg to copy&paste image icons on command lines, > but I'm more used to do it the old way, also to remember where the > image comes from... > but I'm getting this funny message: > > a = Import["k0004b.tif"] > <<image is displayed>> > > MorphologicalComponents[a] > MorphologicalComponents::imginv: > Expecting an image or graphics instead of Image[{{91,85... > > do you know what's happening here? > > alessandro