Home
last modified time | relevance | path

Searched refs:lutfilt (Results 1 – 3 of 3) sorted by relevance

/dports/devel/gdcm/gdcm-3.0.10/Testing/Source/MediaStorageAndFileFormat/Cxx/
H A DTestFileDecompressLookupTable.cxx69 gdcm::FileDecompressLookupTable lutfilt; in TestFileDecompressLookupTableFunc() local
70 lutfilt.SetPixmap( image ); in TestFileDecompressLookupTableFunc()
71 lutfilt.SetFile( reader.GetFile() ); in TestFileDecompressLookupTableFunc()
72 bool b = lutfilt.Change(); in TestFileDecompressLookupTableFunc()
92 writer.SetPixmap( lutfilt.GetPixmap() ); in TestFileDecompressLookupTableFunc()
H A DTestImageApplyLookupTable.cxx66 gdcm::ImageApplyLookupTable lutfilt; in TestImageApplyLookupTableFunc() local
67 lutfilt.SetInput( image ); in TestImageApplyLookupTableFunc()
68 bool b = lutfilt.Apply(); in TestImageApplyLookupTableFunc()
88 writer.SetImage( lutfilt.GetOutput() ); in TestImageApplyLookupTableFunc()
/dports/devel/gdcm/gdcm-3.0.10/Applications/Cxx/
H A Dgdcmconv.cxx1089 gdcm::FileDecompressLookupTable lutfilt; in main() local
1090 lutfilt.SetFile( reader.GetFile() ); in main()
1091 lutfilt.SetPixmap( image ); in main()
1092 bool b = lutfilt.Change(); in main()
1101 writer.SetPixmap( lutfilt.GetPixmap() ); in main()
1119 gdcm::ImageApplyLookupTable lutfilt; in main() local
1120 lutfilt.SetInput( image ); in main()
1121 lutfilt.SetRGB8( lut8 != 0 ); in main()
1122 bool b = lutfilt.Apply(); in main()
1131 writer.SetPixmap( lutfilt.PixmapToPixmapFilter::GetOutput() ); in main()