ImageJの座標の特徴 (画像の番号)

ポリゴン、ポリラインは頂点なので、座標通り。
矩形の左上座標も同じ、しかしポイントの座標は位置が違うのに同じ値。
//makePoint(237, 432, "small yellow hybrid");
//makeRectangle(237,432,1,1);
xs = newArray(237, 237);
ys = newArray(432, 431);
makeSelection("polylone", xs, ys);
10 + 4 = 14
10, 11, 12, 13, 14
10, 11, 12, 13
このブログへのコメントはmuragonユーザー限定です。