public interface INyARTemplateMatchingDriver
修飾子とタイプ | メソッドと説明 |
---|---|
double |
ar2GetBestMatching(NyARTemplatePatchImage i_template,
NyARIntPoint2d[] i_points,
int i_number_of_point,
NyARDoublePoint2d o_obs_point)
N個の基準点から、最もテンプレートに一致した座標を返却する。
|
double ar2GetBestMatching(NyARTemplatePatchImage i_template, NyARIntPoint2d[] i_points, int i_number_of_point, NyARDoublePoint2d o_obs_point)
#setSearchArea
で与えたpx,pyを元に定義した矩形。
i_pointsそれぞれについて検索する。i_template
- 検索するテンプレートry
- i_points
- 検索する座標セット。(近い場所の場合に、同一条件の探索をキャンセルできる?)o_obs_point
- 観察座標系での一致点。returnが0の場合は無効。NyARException