This website is not current and will be retired at some point. See About for latest.
This website is not current and will be retired at some point. See About for latest.
TreeMapping is an ingenious means of visualising hierarchic values. Often used to answer the question "Where has all my disk space gone?" it lends itself naturally to many data models, even if the hierarchy is artificial. jsTreemap does all this in plain old JavaScript and HTML DIV elements. The treemap control can be fully interactive and allows the user zoom in and out. The Treemap can also make
基盤地図情報を使うと画像が公開できないので、普通の画像のRGBを標高値として等高線を描きます。 アルゴリズムが合ってんだか間違ってんだか分からん。(間違ってたのでコード修正しました) 簡単なアルゴリズムでは、画像を三角形に分割してその中で線を引いていきます。 使用 // 点 function Point3D(x, y, z){ if(!x) x = 0; if(!y) y = 0; if(!z) z = 0; this.x = x; this.y = y; this.z = z; } /** * 分割して線を引かせる部分 * @boxInterval 三角形の大きさ * @conInterval 等高線を引く間隔 */ ImageProcessing.prototype.drawContour = function(boxInterval, conInterval){ var ps = [
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く