Search found 1 match

by jaas
Fri, 2018-11-09, 15:12
Forum: Third-Party DCMTK Applications
Topic: DCMSeg - error on createBinarySegmentation
Replies: 1
Views: 8408

DCMSeg - error on createBinarySegmentation

Hi all, I am trying to associate DCMTK with a third-party application to use DICOM Segmentation. I built DCMTK, added it to the project but when I call the method to create the binary segmentation file using: DcmSegmentation *segdoc = NULL; OFCondition result = DcmSegmentation::createBinarySegmentat...