diff OrthancFramework/Sources/Images/ImageProcessing.h @ 4065:d6362b2c4b61 framework

export dcmdata in shared library, rounding in convolution tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 18:04:28 +0200
parents 55727d85f419
children 259c33759937
line wrap: on
line diff
--- a/OrthancFramework/Sources/Images/ImageProcessing.h	Thu Jun 11 16:40:34 2020 +0200
+++ b/OrthancFramework/Sources/Images/ImageProcessing.h	Thu Jun 11 18:04:28 2020 +0200
@@ -184,9 +184,11 @@
                                      const std::vector<float>& horizontal,
                                      size_t horizontalAnchor,
                                      const std::vector<float>& vertical,
-                                     size_t verticalAnchor);
+                                     size_t verticalAnchor,
+                                     bool useRound /* this is expensive */);
 
-    static void SmoothGaussian5x5(ImageAccessor& image);
+    static void SmoothGaussian5x5(ImageAccessor& image,
+                                  bool useRound /* this is expensive */);
 
     static void FitSize(ImageAccessor& target,
                         const ImageAccessor& source);