Method | Description | |
---|---|---|
MatchFeature ( |
Match the SURF feature from the observed image to the features from the model image
|
|
SURFMatcher ( |
Create k-d feature trees using the SURF feature extracted from the model image.
|
Method | Description | |
---|---|---|
DisposeObject ( ) : void |
Release the unmanaged memory associate with this matcher
|
|
ReleaseManagedResources ( ) : void |
public MatchFeature ( |
||
observedFeatures | The SURF feature from the observed image | |
k | int | The number of neighbors to find |
emax | int | For k-d tree only: the maximum number of leaves to visit. |
return | MatchedSURFFeature[] |
public SURFMatcher ( |
||
modelFeatures | The SURF feature extracted from the model image | |
return | System |