DICOM directshow filter/library

  • Thread starter Thread starter al nax
  • Start date Start date
A

al nax

Hello,

Is there a freeware (or open source) DICOM reader/writer library
available in the form of DirectShow filter. If not, is anyone
interested in writing one and collaborating?

If no directShow filter is available, is there a DICOM library
available which can be integrated with MSVC?

Regards,
 
| Is there a freeware (or open source) DICOM reader/writer library
| available in the form of DirectShow filter
|

Cousin al nax ....

You might check CImageBuffer Basic ....

http://www.puntoexe.com/develop.htm

BASIC EDITION (free)
For non commercial applications.
Has limited features and no support.

You have to buy the Basic Edition Support Pack
in order to develop commercial application
and to receive support.

I have no personal experience with this program library ....
 
Actually I had look at CImageBuffer, but they do not implement it as
directShow filter. Plus I am not sure, if the quality will be good
enuf since I need to get my software FDA certified.

What do you say?
 
Try our C# Media Exchange SDK (its free)
It does not have direct show but I would be willing to colaborate
 
The reason I want directShow filter is that i am capturing using
directShow functions using all the full screen mode functions etc. The
reason i need dicom in the form of a filter is that it's easier for me
to incorporate in my program, plus it will give me much more
flexibility in terms of conversions between various formats. I make a
GraphBuilder and then keep adding filters etc. Get my point?

Btw which C# SDK are u talking about?
 
Back
Top