Questions tagged [imebra]

Imebra is a C++ DICOM library. The DICOM standard defines how medical images and data are exchanged via storage mediums or via network messages.

Imebra is a multi platform C++ library for handling DICOM files and network messages.

It provides Java and Python bindings and Objective-C helpers for iOS and OS-X.

22 questions
0
votes
2 answers

How can I convert RAW image to DICOM image using imebra?

I am new to imebra and want to convert raw image to DICOM image. I have complied the imebra library to my virtual machine (ubuntu 16.04), and followed the tutorial from the website. I found that they do not show how to convert raw image to DICOM…
lee1591
  • 17
  • 4
0
votes
1 answer

Python wrapper not working: swig_import_helper() error

This is related to Reading Dicom files in Dlang I am trying Python wrapper for Imebra as shown in above post. Python_wrapper.so is created by following command: $ g++ -shared -o python_wrapper.so -fPIC -I../../library/include/…
rnso
  • 23,686
  • 25
  • 112
  • 234
0
votes
1 answer

unable to load DICOM with imebra Android

I have tried to load DICOM files in android using imebra I have checked my code many times ( load .jar lib , permissions & ...) and I have no idea to check next ! in this link…
0
votes
0 answers

Got stuck with Imebra integration

It would be helpful if you could help with the steps to integrate Imebra with swift project. I went through official website but xcode project is not getting generated. Following is the error I faced: -- The C compiler identification is unknown …
Apogee
  • 689
  • 8
  • 19
0
votes
1 answer

Issues with Imebra Dicom SDK

I'm trying to read a dicom file using the instructions given in "Adding Imebra to your Intellij Idea" and I am facing issues. The exact code snippet where am facing the issue is this: Stream stream = new…
0
votes
2 answers

how to modify image pixels in DICOM files using Imebra library?

I use Imerba library to read DICOM files. I need acces to pixels so I can modify them in low level. Documentation says: "In order to access to the image's pixels you have to retrieve a data handler" and there's an example: imbxUint32 rowSize,…
maskotky
  • 54
  • 5
-1
votes
1 answer

How to get all the data from a DICOM file with Imebra

I am working on a project that integrates Imebra inside an android application. The application is supposed to extract all the data from a given DICOM file and put them into a .xml file. I need a little bit of help with it. For example, I don't know…
TheEngineer
  • 792
  • 6
  • 18
1
2