From: fulder on
Hallo,

is there any possibility to import zvi files (a common Zeiss format) to matlab?

cheers fulder
From: Rune Allnor on
On 3 Feb, 15:01, "fulder " <ful...(a)tatatuk.de> wrote:
> Hallo,
>
> is there any possibility to import zvi files (a common Zeiss format) to matlab?

Of course there is. Several, in fact:

1) Get a library where the interface is already implemented
and link it under matlab.
2) Get the documentation for the file format and implement
the library yourself.

Both options are of mere technical nature - maybe a bit fiddly
but certainly possible.

The potentially hard part is to actually *get* the library or
documentation. If the format is proprietary, the owner of the
format might not want to publish either, or at least charge
a lot for access rights.

Rune
From: fulder on
So, can anyone give me a link to the library or documentation? There is a import plugin for ImageJ, is it possible to "extract" the library or documentation from this plugin?

Rune Allnor <allnor(a)tele.ntnu.no> wrote in message <90375ae2-a5ee-4607-986b-5168bc066e5f(a)r19g2000yqb.googlegroups.com>...

> 1) Get a library where the interface is already implemented
> and link it under matlab.
> 2) Get the documentation for the file format and implement
> the library yourself.
>
> The potentially hard part is to actually *get* the library or
> documentation. If the format is proprietary, the owner of the
> format might not want to publish either, or at least charge
> a lot for access rights.
From: Rune Allnor on
On 3 Feb, 17:03, "fulder " <ful...(a)tatatuk.de> wrote:
> So, can anyone give me a link to the library or documentation?

Did you even *try* to google for ZVI + format?

http://www.zeiss.de/C12571950028B51A/ZVIFormatRequest?OpenForm

Rune