2009-07-30から1日間の記事一覧

cocoa emacsインストール

Mac

http://d.hatena.ne.jp/tomoya/20090210/1234297520 sudo port selfupdate sudo port install emacs-app-devel/Applications/MacPorts/Emacs.app にできてる Cmd+, で設定画面が開く で、今までCarbon Emacsを使ってたんだけど /Users/sho/.emacs.el などを…

haartestをUbuntuで動かす

Makefileの修正だけでコンパイルできた Makefile SRC = haartest.cpp DST = haartest prefix=/usr INCPATH=$(prefix)/include LIBPATH=$(prefix)/lib CV_LIBS= -lcv -lcvaux -lcxcore -lhighgui BOOST_LIBS= $(LIBPATH)/libboost_program_options-mt.a all: …

アニメ顔認識

これ使った アニメ顔の検出とキャラクターの分類 - デー haarcascadeのxmlファイルと素材を持ってきて、haartestにかける wget http://www.udp.jp/cv/haarcascades/haarcascade_animeface.xml wget http://s3.amazonaws.com/twitter_production/profile_back…

を<や>に置換

http://ubulog.blogspot.com/2007/05/emacshtml.html をちょっと改造.emacsに書いた (defun html-quote (start end) "選択範囲の「< > & 」と引用符記号「\"」をエスケープする" (interactive "r") (save-excursion (save-restriction (narrow-to-region sta…