Mercurial > hg > orthanc
comparison Core/Images/ImageProcessing.h @ 2281:e002430baa41
Fix issue #44 (Bad interpretation of photometric interpretation MONOCHROME1)
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 09 Jun 2017 16:14:52 +0200 |
parents | a3a65de1840f |
children | 7e217a1cc63f |
comparison
equal
deleted
inserted
replaced
2280:2e7a8ce24be2 | 2281:e002430baa41 |
---|---|
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 } |