2012-03-28から1日間の記事一覧

OpenCV 2.3.1のcv::Matxとの2項演算子の不具合の解消。

以下それぞれでコンパイルエラーが出る。 cv::Vec3d v = cv::Matx33d() * cv::Vec3d(); cv::Matx44d() * cv::Scalar(); それぞれ、Matx と Vec との乗算演算の戻り値が Matxであるためと、opencv2/core/operations.hpp:656 の operator*(Matx, Scalar) 内に…

2012年03月28日のツイート

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…