The first value is the row spacing in mm, that is the spacing between the centers of adjacent rows, or vertical spacing. The second value is the column spacing in mm, that is the spacing between the centers of adjacent columns, or horizontal spacing.malf wrote:What is PixelSpacing?
Search found 10 matches
- Mon, 2011-11-28, 16:01
- Forum: DCMTK - General
- Topic: Pixel Spacing
- Replies: 3
- Views: 28291
- Mon, 2011-11-28, 14:04
- Forum: DCMTK - General
- Topic: Pixel Spacing
- Replies: 3
- Views: 28291
- Fri, 2011-10-21, 19:40
- Forum: DCMTK - General
- Topic: error loading dicom image
- Replies: 7
- Views: 14856
- Fri, 2011-10-21, 14:19
- Forum: DCMTK - General
- Topic: Segmentation Fault at the creation of a DicomImage
- Replies: 10
- Views: 12946
- Fri, 2011-10-21, 14:02
- Forum: DCMTK - General
- Topic: Segmentation Fault at the creation of a DicomImage
- Replies: 10
- Views: 12946
Some file examples for the first stack seg. fault: - MR-MONO2-12-shoulder (SINGLE FRAME) DICOM JPEG (57) MR MONOCHROME2 1024x1024 [12, 16 | 11], PR=0 Philips Med. Syst. Gyroscan NT (RTNC1) - US-RGB-8-epicard (SINGLE FRAME) DICOM Explicit Big US RGB (byplane) 640x480 [8, 8 | 7], PR=0 G.E. Med. Syst. ...
- Fri, 2011-10-21, 13:52
- Forum: DCMTK - General
- Topic: Segmentation Fault at the creation of a DicomImage
- Replies: 10
- Views: 12946
- Fri, 2011-10-21, 13:39
- Forum: DCMTK - General
- Topic: Segmentation Fault at the creation of a DicomImage
- Replies: 10
- Views: 12946
- Fri, 2011-10-21, 13:18
- Forum: DCMTK - General
- Topic: Segmentation Fault at the creation of a DicomImage
- Replies: 10
- Views: 12946
Right! Some useful information:
1) My DcmFileFormat is created like this:
2) Dcmtk version 3.6.0 compiled as VC9 MD lib
3) Compiler VC9
4) USE_NULL_SAFE_OFSTRING is defined!
1) My DcmFileFormat is created like this:
Code: Select all
dicomfile->loadFile(filepath, EXS_Unknown, EGL_withoutGL, DCM_MaxReadLength, ERM_autoDetect);
3) Compiler VC9
4) USE_NULL_SAFE_OFSTRING is defined!
- Fri, 2011-10-21, 13:08
- Forum: DCMTK - General
- Topic: Segmentation Fault at the creation of a DicomImage
- Replies: 10
- Views: 12946
- Fri, 2011-10-21, 12:48
- Forum: DCMTK - General
- Topic: Segmentation Fault at the creation of a DicomImage
- Replies: 10
- Views: 12946
Segmentation Fault at the creation of a DicomImage
Hi guys! I've noted that sometimes when I load a dicom file my program gets a segmentation fault at the creation of a DicomImage. Debugging the stack it's always at the constructor of a OFString. The stack at this point looks like: OFString::OFString() + 0x30 bytes C++ [SEGMENTATION FAULT] DiDocumen...