exReadPapyrus
exReadWriteFile
exAnonymize
- exAnonymizeNoLoad
+ exAnonymizeNoLoad # without loading the Pixel Data
exColorToRGB
exGC
exImageLighten
PrintHeader
FindTags
MakeDicomDir
+ AnonymizeDicomDir # without loading it as a gdcm::DicomDir
#the following will be transformed into 'examples', or 'utilities'
# or will be removed
-
+
+ #test
FlatHashTablePrint
TestCopyDicom
TestChangeHeader
Program: gdcm
Module: $RCSfile: exAnonymizeNoLoad.cxx,v $
Language: C++
- Date: $Date: 2005/02/08 18:02:03 $
- Version: $Revision: 1.1 $
+ Date: $Date: 2005/03/09 19:16:33 $
+ Version: $Revision: 1.2 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
if( argc < 3 )
{
std::cerr << "Usage " << argv[0] << " Source image.dcm "
- << " Output image.dcm " << std::endl;
+ << std::endl;
return 1;
}
std::string fileName = argv[1];
- std::string outputFileName = argv[2];
// ============================================================
// Read the input image.