タグ

Processingとblogに関するTaKUMAのブックマーク (2)

  • 映像奮闘記

    Introduction ご存知の通り,C++は画像処理などの大規模計算に適した言語であり,Pythonはこれらの結果を簡単にscipyやmatplotlibを使って可視化できます.そのため,多くの研究者はコアの計算をC++で行う一方で,データ整理や実験結果の可視化にはPythonを用いるアプローチが一般的でした. その際に重要となってくるのは,Numpy標準のファイル形式である.npyファイルを読み書きするための,C++ライブラリの存在です.これまでにもlibnpyなどに代表されるいくつかのライブラリが存在していましたが,予めコンパイルする必要があるため気軽に使えない,またMSVCなどの環境で使用できないなどのいくつかの欠点がありました. Numpy.hppはこれらの問題を解決するために作られたライブラリです.Numpy.hppの特徴は次の2つです. Header-only: Numpy

  • all manner of distractions

    I tend to avoid trying new things until the last minute. I usually have to be dragged kicking and pouting into new technology or a new way of thinking. However, if I need to learn something new for a client, though I will still kick and pout, I find the threat of a shitty deadline is just the thing to allow me to dive into something new. JBox2D is the new thing that is occupying my time these days

  • 1