DSPRelated.com
Forums

Re: DICOM MovingIMage

Started by Arnaud Delmas October 13, 2000
I have develloped a real-time welding control application in which I view one or
two images at video speed (25 image/s in Europe).

As Windows is too slow, I did it previously with MS-DOS and now with QNX4.
I use Scitech Graphics Library MGL 5.0
see www.scitechsoft.com

Arnaud Delmas

e-mail
----- Original Message -----
From: "Rakesh R" <>
To: <>
Sent: Thursday, October 12, 2000 7:18 AM
Subject: [imagedsp] DICOM MovingIMage > Hi,
> I am dealt with developing a Dicom image viewer with a high frame/second rate
> (continuous,moving images).
>
> Can any one please tell me how can I improve the frame rate(frame/sec)of an
> image viewer.
> with advanced thanks
> . > ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1 >
> To Join:
>
> To Post:
>
> To Leave:
>
> Archives: http://www.egroups.com/group/imagedsp
>
> More Groups: http://www.dsprelated.com
>


if you are under Windows operating system :

have a look at the DirectDraw API, which is a part of "Microsoft DirectX
SDK".
see http://www.microsoft.com/directx/

- this gives you direct access to the video card framebuffer, and supports
2D-3D graphics harware acceleration whenever possible,
so it greatly increasing graphics display performance.
- it is easy to understand , free, well-documented.
- supports clipping in windowed or full-screen applications, and resolution
switching.
- it can be used in association with another API called "DirectShow" which
supports video capture & streaming.

hope this helps.

Jean-Christophe BENOIT
----- Original Message -----
From: "Rakesh R" <>
To: <>
Sent: Thursday, October 12, 2000 7:18 AM
Subject: [imagedsp] DICOM MovingIMage > Hi,
> I am dealt with developing a Dicom image viewer with a high frame/second
rate
> (continuous,moving images).
>
> Can any one please tell me how can I improve the frame rate(frame/sec)of
an
> image viewer.
> with advanced thanks
> . > ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1 >
> To Join:
>
> To Post:
>
> To Leave:
>
> Archives: http://www.egroups.com/group/imagedsp
>
> More Groups: http://www.dsprelated.com
>