comparison Orthanc/Core/Images/ImageProcessing.h @ 162:f17ecfffdc75

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Jul 2017 11:51:20 +0200
parents 5dc54316d68b
children 330ecfd96aec
comparison
equal deleted inserted replaced
161:4ac039ed55bd 162:f17ecfffdc75
71 float factor); 71 float factor);
72 72
73 static void ShiftScale(ImageAccessor& image, 73 static void ShiftScale(ImageAccessor& image,
74 float offset, 74 float offset,
75 float scaling); 75 float scaling);
76
77 static void Invert(ImageAccessor& image);
76 }; 78 };
77 } 79 }