comparison Framework/Toolbox/ImageToolbox.h @ 1291:ea6c2254536d bugs/2020-02-invisible-slice

Removal of debug logs
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 21 Feb 2020 15:23:40 +0100
parents ddb6676bbcbf
children 30deba7bc8e2
comparison
equal deleted inserted replaced
1290:7def6ab2929f 1291:ea6c2254536d
72 */ 72 */
73 void ComputeMinMax(const Orthanc::ImageAccessor& img, 73 void ComputeMinMax(const Orthanc::ImageAccessor& img,
74 double& minValue, double& maxValue); 74 double& minValue, double& maxValue);
75 75
76 } 76 }
77
78 extern int OrthancStone_Internals_dump_LoadTexture_histogram;