Reputation: 1265
i m make App in netbeans platform in java swing. first i want to load or open DICOM image file without using ImageJ library in java.so how can i do that?
Upvotes: 1
Views: 2429
Reputation: 15971
If you want a dedicated open-source DICOM library for loading DICOM images I would recommend PixelMed Java DICOM Toolkit, available here.
Upvotes: 1