代码搜索:KdTree

找到约 206 项符合「KdTree」的源代码

代码结果 206
www.eeworm.com/read/375962/9341240

h kdtree.h

/**@file Functions and structures for maintaining a k-d tree database of image features. For more information, refer to: Beis, J. S. and Lowe, D. G. Shape indexing using approxima
www.eeworm.com/read/375962/9341342

c kdtree.c

/* Functions and structures for maintaining a k-d tree database of image features. For more information, refer to: Beis, J. S. and Lowe, D. G. Shape indexing using approximate nearest
www.eeworm.com/read/375764/9350105

h kdtree.h

/**@file Functions and structures for maintaining a k-d tree database of image features. For more information, refer to: Beis, J. S. and Lowe, D. G. Shape indexing using approximate nearest-neighbo
www.eeworm.com/read/375764/9350138

c kdtree.c

/* Functions and structures for maintaining a k-d tree database of image features. For more information, refer to: Beis, J. S. and Lowe, D. G. Shape indexing using approximate nearest-neighbor sear
www.eeworm.com/read/280601/10309123

cc kdtree.cc

www.eeworm.com/read/280601/10309135

m kdtree.m

% % KDTREE Find closest points using a k-D tree. % % CP = KDTREE( REFERENCE, MODEL ) finds the closest points in % REFERENCE for each point in MODEL. The search is performed in an % efficient mann
www.eeworm.com/read/280601/10309141

mexmac kdtree.mexmac

www.eeworm.com/read/280601/10309147

mexglx kdtree.mexglx

www.eeworm.com/read/280601/10309151

dll kdtree.dll

www.eeworm.com/read/352317/10564011

hpp kdtree.hpp

/** \file * Defines the interface for the KDTree class. * * \author Martin F. Krafft * * Paul Harris figured this stuff out (below) * Notes: * This is similar to a