Blog

08/11/2012 17:00
Want to do marker detection on OpenCV: marker position, pose, distinguish between several kinds of marker... Found a topic on the reference book, however, not to easy to implement for my case.   Now, start with the basic things as same as things on the book. On reference book pp.69, it...
07/11/2012 14:56
I started up with simple codes on "OpenCV2 プログラミングブック", named "simple_capture." This program captures seen and make a video file of what was captured. My questions: 1. what's cv::VideoWriter? Explanations on OpenCV.jp page :...
10/12/2011 18:57
参考文献(今度はMastering OpenCV with Practical Computer Vision Projects...
10/12/2011 17:05
cv::findChessboardCorners(image, patternsize, corners,...
10/12/2011 15:18
では、プログラムに入ります。OpenCV2プログラミングブック(https://book.mynavi.jp/support/pc/opencv2/)にいろいろ載ってたんだけど、C++の基本知識がある人向けで私はよくわからなかった。Cの知識しかない視点からプログラムを考えてみます。キャリブレーションについてやります。 プログラム:カメラキャリブレーション ★変数★ 定数:チェッカーパターンの数、 まず、定数と、キャリブレーションで得られるパラメータを表す行列と、画像本体の格納データ配列が、変数として使われる。これらは宣言される。 次に、実際の処理を行う関数、つまり、基本的な計算や、代入比較などや
09/12/2011 13:22
So, I decided start from the beginning. For the first thing, I started checking definitions in OpenCV. cv::Size    XSize(width,...
03/05/2011 22:13
Let me show you my working environments: OS: CentOS6.5 OpenCV: OpenCV2.*** About others, I'll add later on...