2006-01-01から1ヶ月間の記事一覧

オプティカルフロー

http://libneet.ysnet.org/pukiwiki/index.php?%A5%AA%A5%D7%A5%C6%A5%A3%A5%AB%A5%EB%A5%D5%A5%ED%A1%BC http://wwwdoi.elec.nara-k.ac.jp/html/doilab/laba0/grep/hon.html http://www.fuzzgun.btinternet.co.uk/rodney/vision.htm http://www.caip.rutger…

AOE3 multiplayer

lagハゲシス

LTI-Lib

http://ltilib.sourceforge.net/doc/homepage/index.shtml

画像の特徴を抽出

特徴抽出 http://criepi.denken.or.jp/jp/pub/annual/1997/97seika49.pdf 画像をぼかしたり強調して、辺、線、点の抽出を行う。 ハフ変換 http://mikilab.doshisha.ac.jp/dia/research/person/shuto/research/0626/tyokusen.html 一般化ハフ変換 http://www2…

こぴぺ

http://www.planewave.org/translations/hugin/create-panorama.html http://hugin.sourceforge.net/ http://user.cs.tu-berlin.de/~nowozin/autopano-sift/ http://enblend.sourceforge.net/ http://panotools.sourceforge.net/

AOE3 campaign

水割り http://forum.agecommunity.com/ibb/posts.aspx?postID=28838&viewreplies=true&postRepeater1-p=2

TOMOLOW

http://tomolow.vcl.ics.tut.ac.jp/ くねくね怪しい。

EDISON

http://www.caip.rutgers.edu/riul/research/code/EDISON/

algorithm

http://www.mini.pw.edu.pl/~kotowski/Grafika/RasterDrawing/Index.html

IT++

http://itpp.sourceforge.net/latest/index.html

中学レベルの数学に苦戦しながら、コンパスを途中で買ってきたりして、1DのRollingBall処理を脊髄反射でとりあえず組んだらindexずれによるバグに悩まされる。ロジックを整理しなおして(そのつもりになって)纏めてから、実装に取り掛かったら場合分けが冗…

libtiff

libtiffのテスト画像 http://www.remotesensing.org/libtiff/images.html depthの全てに対応したアプリは見当たらない。

libjpeg

16bitのlosslessJPEGのpatch http://www.oceana.com/ftp/ljpeg/thumbnailを早く作る方法 http://mail.gnome.org/archives/nautilus-list/2001-April/msg00441.html http://mail.gnome.org/archives/nautilus-list/2001-April/msg00451.htmllossless cropping…

テンポラリを作らないswap

http://www.fltvu.com/jiaocheng/chenxu2/Visual%20C++/source%20code/Bitmap/invert_bitmap_inplace.shtml.htm

ファイルダイアログ

重い ファイルダイアログでデスクトップを見た後、ファイルダイアログを閉じるのにやけに時間が掛かる。どぼちてー。 詳細表示に変更 http://msdn.microsoft.com/msdnmag/issues/04/03/CQA/ WindowsVistaでは改善されるのかもしれないけれど、WindowsXPでのE…

画像処理ライブラリ ImgSource

http://www.smalleranimals.com/isource.htm 結構良さそう。

Picasa2

自分みたいなカスでは逆立ちしても作れない良く出来たソフトPicasa2だけれど、スクロールバーを動かしてもスクロールしない場合にも、CPUを無駄遣いしてしまう欠点がある。プロセスの優先度が高いのか、自分のPCでは音楽の再生とかが乱れてしまう。

鉄骨

http://tekkotsu.no-ip.org/index.html AIBOが欲しくなってきた…。

jpeg

libjpeg http://www.nagoya.bug.gr.jp/~oshima/nbug/etc/using_jpeg.html http://www.linbox.com/ucome.rvt?file=/any/doc_distrib/libgr-2.0.13/jpeg/Libjpeg.html http://bbs.wince.ne.jp/ch1/mqbbs.cgi?MODE=MSG&NUM=11977&FILE=bbs.log.118 http://www.e…

jpeg

http://www.ijg.org/ http://tanack.hp.infoseek.co.jp/program.html http://www.stereopsis.com/jpg/ http://hp.vector.co.jp/authors/VA010446/software/index.html http://www.codeproject.com/bitmap/tonyjpeglib.asp http://www.users.voicenet.com/~ri…

ring_buffer

http://www.acc.umu.se/~bedev/software/cpp/ring_buffer/ ま、前にも貼ったような気がするようなしないような。。 どうやってdequeより効率良くしてるかはわからず。 しかしdequeをring_buffer代わりにするやり方を知らずに、STL非対応のCRingBufferを自作…

画像ファイル入出力

Java Image I/O API http://www.javainthebox.net/laboratory/JDK1.4/Graphics/ImageIO/ImageIO.html 結構整備されてるなぁ。