Search found 19 matches

by Oliver Neubauer
Sun, 2014-05-04, 21:26
Forum: DCMTK - General
Topic: Process the dicom pixel data
Replies: 1
Views: 3488

Process the dicom pixel data

Hi, for my visual studio project (c++), I´m using the libraries dcmtk-3.6.0 and openCV. I want read a dicom file, preprocess the pixel data for my openCV images, change the pixel data and finally convert back my image to dicom. So I wrote the following code according this example from your support w...
by Oliver Neubauer
Sat, 2014-04-26, 09:42
Forum: DCMTK - Installation
Topic: Install external libraries (e.g. libtiff 3.9.4)
Replies: 14
Views: 37508

Re: Install external libraries (e.g. libtiff 3.9.4)

Hi,

I´m able to build the dcmtk including the TIFF library.

For other user:

Replace all occurrence from "MT" by "MD" and "MTd" by "MDd" (see FAQ #26). I compiled dcmtk with Visual Studio 2010 Express (32 bit) on Windows 7 (64 bit).

Best regards,

Oliver
by Oliver Neubauer
Wed, 2014-04-23, 09:10
Forum: DCMTK - Installation
Topic: Install external libraries (e.g. libtiff 3.9.4)
Replies: 14
Views: 37508

Re: Install external libraries (e.g. libtiff 3.9.4)

ok, thanks for your helpful hints.
by Oliver Neubauer
Tue, 2014-04-22, 18:02
Forum: DCMTK - Installation
Topic: Install external libraries (e.g. libtiff 3.9.4)
Replies: 14
Views: 37508

Re: Install external libraries (e.g. libtiff 3.9.4)

Which compiler would you recommend? How did you build dcmtk including the external libraries? According theINSTALL file?
by Oliver Neubauer
Tue, 2014-04-22, 16:43
Forum: DCMTK - Installation
Topic: Install external libraries (e.g. libtiff 3.9.4)
Replies: 14
Views: 37508

Re: Install external libraries (e.g. libtiff 3.9.4)

Ok, I deleted the cmake-cache and built the dcmtk project including the tiff library according the INSTALL file . After that, I cleaned up and built the "INSTALL" subproject. Unfortunately, I got the same compiler output mentioned above (75 projects created, 4 projects corrupt). I didn´t s...
by Oliver Neubauer
Tue, 2014-04-22, 15:02
Forum: DCMTK - Installation
Topic: Install external libraries (e.g. libtiff 3.9.4)
Replies: 14
Views: 37508

Re: Install external libraries (e.g. libtiff 3.9.4)

Hi, I´m able to build dcmtk with cmake and visual studio 2010 express (32 bit-compiler) now. After the build of the "Install" subproject, I got the same final compiler output: ========== Alles neu erstellen: 75 erfolgreich, Fehler bei 4, 0 übersprungen ========== In the following is a more...
by Oliver Neubauer
Tue, 2014-04-22, 13:49
Forum: DCMTK - Installation
Topic: Install external libraries (e.g. libtiff 3.9.4)
Replies: 14
Views: 37508

Re: Install external libraries (e.g. libtiff 3.9.4)

Hi Jan, You are compiling with a 64 bit compiler, but the support libraries are only 32 bit. Ok, I built dcmtk with visual studio 2012 ultimate. This is maybe a problem. So, I tried to build dcmtk with visual studio 2010 express (with 32-bit-compiler). After selecting the entry "Visual Studio 2...
by Oliver Neubauer
Mon, 2014-04-21, 20:50
Forum: DCMTK - Installation
Topic: Install external libraries (e.g. libtiff 3.9.4)
Replies: 14
Views: 37508

Install external libraries (e.g. libtiff 3.9.4)

Hi, I´m using dcmtk 3.6.0 on Windows 7 and want to convert DICOM to TIFF images. So, I downloaded the pre-compiled libraries for Windows ( ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk360/support/dcmtk-3.6.0-win32-i386-support_MT.zip ) and built dcmtk including the tiff library using cma...
by Oliver Neubauer
Thu, 2014-04-17, 09:32
Forum: DCMTK - General
Topic: Linking error during compilation
Replies: 3
Views: 3875

Re: Linking error during compilation

Hi,

thanks for your response. I solved this issue by following post:

viewtopic.php?f=3&t=290

Best regards,

Oliver
by Oliver Neubauer
Wed, 2014-04-16, 14:11
Forum: DCMTK - General
Topic: Linking error during compilation
Replies: 3
Views: 3875

Linking error during compilation

Hi, after the download of dcmtk 3.6.0 from your web page ( ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk360/dcmtk-3.6.0.zip ), I built the DCMTK project using cmake. I compiled the subprojects "ALL_BUILD" and "INSTALL". After that, the folder "C:\Program Files (x...
by Oliver Neubauer
Thu, 2014-03-20, 14:23
Forum: DCMTK - Installation
Topic: Dependencies within several source header files (c++)
Replies: 16
Views: 36807

Re: Dependencies within several source header files (c++)

Unfortunately, it doesn´t work correctly. I installed VisualStudio 2010 Express, 32-bit (my previous version was VisualStudio 2010 professional). But I think, it makes no difference. I also work with cmake 2.8.12.2. Maybe, it is somthing wrong with my cmake installation. I downloaded the installer f...
by Oliver Neubauer
Wed, 2014-03-19, 17:51
Forum: DCMTK - Installation
Topic: Dependencies within several source header files (c++)
Replies: 16
Views: 36807

Re: Dependencies within several source header files (c++)

And, what I still do not understand: Does compilation of the DCMTK work or not? The compilation works fine. No dialog box with errors during this time. In the following, I quote some excerpts from the output window: "Das Verzeichnis "C:\dcmtk_src\BUILD\BUILD-3.6.0\Debug\" wird erstel...
by Oliver Neubauer
Tue, 2014-03-18, 19:36
Forum: DCMTK - Installation
Topic: Dependencies within several source header files (c++)
Replies: 16
Views: 36807

Re: Dependencies within several source header files (c++)

I created the folder "C:\dcmtk_install" and changed the value of the variable "CMAKE_INSTALL_PREFIX" to "C:/dcmtk_install". I opened the project file "C:\dcmtk\DCMTK.sln" and compiled the project "ALL_BUILD". Unfortunately, the folder "C:/dcmtk_...
by Oliver Neubauer
Tue, 2014-03-18, 18:21
Forum: DCMTK - Installation
Topic: Dependencies within several source header files (c++)
Replies: 16
Views: 36807

Re: Dependencies within several source header files (c++)

Seeming, compilation of the DCMTK is a problem. In the following is my way of proceeding step by step: 1.) Download of DCMTK from your website (http://dicom.offis.de/dcmtk, section: "DCMTK 3.6.0 - source code and documentation (2011-01-06)", file: "dcmtk-3.6.0.zip") 2.) Unzip the...