Community Profile

photo

Keiichiro Yashima


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


カメラの回転角,位置が既知の場合のEpipolar Line の求め方
今現在,カメラの回転角(ω,φ,κ)と位置(X,Y,Z)が既知の場合のエピポーララインの導出をしています. matlabでは推定にて基礎行列,基本行列を計算していますが,自分でそれらを計算してエピポーララインを作成しても,本来通るべきところを通りません...

3 years ago | 0 answers | 0

0

answers

Question


サブピクセル単位でのテンプレートマッチング how to template matching in sub pixel
今現在,テンプレートマッチングにて対応点を取得しているのですが,精度向上のため,サブピクセル単位でのテンプレートマッチングを行いたいのですが,手法がわかりません. Currently, I am getting the corresponding p...

3 years ago | 1 answer | 0

1

answer

Question


tMatcher1 を使用したサブピクセル単位でのテンプレートマッチング
こんにちは。 私は現在テンプレートマッチングを使用して、2枚の画像で三次元計測を行なっています。 使用しているテンプレートマッチングの関数は tMatcher1 = vision.TemplateMatcher('Metric','Sum of a...

3 years ago | 0 answers | 0

0

answers

Question


画像中のある範囲のxy座標をM行2列のベクトルで表す
題の通り、画像中のある範囲のxy座標をM行2列のベクトルで表したく、ご質問させていただきました。 例といたしまして、 A = [1 0 0 0 0 ; 0 1 0 0 0 ; 0 0 1 0 0 ; 0 0 0 1 0 ; 0 0 0 0 1] という...

3 years ago | 1 answer | 0

1

answer