如果这听起来有点尴尬,伙计们很抱歉。任何人都可以帮助计算图像尺寸的平均尺寸。
Dimension d = new Dimension (d);
//where:
int width = (int)d.getWidth
int heigth = (int)d.getHeigth
===> image size = (width, length);
//Example
image1 = (200, 350);
image2 = (250, 280);
image3 = (340, 260);
如何计算 3 张图像的平均尺寸???