diff Orthanc/Core/Images/ImageProcessing.h @ 172:330ecfd96aec

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Oct 2017 12:53:46 +0200
parents f17ecfffdc75
children dd1ad819ca33
line wrap: on
line diff
--- a/Orthanc/Core/Images/ImageProcessing.h	Thu Aug 24 19:49:20 2017 +0200
+++ b/Orthanc/Core/Images/ImageProcessing.h	Tue Oct 10 12:53:46 2017 +0200
@@ -60,9 +60,13 @@
     static void ShiftRight(ImageAccessor& target,
                            unsigned int shift);
 
-    static void GetMinMaxValue(int64_t& minValue,
-                               int64_t& maxValue,
-                               const ImageAccessor& image);
+    static void GetMinMaxIntegerValue(int64_t& minValue,
+                                      int64_t& maxValue,
+                                      const ImageAccessor& image);
+
+    static void GetMinMaxFloatValue(float& minValue,
+                                    float& maxValue,
+                                    const ImageAccessor& image);
 
     static void AddConstant(ImageAccessor& image,
                             int64_t value);