少し恥ずかしいかもしれませんが、ごめんなさい。画像サイズの平均寸法を計算する方法を教えてください。
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 つの画像の平均サイズはどのように計算できますか???