diff Core/Images/ImageProcessing.h @ 3548:e1ce68692069

ImageProcessing::ApplyWindowing
author Alain Mazy <alain@mazy.be>
date Thu, 24 Oct 2019 11:40:02 +0200
parents dabe17e23e23
children 0f5f9a5eed25
line wrap: on
line diff
--- a/Core/Images/ImageProcessing.h	Tue Oct 22 17:30:43 2019 +0200
+++ b/Core/Images/ImageProcessing.h	Thu Oct 24 11:40:02 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);