public class MatchingUtilities extends Object
Constructor and Description |
---|
MatchingUtilities() |
Modifier and Type | Method and Description |
---|---|
static <T,I extends Image<T,I>> |
displayMouseOverMatches(I im1,
I im2,
List<Pair<Keypoint>> matches,
T col)
Create an interactive display of matches between two images.
|
static <T,I extends Image<T,I>> |
drawMatches(I im1,
I im2,
List<? extends Pair<? extends Point2d>> matches,
T col)
Draw matches between two images in the given colour.
|
static <T,I extends Image<T,I>> |
drawMatches(I im1,
I im2,
List<? extends Pair<? extends Point2d>> matches,
T col,
List<? extends Pair<? extends Point2d>> matches2,
T col2)
Draw two sets of matches between two images in the given colours.
|
static <T,I extends Image<T,I>> |
drawMatches(I image,
List<IndependentPair<Point2d,Point2d>> matches,
T col)
Draw matches between two images in the given colour.
|
public MatchingUtilities()
public static <T,I extends Image<T,I>> I drawMatches(I im1, I im2, List<? extends Pair<? extends Point2d>> matches, T col)
T
- Pixel typeI
- Image typeim1
- first imageim2
- second imagematches
- matched features between imagescol
- the colour to draw inpublic static <T,I extends Image<T,I>> I drawMatches(I im1, I im2, List<? extends Pair<? extends Point2d>> matches, T col, List<? extends Pair<? extends Point2d>> matches2, T col2)
T
- Pixel typeI
- Image typeim1
- first imageim2
- second imagematches
- first set of matched features between imagescol
- the colour to draw first set of matches inmatches2
- second set of matched features between imagescol2
- the colour to draw second set of matches inpublic static <T,I extends Image<T,I>> I drawMatches(I image, List<IndependentPair<Point2d,Point2d>> matches, T col)
T
- Pixel typeI
- Image typeimage
- first imagematches
- matched features between imagescol
- the colour to draw inpublic static <T,I extends Image<T,I>> void displayMouseOverMatches(I im1, I im2, List<Pair<Keypoint>> matches, T col)
T
- Pixel typeI
- Image typeim1
- first imageim2
- second imagematches
- matched features between imagescol
- the colour to draw in