Méthode | Description | |
---|---|---|
CorrelationMatching ( int windowSize, |
Constructs a new Correlation Matching algorithm.
|
|
CorrelationMatching ( int windowSize, double maxDistance, |
Constructs a new Correlation Matching algorithm.
|
|
Match ( IEnumerable |
Matches two sets of feature points computed from the given images.
|
|
Match ( |
Matches two sets of feature points computed from the given images.
|
Méthode | Description | |
---|---|---|
CorrelationMatching ( int windowSize ) : System | ||
CorrelationMatching ( int windowSize, double maxDistance ) : System | ||
Match ( |
||
Match ( |
||
computeCorrelationMatrix ( |
Constructs the correlation matrix between selected points from two images. Rows correspond to points from the first image, columns correspond to points in the second. |
public CorrelationMatching ( int windowSize, |
||
windowSize | int | |
image1 | ||
image2 | ||
Résultat | System |
public CorrelationMatching ( int windowSize, double maxDistance, |
||
windowSize | int | |
maxDistance | double | |
image1 | ||
image2 | ||
Résultat | System |
public Match ( IEnumerable |
||
points1 | IEnumerable |
|
points2 | IEnumerable |
|
Résultat | AForge.IntPoint[][] |
public Match ( |
||
points1 | ||
points2 | ||
Résultat | AForge.IntPoint[][] |