Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Graph program Graph Recognize
Title: caltech-image-search-1.0 Download
 Description: This C++/Matlab package implements several algorithms used for large scale image search. The algorithms are implemented in C++, with an eye on large scale databases. It can handle millions of images and hundreds of millions of local features. It has MEX interfaces for Matlab, but can also be used (with possible future modifications) from Python and directly from C++. It can also be used for approximate nearest neighbor search, especially using the Kd-Trees or LSH implementations. The algorithms can be divided into two broad categories, depending on the approach taken for image search: 1. Bag of Words: ---------------- The images are represented by histograms of visual words. It includes algorithms for computing dictionaries: * K-Means. * Approximate K-Means (AKM). * Hierarchical K-Means (HKM). It also includes algorithms for fast search: * Inverted File Index. * Inverted File Index with Extra Information (for example for implementing Hamming Embedding). *
 Downloaders recently: [More information of uploader xuezhenhuatju]
 To Search:
File list (Check if you may need any files):
ccvAkmeansClean.m
ccvAkmeansCreate.m
ccvAkmeansLookup.m
ccvBowGetDict.m
ccvBowGetWordsClean.m
ccvBowGetWordsInit.m
ccvBowGetWords.m
ccvBowSpCheck.m
ccvDistance.m
ccvHkmClean.m
ccvHkmCreate.m
ccvHkmExport.m
ccvHkmImport.m
ccvHkmKnn.m
ccvHkmLeafIds.m
ccvInvFileClean.m
ccvInvFileCompStats.m
ccvInvFileExtraClean.m
ccvInvFileExtraCompStats.m
ccvInvFileExtraInsert.m
ccvInvFileExtraSearch.m
ccvInvFileInsert.m
ccvInvFileLoad.m
ccvInvFileSave.m
ccvInvFileSearch.m
ccvKdtClean.m
ccvKdtCreate.m
ccvKdtKnn.m
ccvKdtPoints.m
ccvKnn.m
ccvLshBucketId.m
ccvLshBucketPoints.m
ccvLshClean.m
ccvLshCreate.m
ccvLshFuncVal.m
ccvLshInsert.m
ccvLshKnn.m
ccvLshLoad.m
ccvLshSave.m
ccvLshSearch.m
ccvLshStats.m
ccvNormalize.m
ccvNorm.m
ccvRandSeed.m
ccvSumIndexed.m
COMPILE.m
DEMO.m
ccCommon.hpp
ccData.hpp
ccDistance.hpp
ccHKmeans.hpp
ccInvertedFileExtra.hpp
ccInvertedFile.hpp
ccKdt.hpp
ccLsh.hpp
ccMatrix.hpp
ccNormalize.hpp
ccVector.hpp
mxCommon.hpp
mxData.hpp
mxDistance.hpp
mxHKmeans.hpp
mxInvFileExtra.hpp
mxInvFile.hpp
mxLsh.hpp
mxMatrix.hpp
mxSumIndexed.hpp
mxVector.hpp
ccDistance.cpp
ccHKmeans.cpp
ccInvertedFile.cpp
ccInvertedFileExtra.cpp
ccKdt.cpp
ccLsh.cpp
ccNormalize.cpp
mxDistance.cpp
mxHkmClean.cpp
mxHkmCreate.cpp
mxHkmExport.cpp
mxHkmImport.cpp
mxHkmKnn.cpp
mxHkmLeafIds.cpp
mxInvFileClean.cpp
mxInvFileCompStats.cpp
mxInvFileExtraClean.cpp
mxInvFileExtraCompStats.cpp
mxInvFileExtraFill.cpp
mxInvFileExtraSearch.cpp
mxInvFileFill.cpp
mxInvFileFillData.cpp
mxInvFileLoad.cpp
mxInvFileSave.cpp
mxInvFileSearch.cpp
mxKdtClean.cpp
mxKdtCreate.cpp
mxKdtKnn.cpp
mxKdtPoints.cpp
mxKnn.cpp
mxLshBucketId.cpp
mxLshBucketPoints.cpp
    

CodeBus www.codebus.net