Mercurial > hg > orthanc
comparison Core/Images/ImageAccessor.cpp @ 2415:7e217a1cc63f
PixelFormat_Float32
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 02 Oct 2017 22:02:05 +0200 |
parents | a3a65de1840f |
children | 878b59270859 |
comparison
equal
deleted
inserted
replaced
2414:60950e4084ae | 2415:7e217a1cc63f |
---|---|
216 | 216 |
217 case PixelFormat_Grayscale16: | 217 case PixelFormat_Grayscale16: |
218 ToMatlabStringInternal<uint16_t>(buffer, *this); | 218 ToMatlabStringInternal<uint16_t>(buffer, *this); |
219 break; | 219 break; |
220 | 220 |
221 case PixelFormat_Grayscale32: | |
222 ToMatlabStringInternal<uint32_t>(buffer, *this); | |
223 break; | |
224 | |
221 case PixelFormat_SignedGrayscale16: | 225 case PixelFormat_SignedGrayscale16: |
222 ToMatlabStringInternal<int16_t>(buffer, *this); | 226 ToMatlabStringInternal<int16_t>(buffer, *this); |
223 break; | 227 break; |
224 | 228 |
225 case PixelFormat_Float32: | 229 case PixelFormat_Float32: |