diff Core/Images/ImageProcessing.h @ 3550:0f5f9a5eed25

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Oct 2019 18:09:42 +0200
parents fab5777f4dd4 e1ce68692069
children 2999a6e9456b
line wrap: on
line diff
--- a/Core/Images/ImageProcessing.h	Fri Oct 25 18:09:27 2019 +0200
+++ b/Core/Images/ImageProcessing.h	Fri Oct 25 18:09:42 2019 +0200
@@ -80,6 +80,12 @@
     void Convert(ImageAccessor& target,
                  const ImageAccessor& source);
 
+    void ApplyWindowing(ImageAccessor& target,
+                        const ImageAccessor& source,
+                        float windowCenter,
+                        float windowWidth,
+                        Orthanc::PhotometricInterpretation sourcePhotometricInterpretation);
+
     void Set(ImageAccessor& image,
              int64_t value);