public class BinaryFeatureMatcher
extends java.lang.Object
コンストラクタと説明 |
---|
BinaryFeatureMatcher() |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
match(FreakFeaturePointStack i_query,
FreakMatchPointSetStack i_ref,
InverseHomographyMat i_hinv,
double tr,
FeaturePairStack i_maches)
Match two feature stores given a homography from the features in store 1 to store 2.
|
int |
match(FreakFeaturePointStack i_query,
Keyframe i_key_frame,
FeaturePairStack i_maches)
Match two feature stores.
|
public int match(FreakFeaturePointStack i_query, Keyframe i_key_frame, FeaturePairStack i_maches)
public int match(FreakFeaturePointStack i_query, FreakMatchPointSetStack i_ref, InverseHomographyMat i_hinv, double tr, FeaturePairStack i_maches)