Home > toolbox > test > match_sift_unique.m

match_sift_unique

PURPOSE ^

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:
Generated on Tue 24-Nov-2009 02:34:47 by m2html © 2003