タグ

2012年2月8日のブックマーク (6件)

  • わずか数秒で書いた記事ではてぶ2000を簡単にとる方法

    腐ったりんごが周りの新鮮なりんごまでも腐らせるが如く。かんたんはてぶクッキングのお時間です。 今回はとっておきの「匠の技」をご紹介。 頭で考える必要なんて無いんだよ。ほんの少しのコードをちょっとはるだけで君も今日からホッテントリ職人さっ! そんな成功例があるの? そうだね、まずは成功している例だけど、これなんてどうだろう? » Excelの便利な使い方まとめ ひらめき箱 これはでも、このブログには悪意なんて無いんだよね。 ただ、たぶんそういう機能があったから使ってるだけなので、今回例にあげて申し訳ありません。丁度よい例だったもので。 私がこの記事を書いている時点ではてぶ1,977ブックマークだから、2000を超えるのは時間の問題だよね。 はてなブックマーク - » Excelの便利な使い方まとめ ひらめき箱 コメントを見る限りみんな絶賛。中には「15のtipsとか項目くらいは列挙してくれ」

    わずか数秒で書いた記事ではてぶ2000を簡単にとる方法
    tamuo
    tamuo 2012/02/08
    こういう記事を見るとNAVERまとめ系は元記事だけ残して子や孫コピーを検索結果からブロックできそうな気がする。誰か教えてエライ人。
  • ROS勉強記録

    いい加減PCLも飽きてきましたが、これもやっちゃいましょう。 クラスタリングです。 画像処理でもラベリングは結構使うと思います。 それの3D版です。 Euclidean Cluster Extraction http://pointclouds.org/documentation/tutorials/cluster_extraction.php#cluster-extraction こちらのチュートリアルのほうがシンプルですが、私は可視化したかったので↓のように少し改造してビューワを付けました。 $ wget http://dev.pointclouds.org/attachments/download/157/table_scene_lms400.pcd して、以下をcluster_extraction.cppとして保存です。 #include <pcl/ModelCoefficient

    tamuo
    tamuo 2012/02/08
    Point Cloud Libraryを使った平面抽出やユークリッドクラスタリング等
  • http://amayuri.dojin.com/

    tamuo
    tamuo 2012/02/08
  • Documentation - Point Cloud Library (PCL)

    The PCD (Point Cloud Data) file format This document describes the PCD (Point Cloud Data) file format, and the way it is used inside Point Cloud Library (PCL). Why a new file format? The PCD file format is not meant to reinvent the wheel, but rather to complement existing file formats that for one reason or another did not/do not support some of the extensions that PCL brings to n-D point cloud pr

    Documentation - Point Cloud Library (PCL)
    tamuo
    tamuo 2012/02/08
    ポイントクラウドデータフォーマット
  • Dave Abrahams

    While BoostCon ’09 was awesome, at this point it’s pretty obvious that I won’t be able to report on each day in the detail I started out with. I will try to wrap it all up in one article, soon.  Until then, if you’re a programmer type, please have a look at C++Next, a new site I have started about advanced C++. Cheers! May 4, 2009� KickOff Monday morning in Aspen Hey, this is going to be fun! I su

    Dave Abrahams
    tamuo
    tamuo 2012/02/08
    Windows版バイナリのインストーラがダウンロードできる
  • C++ AMPの仕様書 ver 0.9が公開に – Shader.jp

    MicrosoftC++ AMPの仕様書を公開したようです. C++ AMP open spec published http://blogs.msdn.com/b/nativeconcurrency/archive/2012/02/03/c-amp-open-spec-published.aspx C++ AMPはMicrosoftが提案するC++の拡張で,GPUでの並列計算を容易に使える仕組みです.今の時点では,Visual Studio 11のテクノロジープレビュー版を入れることで使うことが出来ます. 概要は下記がわかりやすいです. Overview of C++ Accelerated Massive Parallelism (C++ AMP) http://msdn.microsoft.com/en-us/library/hh265136(v=vs.110).aspx サンプル

    C++ AMPの仕様書 ver 0.9が公開に – Shader.jp
    tamuo
    tamuo 2012/02/08
    OpenCLといいC++AMPといい、この手のものは何がスタンダードになっていくんだろう?