<< cv_findcontour ComputerVision cv_frame >>

ComputerVision >> ComputerVision > cv_flannmatch

cv_flannmatch

Matching Descriptors using Fast Approximate Nearest Neighbor

Calling Sequence

matches=cv_flannmatch(des1,des2,num_trees,numchecks,k)

Arguments

des1

Decriptors Obtained from one image

des2

Descriptors Obtained from second Image

num_trees

Number of trees that must be used-> must be constant

numchecks

Number of checks to be performed -> MUst be a constant

k

must be a constant

matches

The function returns the number of matched features

Description

Mathing Descriptors

This function Matches descriptors of two images using Fast Approximate Nearest Neighbor Algorithm

Examples

matches=cv_fkannmatch(des1,des2,5,5,2)

See Also


Report an issue
<< cv_findcontour ComputerVision cv_frame >>