comparison Framework/Toolbox/ImageGeometry.h @ 340:f5d5814a41a0 am-2

rendering BitmapStack
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 20 Oct 2018 18:26:05 +0200
parents 5412adf19980
children b70e9be013e4
comparison
equal deleted inserted replaced
339:5a7915b23138 340:f5d5814a41a0
48 double a12, 48 double a12,
49 double b1, 49 double b1,
50 double a21, 50 double a21,
51 double a22, 51 double a22,
52 double b2, 52 double b2,
53 ImageInterpolation interpolation); 53 ImageInterpolation interpolation,
54 bool clear);
54 55
55 void ApplyProjectiveTransform(Orthanc::ImageAccessor& target, 56 void ApplyProjectiveTransform(Orthanc::ImageAccessor& target,
56 const Orthanc::ImageAccessor& source, 57 const Orthanc::ImageAccessor& source,
57 const Matrix& a, 58 const Matrix& a,
58 ImageInterpolation interpolation); 59 ImageInterpolation interpolation,
60 bool clear);
59 } 61 }