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

ubuntu+anacondaにOpenCVをインストール(with ffmpeg)

anacondaにOpenCVをインストールしたメモ適当にぐぐると、 conda install -c https://conda.binstar.org/menpo opencvで簡単インストール、というのが出てくるけれど、自分の環境では動画が読み込めなかった。 どうやら、ffmpegを含めずにコンパイルしている…

Unity (ゲームのほう)をUbuntuで使う

ググると2015年夏の記事がでているけれど、それ以降もUbuntu用のエディタが開発されているよう。https://forum.unity3d.com/threads/unity-on-linux-release-notes-and-known-issues.350256/

Ubuntu上のMATLABでプロットするとクラッシュするときの対策

Ubuntu上のMATLABでplotするとMATLAB has encountered an internal problem and needs to close というエラーがでてクラッシュして困っていた。 matlab -softwareopengl のようにオプションを付けて起動したら解決した。