|
[Date Index]
[Thread Index]
[Author Index]
Re: raw image file
- To: mathgroup at smc.vnet.net
- Subject: [mg50049] Re: raw image file
- From: "Bart van der Wolf" <bvdwolf at no.spam>
- Date: Fri, 13 Aug 2004 05:55:44 -0400 (EDT)
- References: <cffetc$ih6$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"Mikael" <lassenmikael at hotmail.com> wrote in message
news:cffetc$ih6$1 at smc.vnet.net...
> I try to import a raw file and get the following error:
>
> im1 = Import["raw12bit6.raw"];
>
>
> In[24]:=
> Import::"imgsze": "\!\(\"RawBitmap\"\) dimensions cannot be
determined \
> automatically. Specify the size with the Dimensions option."
>
> What can I do ????
Using your prior knowledge about the data's organization (hor/ver
size, no. of channels, no. of bits/pixel, interleaved order, end of
header/start of data), use a binary import method.
Bart
Prev by Date:
To extract the power of variable
Next by Date:
Help with parameter estimation
Previous by thread:
raw image file
Next by thread:
Re: raw image file
|