comparison Framework/DicomizerParameters.cpp @ 246:793b8f9c9d52

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Dec 2021 12:01:56 +0100
parents 4273518c2009
children 20a730889ae2
comparison
equal deleted inserted replaced
245:7ae09ea0cccd 246:793b8f9c9d52
69 pyramidLowerLevelsCount_(0), 69 pyramidLowerLevelsCount_(0),
70 smooth_(false), 70 smooth_(false),
71 jpegQuality_(90), 71 jpegQuality_(90),
72 forceReencode_(false), 72 forceReencode_(false),
73 opticalPath_(OpticalPath_Brightfield), 73 opticalPath_(OpticalPath_Brightfield),
74 isCytomineSource_(false) 74 isCytomineSource_(false),
75 cytomineImageInstanceId_(-1),
76 cytomineCompression_(ImageCompression_Png)
75 { 77 {
76 backgroundColor_[0] = 255; 78 backgroundColor_[0] = 255;
77 backgroundColor_[1] = 255; 79 backgroundColor_[1] = 255;
78 backgroundColor_[2] = 255; 80 backgroundColor_[2] = 255;
79 threadsCount_ = ChooseNumberOfThreads(); 81 threadsCount_ = ChooseNumberOfThreads();