comparison Framework/Toolbox/ImageToolbox.h @ 1484:121d01aa328e

SeriesThumbnailsLoader working on raw dicom files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Jun 2020 17:46:40 +0200
parents 30deba7bc8e2
children
comparison
equal deleted inserted replaced
1483:6abd819aa534 1484:121d01aa328e
71 Computes the min max values in an image 71 Computes the min max values in an image
72 */ 72 */
73 void ComputeMinMax(const Orthanc::ImageAccessor& img, 73 void ComputeMinMax(const Orthanc::ImageAccessor& img,
74 double& minValue, double& maxValue); 74 double& minValue, double& maxValue);
75 75
76
77 class ImageToolbox
78 {
79 public:
80 static bool IsDecodingSupported(Orthanc::DicomTransferSyntax& transferSyntax);
81 };
76 } 82 }