MATCH_SIFT_UNIQUE matches two sets of SIFT descriptors.
SYNOPSIS
function [ matches ] = match_sift_unique( d1, d2 )
DESCRIPTION
MATCH_SIFT_UNIQUE matches two sets of SIFT descriptors.
Input:
d1, d2 - SIFT descriptors from two images
Output:
matches - matched feature indices (2xn)
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
generate_feature_track GENERATE_FEATURE_TRACK generates a feature track from a list of images.