You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -139,6 +155,8 @@ class FAST_EXPORT ImagePyramid : public SpatialDataObject {
139
155
float m_decompressionOutputScaleFactor = 1.0f;
140
156
141
157
float m_magnification = -1.0f;
158
+
159
+
intbuildPyramidLevel(int currentLevel, int currentWidth, int currentHeight, int patchWidth, int patchHeight, uint photometric, uint bitsPerSample, uint samplesPerPixel, TIFF* tiff, ImageCompression compression, int widthThres = 4096, int heightThres = 4096);
0 commit comments