Hi David, I had extended ModalityTransform.java so that it has ModalityLUTTransform class which is similar to one VOILUTTransform given in VOITransform.java. I...
Hi, I would like to know if the package ImageToDicom can convert jpg2000 to Dicom. I'm trying to convert, but I can't. Best Regards. Simon Veja quais são os...
Hi Simon ... If you have the JIIO package in the classpath, you should be able to do this (with the slow pure Java implementation or the faster native...
Hi ... In general, Modality LUTs are not often used, and when they are present, one has to ask why they are there and whether or not they are really intended...
... In short: - make a SourceImage - get its BufferedImage - get its DataBuffer - get the byte[][] or short[][] pixel arrays from the DataBuffer - edit these...
... DataBuffer.getBankData() You need to handle the different types of DataBuffer depending on whether bytes or shorts are in use (this is a Java BufferedImage...
Hi, How know format image (JPEG, RAW, ...)in an Dicom Image? Thanks. -- Rômulo Guedes Cerqueira Graduando em Ciência da Computação - UESC Coordenador de...
David, i didn't get extract pixels yet. I downloaded the newest pixelmed api and there isn't getBankData() method in DataBuffer class. The ImageEditUtilities ...
David, see my follow code: DicomInputStream dicom = new DicomInputStream(new File("55949426.dcm")); SourceImage source = new SourceImage(dicom); BufferedImage...
Hi, I'm looking into using PixelMed as a front-end DICOM server for query/retrieve PACS communications, and integrating it with our remote database using our...
Hello! I'm involved in a JAVA-based project related to display medical volumetric data (basically, DICOM files) and I discovered PixelMed. So, I want to simply...
... When I add experimental stuff that is not yet ready for prime time, I don't make the classes or methods public, since once I do that I am committed to...
How can I get a full size jpeg exported image from a SingleImagePanel, (considering that the image could be with some zoom, )preserving the drawed lines and...
Hi - Using information from one of our databases, I need to generate a worklist and send it to a CT machine. The DICOM spec discusses the Worklist Management...
Hello, I need some Information from the CT- and from RP-Files. (ImagePosition, ImageOrientation and IsocenterPosition) First I've tried: //CT-Files: ...
Now I've tried: double[] imagePosition = Attribute.getDoubleValues(dcmList,TagFromName.ImagePositionPatient); But for isocenterPosition this code does't work: ...
... Glad you got this to work. ... The Isocenter Position attribute should be in the top level dataset for RT Images, but for RT Plans it is nested inside ...