在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → VLFeat 官方工具包

VLFeat 官方工具包

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:15.07M
  • 下载次数:4
  • 浏览次数:125
  • 发布时间:2020-08-06
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.gz
  • 所需积分:2
 

实例介绍

【实例简介】
VLFeat 官方工具包,含有超级多的视觉工具,例如SIFT等等,我就不一一介绍了,下载下来自己去看。
【实例截图】
【核心代码】
vlfeat-0.9.20-bin.tar
├── pax_global_header
└── vlfeat-0.9.20
├── apps
│   ├── phow_caltech101.m
│   ├── recognition
│   │   ├── encodeImage.m
│   │   ├── experiments.m
│   │   ├── extendDescriptorsWithGeometry.m
│   │   ├── getDenseSIFT.m
│   │   ├── readImage.m
│   │   ├── setupCaltech256.m
│   │   ├── setupFMD.m
│   │   ├── setupGeneric.m
│   │   ├── setupScene67.m
│   │   ├── setupVoc.m
│   │   ├── trainEncoder.m
│   │   └── traintest.m
│   └── sift_mosaic.m
├── bin
│   ├── glnx86
│   │   ├── aib
│   │   ├── libvl.so
│   │   ├── mser
│   │   ├── sift
│   │   ├── test_gauss_elimination
│   │   ├── test_getopt_long
│   │   ├── test_gmm
│   │   ├── test_heap-def
│   │   ├── test_host
│   │   ├── test_imopv
│   │   ├── test_kmeans
│   │   ├── test_liop
│   │   ├── test_mathop
│   │   ├── test_mathop_abs
│   │   ├── test_nan
│   │   ├── test_qsort-def
│   │   ├── test_rand
│   │   ├── test_sqrti
│   │   ├── test_stringop
│   │   ├── test_svd2
│   │   ├── test_threads
│   │   └── test_vec_comp
│   ├── glnxa64
│   │   ├── aib
│   │   ├── libvl.so
│   │   ├── mser
│   │   ├── sift
│   │   ├── test_gauss_elimination
│   │   ├── test_getopt_long
│   │   ├── test_gmm
│   │   ├── test_heap-def
│   │   ├── test_host
│   │   ├── test_imopv
│   │   ├── test_kmeans
│   │   ├── test_liop
│   │   ├── test_mathop
│   │   ├── test_mathop_abs
│   │   ├── test_nan
│   │   ├── test_qsort-def
│   │   ├── test_rand
│   │   ├── test_sqrti
│   │   ├── test_stringop
│   │   ├── test_svd2
│   │   ├── test_threads
│   │   └── test_vec_comp
│   ├── maci
│   │   ├── aib
│   │   ├── libvl.dylib
│   │   ├── mser
│   │   ├── sift
│   │   ├── test_gauss_elimination
│   │   ├── test_getopt_long
│   │   ├── test_gmm
│   │   ├── test_heap-def
│   │   ├── test_host
│   │   ├── test_imopv
│   │   ├── test_kmeans
│   │   ├── test_liop
│   │   ├── test_mathop
│   │   ├── test_mathop_abs
│   │   ├── test_nan
│   │   ├── test_qsort-def
│   │   ├── test_rand
│   │   ├── test_sqrti
│   │   ├── test_stringop
│   │   ├── test_svd2
│   │   ├── test_threads
│   │   └── test_vec_comp
│   ├── maci64
│   │   ├── aib
│   │   ├── libvl.dylib
│   │   ├── mser
│   │   ├── sift
│   │   ├── test_gauss_elimination
│   │   ├── test_getopt_long
│   │   ├── test_gmm
│   │   ├── test_heap-def
│   │   ├── test_host
│   │   ├── test_imopv
│   │   ├── test_kmeans
│   │   ├── test_liop
│   │   ├── test_mathop
│   │   ├── test_mathop_abs
│   │   ├── test_nan
│   │   ├── test_qsort-def
│   │   ├── test_rand
│   │   ├── test_sqrti
│   │   ├── test_stringop
│   │   ├── test_svd2
│   │   ├── test_threads
│   │   └── test_vec_comp
│   ├── win32
│   │   ├── aib.exe
│   │   ├── mser.exe
│   │   ├── msvcr100.dll
│   │   ├── sift.exe
│   │   ├── test_gauss_elimination.exe
│   │   ├── test_getopt_long.exe
│   │   ├── test_gmm.exe
│   │   ├── test_heap-def.exe
│   │   ├── test_host.exe
│   │   ├── test_imopv.exe
│   │   ├── test_kmeans.exe
│   │   ├── test_liop.exe
│   │   ├── test_mathop_abs.exe
│   │   ├── test_mathop.exe
│   │   ├── test_nan.exe
│   │   ├── test_qsort-def.exe
│   │   ├── test_rand.exe
│   │   ├── test_sqrti.exe
│   │   ├── test_stringop.exe
│   │   ├── test_svd2.exe
│   │   ├── test_threads.exe
│   │   ├── test_vec_comp.exe
│   │   ├── vl.dll
│   │   └── vl.lib
│   └── win64
│   ├── aib.exe
│   ├── mser.exe
│   ├── msvcr100.dll
│   ├── sift.exe
│   ├── test_gauss_elimination.exe
│   ├── test_getopt_long.exe
│   ├── test_gmm.exe
│   ├── test_heap-def.exe
│   ├── test_host.exe
│   ├── test_imopv.exe
│   ├── test_kmeans.exe
│   ├── test_liop.exe
│   ├── test_mathop_abs.exe
│   ├── test_mathop.exe
│   ├── test_nan.exe
│   ├── test_qsort-def.exe
│   ├── test_rand.exe
│   ├── test_sqrti.exe
│   ├── test_stringop.exe
│   ├── test_svd2.exe
│   ├── test_threads.exe
│   ├── test_vec_comp.exe
│   ├── vl.dll
│   └── vl.lib
├── COPYING
├── data
│   ├── box.pgm
│   ├── box.sift
│   ├── river1.jpg
│   ├── river2.jpg
│   ├── roofs1.jpg
│   ├── roofs2.jpg
│   └── spots.jpg
├── doc
│   ├── about.html
│   ├── api
│   │   ├── aib_8c.html
│   │   ├── aib_8h.html
│   │   ├── aib.html
│   │   ├── annotated.html
│   │   ├── array_8h.html
│   │   ├── bc_s.png
│   │   ├── bdwn.png
│   │   ├── bug.html
│   │   ├── citelist.html
│   │   ├── classes.html
│   │   ├── closed.png
│   │   ├── conventions.html
│   │   ├── covdet_8c.html
│   │   ├── covdet_8h.html
│   │   ├── covdet-affine-adaptation.html
│   │   ├── covdet-corner-types.html
│   │   ├── covdet-differential.html
│   │   ├── covdet-dominant-orientation.html
│   │   ├── covdet-fundamentals.html
│   │   ├── covdet.html
│   │   ├── covdet-normalization.png
│   │   ├── covdet.png
│   │   ├── covdet-principles.html
│   │   ├── deprecated.html
│   │   ├── dev.html
│   │   ├── dir_68267d1309a1af8e8297ef4c3efbcdba.html
│   │   ├── dir_8dd540b382164c224dfa1eb6e8a3add6.html
│   │   ├── dir_cb851817d6f77244316f2683559617a2.html
│   │   ├── doxygen.css
│   │   ├── doxygen.png
│   │   ├── dsift_8c.html
│   │   ├── dsift_8h.html
│   │   ├── dsift-geom.png
│   │   ├── dsift.html
│   │   ├── files.html
│   │   ├── fisher_8c.html
│   │   ├── fisher_8h.html
│   │   ├── fisher-derivation.html
│   │   ├── fisher-fundamentals.html
│   │   ├── fisher.html
│   │   ├── fisher-kernel.html
│   │   ├── frame-canonical.png
│   │   ├── frame-types.png
│   │   ├── ftv2blank.png
│   │   ├── ftv2doc.png
│   │   ├── ftv2folderclosed.png
│   │   ├── ftv2folderopen.png
│   │   ├── ftv2lastnode.png
│   │   ├── ftv2link.png
│   │   ├── ftv2mlastnode.png
│   │   ├── ftv2mnode.png
│   │   ├── ftv2node.png
│   │   ├── ftv2plastnode.png
│   │   ├── ftv2pnode.png
│   │   ├── ftv2splitbar.png
│   │   ├── ftv2vertline.png
│   │   ├── functions_b.html
│   │   ├── functions_c.html
│   │   ├── functions_d.html
│   │   ├── functions_e.html
│   │   ├── functions_f.html
│   │   ├── functions_g.html
│   │   ├── functions_h.html
│   │   ├── functions.html
│   │   ├── functions_i.html
│   │   ├── functions_j.html
│   │   ├── functions_k.html
│   │   ├── functions_l.html
│   │   ├── functions_m.html
│   │   ├── functions_n.html
│   │   ├── functions_o.html
│   │   ├── functions_p.html
│   │   ├── functions_r.html
│   │   ├── functions_s.html
│   │   ├── functions_t.html
│   │   ├── functions_u.html
│   │   ├── functions_vars_b.html
│   │   ├── functions_vars_c.html
│   │   ├── functions_vars_d.html
│   │   ├── functions_vars_e.html
│   │   ├── functions_vars_f.html
│   │   ├── functions_vars_g.html
│   │   ├── functions_vars_h.html
│   │   ├── functions_vars.html
│   │   ├── functions_vars_i.html
│   │   ├── functions_vars_j.html
│   │   ├── functions_vars_k.html
│   │   ├── functions_vars_l.html
│   │   ├── functions_vars_m.html
│   │   ├── functions_vars_n.html
│   │   ├── functions_vars_o.html
│   │   ├── functions_vars_p.html
│   │   ├── functions_vars_r.html
│   │   ├── functions_vars_s.html
│   │   ├── functions_vars_t.html
│   │   ├── functions_vars_u.html
│   │   ├── functions_vars_v.html
│   │   ├── functions_vars_w.html
│   │   ├── functions_vars_x.html
│   │   ├── functions_vars_y.html
│   │   ├── functions_v.html
│   │   ├── functions_w.html
│   │   ├── functions_x.html
│   │   ├── functions_y.html
│   │   ├── generic_8c.html
│   │   ├── generic_8h.html
│   │   ├── generic.html
│   │   ├── getopt__long_8c.html
│   │   ├── getopt__long_8h.html
│   │   ├── globals_a.html
│   │   ├── globals_c.html
│   │   ├── globals_defs.html
│   │   ├── globals_d.html
│   │   ├── globals_e.html
│   │   ├── globals_enum.html
│   │   ├── globals_eval.html
│   │   ├── globals_f.html
│   │   ├── globals_func_a.html
│   │   ├── globals_func_c.html
│   │   ├── globals_func_d.html
│   │   ├── globals_func_f.html
│   │   ├── globals_func_g.html
│   │   ├── globals_func.html
│   │   ├── globals_func_n.html
│   │   ├── globals_func_r.html
│   │   ├── globals_func_u.html
│   │   ├── globals_func_v.html
│   │   ├── globals_func_x.html
│   │   ├── globals_g.html
│   │   ├── globals_h.html
│   │   ├── globals.html
│   │   ├── globals_i.html
│   │   ├── globals_n.html
│   │   ├── globals_o.html
│   │   ├── globals_p.html
│   │   ├── globals_r.html
│   │   ├── globals_type.html
│   │   ├── globals_u.html
│   │   ├── globals_vars.html
│   │   ├── globals_v.html
│   │   ├── globals_x.html
│   │   ├── glossary.html
│   │   ├── gmm_8c.html
│   │   ├── gmm_8h.html
│   │   ├── gmm-fundamentals.html
│   │   ├── gmm.html
│   │   ├── heap-def_8h.html
│   │   ├── hikmeans_8c.html
│   │   ├── hikmeans_8h.html
│   │   ├── hog_8c.html
│   │   ├── hog_8h.html
│   │   ├── hog.html
│   │   ├── homkermap_8c.html
│   │   ├── homkermap_8h.html
│   │   ├── homkermap.html
│   │   ├── host_8c.html
│   │   ├── host_8h.html
│   │   ├── ikmeans_8c.html
│   │   ├── ikmeans_8h.html
│   │   ├── ikmeans__elkan_8tc.html
│   │   ├── ikmeans__init_8tc.html
│   │   ├── ikmeans__lloyd_8tc.html
│   │   ├── imopv_8c.html
│   │   ├── imopv_8h.html
│   │   ├── imopv__sse2_8c.html
│   │   ├── imopv__sse2_8h.html
│   │   ├── index.html
│   │   ├── kdtree_8c.html
│   │   ├── kdtree_8h.html
│   │   ├── kdtree.html
│   │   ├── kmeans_8c.html
│   │   ├── kmeans_8h.html
│   │   ├── kmeans-fundamentals.html
│   │   ├── kmeans.html
│   │   ├── lbp_8c.html
│   │   ├── lbp_8h.html
│   │   ├── lbp-fundamentals.html
│   │   ├── lbp.html
│   │   ├── lbp.png
│   │   ├── liop_8c.html
│   │   ├── liop_8h.html
│   │   ├── liop-fundamentals.html
│   │   ├── liop.html
│   │   ├── liop.png
│   │   ├── mathop_8c.html
│   │   ├── mathop_8h.html
│   │   ├── mathop__avx_8c.html
│   │   ├── mathop__avx_8h.html
│   │   ├── mathop.html
│   │   ├── mathop-sqrti.html
│   │   ├── mathop__sse2_8c.html
│   │   ├── mathop__sse2_8h.html
│   │   ├── matlab.html
│   │   ├── metaprogram.html
│   │   ├── mexutils_8h.html
│   │   ├── misc.html
│   │   ├── mser_8c.html
│   │   ├── mser_8h.html
│   │   ├── mser-er.png
│   │   ├── mser-er-step.png
│   │   ├── mser-fundamentals.html
│   │   ├── mser.html
│   │   ├── mser-tree.png
│   │   ├── nav_f.png
│   │   ├── nav_g.png
│   │   ├── nav_h.png
│   │   ├── objects.html
│   │   ├── open.png
│   │   ├── pages.html
│   │   ├── pgm_8c.html
│   │   ├── pgm_8h.html
│   │   ├── portability.html
│   │   ├── qsort-def_8h.html
│   │   ├── quickshift_8c.html
│   │   ├── quickshift_8h.html
│   │   ├── quickshift.html
│   │   ├── random_8c.html
│   │   ├── random_8h.html
│   │   ├── random.html
│   │   ├── resources.html
│   │   ├── rodrigues_8c.html
│   │   ├── rodrigues_8h.html
│   │   ├── scalespace_8c.html
│   │   ├── scalespace_8h.html
│   │   ├── scalespace-basic.png
│   │   ├── scalespace-fundamentals.html
│   │   ├── scalespace.html
│   │   ├── scalespace.png
│   │   ├── shuffle-def_8h.html
│   │   ├── sift_8c.html
│   │   ├── sift_8h.html
│   │   ├── sift-can.png
│   │   ├── sift-conv.png
│   │   ├── sift-conv-vlfeat.png
│   │   ├── sift-descr-easy.png
│   │   ├── sift-frame.png
│   │   ├── sift.html
│   │   ├── sift-image-frame.png
│   │   ├── sift-orient.png
│   │   ├── sift-ss.png
│   │   ├── slic_8c.html
│   │   ├── slic_8h.html
│   │   ├── slic.html
│   │   ├── stringop_8c.html
│   │   ├── stringop_8h.html
│   │   ├── structoption.html
│   │   ├── structVlAIB.html
│   │   ├── structVlArray.html
│   │   ├── structVlCovDetFeature.html
│   │   ├── structVlCovDetFeatureLaplacianScale.html
│   │   ├── structVlCovDetFeatureOrientation.html
│   │   ├── struct__VlCovDet.html
│   │   ├── structVlDsiftDescriptorGeometry.html
│   │   ├── structVlDsiftFilter.html
│   │   ├── structVlDsiftKeypoint.html
│   │   ├── structVlEnumerator.html
│   │   ├── struct__VlFileMeta.html
│   │   ├── structVlFrameDisc.html
│   │   ├── structVlFrameEllipse.html
│   │   ├── structVlFrameOrientedDisc.html
│   │   ├── structVlFrameOrientedEllipse.html
│   │   ├── structVlHIKMNode.html
│   │   ├── structVlHIKMTree.html
│   │   ├── structVlIKMFilt.html
│   │   ├── structVlKDForest.html
│   │   ├── structVlKDForestNeighbor.html
│   │   ├── structVlKDForestSearcher.html
│   │   ├── structVlKMeans.html
│   │   ├── structVlLbp.html
│   │   ├── structVlLiopDesc.html
│   │   ├── struct__VlMserExtrReg.html
│   │   ├── struct__VlMserFilt.html
│   │   ├── struct__VlMserReg.html
│   │   ├── struct__VlMserStats.html
│   │   ├── struct__vlmxOption.html
│   │   ├── structVlPgmImage.html
│   │   ├── structVlQS.html
│   │   ├── structVlRand.html
│   │   ├── structVlScaleSpaceGeometry.html
│   │   ├── structVlScaleSpace.html
│   │   ├── structVlScaleSpaceOctaveGeometry.html
│   │   ├── structVlSiftFilt.html
│   │   ├── structVlSiftKeypoint.html
│   │   ├── structVlSvmStatistics.html
│   │   ├── svm_8c.html
│   │   ├── svm_8h.html
│   │   ├── svm-advanced.html
│   │   ├── svmdataset_8c.html
│   │   ├── svmdataset_8h.html
│   │   ├── svm-fundamentals.html
│   │   ├── svm.html
│   │   ├── svm-sdca.html
│   │   ├── svm-sgd.html
│   │   ├── sync_off.png
│   │   ├── sync_on.png
│   │   ├── tab_a.png
│   │   ├── tab_b.png
│   │   ├── tab_h.png
│   │   ├── tabs.css
│   │   ├── tab_s.png
│   │   ├── threads.html
│   │   ├── todo.html
│   │   ├── vlad_8c.html
│   │   ├── vlad_8h.html
│   │   ├── vlad-fundamentals.html
│   │   └── vlad.html
│   ├── applications
│   │   ├── apps.html
│   │   ├── caltech-101-code.html
│   │   ├── experiments.html
│   │   └── sift-mosaic-code.html
│   ├── build
│   │   ├── about.html
│   │   ├── api
│   │   │   └── index.html
│   │   ├── applications
│   │   │   ├── apps.html
│   │   │   ├── caltech-101-code.html
│   │   │   ├── experiments.html
│   │   │   └── sift-mosaic-code.html
│   │   ├── compiling.html
│   │   ├── compiling-unix.html
│   │   ├── compiling-windows.html
│   │   ├── doc.html
│   │   ├── download.html
│   │   ├── doxygen_footer.html
│   │   ├── doxygen_header.html
│   │   ├── gcc.html
│   │   ├── index.html
│   │   ├── install-c.html
│   │   ├── install-matlab.html
│   │   ├── install-octave.html
│   │   ├── install-shell.html
│   │   ├── license.html
│   │   ├── man
│   │   │   ├── man.html
│   │   │   ├── mser.1.html
│   │   │   ├── sift.1.html
│   │   │   ├── vlfeat.7.html
│   │   │   └── xman.html
│   │   ├── matlab
│   │   │   ├── matlab.html
│   │   │   ├── mdoc.html
│   │   │   ├── vl_aibcuthist.html
│   │   │   ├── vl_aibcut.html
│   │   │   ├── vl_aibcutpush.html
│   │   │   ├── vl_aibhist.html
│   │   │   ├── vl_aib.html
│   │   │   ├── vl_alldist2.html
│   │   │   ├── vl_alphanum.html
│   │   │   ├── vl_argparse.html
│   │   │   ├── vl_binsearch.html
│   │   │   ├── vl_binsum.html
│   │   │   ├── vl_cf.html
│   │   │   ├── vl_click.html
│   │   │   ├── vl_clickpoint.html
│   │   │   ├── vl_clicksegment.html
│   │   │   ├── vl_colsubset.html
│   │   │   ├── vl_compile.html
│   │   │   ├── vl_covdet.html
│   │   │   ├── vl_cummax.html
│   │   │   ├── vl_ddgaussian.html
│   │   │   ├── vl_demo.html
│   │   │   ├── vl_det.html
│   │   │   ├── vl_dgaussian.html
│   │   │   ├── vl_dsift.html
│   │   │   ├── vl_dsigmoid.html
│   │   │   ├── vl_dwaffine.html
│   │   │   ├── vl_erfill.html
│   │   │   ├── vl_ertr.html
│   │   │   ├── vl_figaspect.html
│   │   │   ├── vl_fisher.html
│   │   │   ├── vl_flatmap.html
│   │   │   ├── vl_frame2oell.html
│   │   │   ├── vl_gaussian.html
│   │   │   ├── vl_getpid.html
│   │   │   ├── vl_gmm.html
│   │   │   ├── vl_grad.html
│   │   │   ├── vl_harris.html
│   │   │   ├── vl_hat.html
│   │   │   ├── vl_help.html
│   │   │   ├── vl_hikmeanshist.html
│   │   │   ├── vl_hikmeans.html
│   │   │   ├── vl_hikmeanspush.html
│   │   │   ├── vl_histmarg.html
│   │   │   ├── vl_hog.html
│   │   │   ├── vl_homkermap.html
│   │   │   ├── vl_ihashfind.html
│   │   │   ├── vl_ihashsum.html
│   │   │   ├── vl_ihat.html
│   │   │   ├── vl_ikmeanshist.html
│   │   │   ├── vl_ikmeans.html
│   │   │   ├── vl_ikmeanspush.html
│   │   │   ├── vl_imarray.html
│   │   │   ├── vl_imarraysc.html
│   │   │   ├── vl_imdisttf.html
│   │   │   ├── vl_imdown.html
│   │   │   ├── vl_imgrad.html
│   │   │   ├── vl_imintegral.html
│   │   │   ├── vl_impattern.html
│   │   │   ├── vl_imreadbw.html
│   │   │   ├── vl_imreadgray.html
│   │   │   ├── vl_imsc.html
│   │   │   ├── vl_imseg.html
│   │   │   ├── vl_imsmooth.html
│   │   │   ├── vl_imup.html
│   │   │   ├── vl_imwbackward.html
│   │   │   ├── vl_imwhiten.html
│   │   │   ├── vl_inthist.html
│   │   │   ├── vl_irodr.html
│   │   │   ├── vl_isoctave.html
│   │   │   ├── vl_kdtreebuild.html
│   │   │   ├── vl_kdtreequery.html
│   │   │   ├── vl_kmeans.html
│   │   │   ├── vl_lbpfliplr.html
│   │   │   ├── vl_lbp.html
│   │   │   ├── vl_linespec2prop.html
│   │   │   ├── vl_liop.html
│   │   │   ├── vl_localmax.html
│   │   │   ├── vl_matlabversion.html
│   │   │   ├── vl_mser.html
│   │   │   ├── vl_noprefix.html
│   │   │   ├── vl_numder2.html
│   │   │   ├── vl_numder.html
│   │   │   ├── vl_override.html
│   │   │   ├── vl_pegasos.html
│   │   │   ├── vl_phow.html
│   │   │   ├── vl_plotbox.html
│   │   │   ├── vl_plotframe.html
│   │   │   ├── vl_plotgrid.html
│   │   │   ├── vl_plotpoint.html
│   │   │   ├── vl_plotsiftdescriptor.html
│   │   │   ├── vl_plotss.html
│   │   │   ├── vl_plotstyle.html
│   │   │   ├── vl_pr.html
│   │   │   ├── vl_printsize.html
│   │   │   ├── vl_quickseg.html
│   │   │   ├── vl_quickshift.html
│   │   │   ├── vl_quickvis.html
│   │   │   ├── vl_rcos.html
│   │   │   ├── vl_rgb2xyz.html
│   │   │   ├── vl_roc.html
│   │   │   ├── vl_rodr.html
│   │   │   ├── vl_root.html
│   │   │   ├── vl_sampleinthist.html
│   │   │   ├── vl_setup.html
│   │   │   ├── vl_siftdescriptor.html
│   │   │   ├── vl_sift.html
│   │   │   ├── vl_sigmoid.html
│   │   │   ├── vl_simdctrl.html
│   │   │   ├── vl_slic.html
│   │   │   ├── vl_svmdataset.html
│   │   │   ├── vl_svmpegasos.html
│   │   │   ├── vl_svmtrain.html
│   │   │   ├── vl_threads.html
│   │   │   ├── vl_tightsubplot.html
│   │   │   ├── vl_tpfp.html
│   │   │   ├── vl_tps.html
│   │   │   ├── vl_tpsu.html
│   │   │   ├── vl_twister.html
│   │   │   ├── vl_ubcmatch.html
│   │   │   ├── vl_ubcread.html
│   │   │   ├── vl_version.html
│   │   │   ├── vl_vlad.html
│   │   │   ├── vl_waffine.html
│   │   │   ├── vl_whistc.html
│   │   │   ├── vl_witps.html
│   │   │   ├── vl_wtps.html
│   │   │   ├── vl_xmkdir.html
│   │   │   ├── vl_xyz2lab.html
│   │   │   ├── vl_xyz2luv.html
│   │   │   └── vl_xyz2rgb.html
│   │   ├── notfound.html
│   │   ├── overview
│   │   │   ├── aib.html
│   │   │   ├── covdet.html
│   │   │   ├── dsift.html
│   │   │   ├── encodings.html
│   │   │   ├── frame.html
│   │   │   ├── gmm.html
│   │   │   ├── hikm.html
│   │   │   ├── hog.html
│   │   │   ├── ikm.html
│   │   │   ├── imdisttf.html
│   │   │   ├── kdtree.html
│   │   │   ├── kmeans.html
│   │   │   ├── liop.html
│   │   │   ├── mser.html
│   │   │   ├── plots-rank.html
│   │   │   ├── quickshift.html
│   │   │   ├── sift.html
│   │   │   ├── slic.html
│   │   │   ├── svm.html
│   │   │   ├── tut.html
│   │   │   └── utils.html
│   │   ├── roadmap.html
│   │   ├── search.html
│   │   ├── vsexpress.html
│   │   └── xcode.html
│   ├── compiling.html
│   ├── compiling-unix.html
│   ├── compiling-windows.html
│   ├── demo
│   │   ├── aib_basic_clust_1.jpg
│   │   ├── aib_basic_clust_2.jpg
│   │   ├── aib_basic_clust_3.jpg
│   │   ├── aib_basic_clust_4.jpg
│   │   ├── aib_basic_clust_5.jpg
│   │   ├── aib_basic_data.jpg
│   │   ├── covdet_affine_frames.jpg
│   │   ├── covdet_affine_patches.jpg
│   │   ├── covdet_basic_frames.jpg
│   │   ├── covdet_basic_image.jpg
│   │   ├── covdet_css.jpg
│   │   ├── covdet_custom_frames.jpg
│   │   ├── covdet_detectors.jpg
│   │   ├── covdet_gss.jpg
│   │   ├── covdet_oriented_frames.jpg
│   │   ├── covdet_patches.jpg
│   │   ├── covdet_scores.jpg
│   │   ├── dsift_accuracy.jpg
│   │   ├── dsift_speedup.jpg
│   │   ├── frame_affine.jpg
│   │   ├── frame_frame2oell.jpg
│   │   ├── frame_rotated.jpg
│   │   ├── frame_standard.jpg
│   │   ├── gmm_2d_rand.jpg
│   │   ├── gmm_2d_shell.jpg
│   │   ├── hog_bilinear_orientations.jpg
│   │   ├── hog_features_dalal_triggs.jpg
│   │   ├── hog_features.jpg
│   │   ├── hog_flipping.jpg
│   │   ├── hog_image.jpg
│   │   ├── hog_num_orientations.jpg
│   │   ├── imdisttf_dist.jpg
│   │   ├── imdisttf_edge.jpg
│   │   ├── imdisttf_neigh.jpg
│   │   ├── imdisttf_src.jpg
│   │   ├── kdtree_ann_1.jpg
│   │   ├── kdtree_ann_2.jpg
│   │   ├── kdtree_ann_3.jpg
│   │   ├── kdtree_ann_4.jpg
│   │   ├── kdtree_circle_mean.jpg
│   │   ├── kdtree_circle_median.jpg
│   │   ├── kdtree_forest_query.jpg
│   │   ├── kdtree_forest_tree_1.jpg
│   │   ├── kdtree_forest_tree_2.jpg
│   │   ├── kdtree_forest_tree_3.jpg
│   │   ├── kdtree_forest_tree_4.jpg
│   │   ├── kdtree_self.jpg
│   │   ├── kdtree_sift_distortion.jpg
│   │   ├── kdtree_sift_incorrect.jpg
│   │   ├── kdtree_uniform_mean.jpg
│   │   ├── kdtree_uniform_median.jpg
│   │   ├── kmeans_2d_rand.jpg
│   │   ├── kmeans_speed.jpg
│   │   ├── mser_basic_0.jpg
│   │   ├── mser_basic_contours_both.jpg
│   │   ├── mser_basic_contours.jpg
│   │   ├── mser_basic_frames_both.jpg
│   │   ├── mser_basic_frames.jpg
│   │   ├── mser_delta_0.jpg
│   │   ├── mser_delta_1.jpg
│   │   ├── mser_delta_2.jpg
│   │   ├── mser_delta_3.jpg
│   │   ├── mser_delta_4.jpg
│   │   ├── plots_rank_det.jpg
│   │   ├── plots_rank_pr.jpg
│   │   ├── plots_rank_roc.jpg
│   │   ├── plots_rank_roc_variants.jpg
│   │   ├── quickshift_image.jpg
│   │   ├── quickshift_qseg_1.jpg
│   │   ├── quickshift_qseg_2.jpg
│   │   ├── quickshift_qvis.jpg
│   │   ├── sift_basic_0.jpg
│   │   ├── sift_basic_1.jpg
│   │   ├── sift_basic_2.jpg
│   │   ├── sift_basic_3.jpg
│   │   ├── sift_basic_4.jpg
│   │   ├── sift_basic_5.jpg
│   │   ├── sift_edge_0.jpg
│   │   ├── sift_edge_1.jpg
│   │   ├── sift_edge_2.jpg
│   │   ├── sift_edge_3.jpg
│   │   ├── sift_edge_4.jpg
│   │   ├── sift_match_1.jpg
│   │   ├── sift_match_2.jpg
│   │   ├── sift_or.jpg
│   │   ├── sift_peak_0.jpg
│   │   ├── sift_peak_1.jpg
│   │   ├── sift_peak_2.jpg
│   │   ├── sift_peak_3.jpg
│   │   ├── sift_peak_4.jpg
│   │   ├── sift_vs_ubc_1.jpg
│   │   ├── sift_vs_ubc_2.jpg
│   │   ├── sift_vs_ubc_3.jpg
│   │   ├── slic_image.jpg
│   │   ├── slic_segmentation.jpg
│   │   ├── svm_energy.jpg
│   │   ├── svm_training.jpg
│   │   └── svm_training_result.jpg
│   ├── doc.html
│   ├── download.html
│   ├── figures
│   │   ├── cell-bins.png
│   │   ├── covdet-normalization.png
│   │   ├── covdet.png
│   │   ├── dhog-bins.png
│   │   ├── dsift-geom.png
│   │   ├── frame-canonical.png
│   │   ├── frames.png
│   │   ├── frame-types.png
│   │   ├── lbp.png
│   │   ├── liop.png
│   │   ├── mser-er.png
│   │   ├── mser-er-step.png
│   │   ├── mser-tree.png
│   │   ├── scalespace-basic.png
│   │   ├── scalespace.png
│   │   ├── sift-angle.png
│   │   ├── sift-bins.png
│   │   ├── sift-can.png
│   │   ├── sift-conv.png
│   │   ├── sift-conv-vlfeat.png
│   │   ├── sift-descr-easy.png
│   │   ├── sift-frame.png
│   │   ├── sift-image-frame.png
│   │   ├── sift-orient.png
│   │   └── sift-ss.png
│   ├── gcc.html
│   ├── images
│   │   ├── caltech-collage.jpg
│   │   ├── down.png
│   │   ├── fulkerson.jpg
│   │   ├── git.png
│   │   ├── help.png
│   │   ├── lenc.jpg
│   │   ├── liop-neighbours-sampling.png
│   │   ├── liop-patch-layout.png
│   │   ├── PASCAL2.png
│   │   ├── perdoch.jpg
│   │   ├── perrone.jpg
│   │   ├── placeholder.jpg
│   │   ├── sarbortova.jpg
│   │   ├── sift-mosaic.jpg
│   │   ├── sulc.jpg
│   │   ├── using-vs-additional-deps.png
│   │   ├── using-vs-additional-include.png
│   │   ├── using-vs-additional-libdir.png
│   │   ├── using-vs-all-configurations.png
│   │   ├── using-vs-empty-project.png
│   │   ├── using-vs-new-project.png
│   │   ├── using-vs-nodll.png
│   │   ├── using-vs-ok.png
│   │   ├── using-vs-post-step.png
│   │   ├── using-vs-project-properties.png
│   │   ├── using-xcode-copy-2.png
│   │   ├── using-xcode-copy.png
│   │   ├── using-xcode-dylib.png
│   │   ├── using-xcode-edit.png
│   │   ├── using-xcode-err.png
│   │   ├── using-xcode-info.png
│   │   ├── using-xcode-new.png
│   │   ├── using-xcode-ok.png
│   │   ├── vedaldi.jpg
│   │   ├── vl_blue.png
│   │   └── yandex.png
│   ├── index.html
│   ├── install-c.html
│   ├── install-matlab.html
│   ├── install-octave.html
│   ├── install-shell.html
│   ├── license.html
│   ├── man
│   │   ├── man.html
│   │   ├── mser.html
│   │   ├── sift.html
│   │   └── vlfeat.html
│   ├── matlab
│   │   ├── demo
│   │   │   ├── vl_demo_aib.html
│   │   │   ├── vl_demo_alldist.html
│   │   │   ├── vl_demo_cmd.html
│   │   │   ├── vl_demo_covdet.html
│   │   │   ├── vl_demo_dsift.html
│   │   │   ├── vl_demo_frame.html
│   │   │   ├── vl_demo_gmm_2d_rand.html
│   │   │   ├── vl_demo_gmm_2d_twist.html
│   │   │   ├── vl_demo_gmm_3d.html
│   │   │   ├── vl_demo_gmm_convergence.html
│   │   │   ├── vl_demo_hog.html
│   │   │   ├── vl_demo_ikmeans.html
│   │   │   ├── vl_demo_imdisttf.html
│   │   │   ├── vl_demo_kdtree_ann.html
│   │   │   ├── vl_demo_kdtree_forest.html
│   │   │   ├── vl_demo_kdtree.html
│   │   │   ├── vl_demo_kdtree_plot.html
│   │   │   ├── vl_demo_kdtree_self.html
│   │   │   ├── vl_demo_kdtree_sift.html
│   │   │   ├── vl_demo_kmeans_2d.html
│   │   │   ├── vl_demo_kmeans_ann_speed.html
│   │   │   ├── vl_demo_kmeans_init.html
│   │   │   ├── vl_demo_kmeans_vs_builtin.html
│   │   │   ├── vl_demo_mser_basic.html
│   │   │   ├── vl_demo_mser_cmd.html
│   │   │   ├── vl_demo_mser_delta.html
│   │   │   ├── vl_demo_plots_rank.html
│   │   │   ├── vl_demo_print.html
│   │   │   ├── vl_demo_quickshift.html
│   │   │   ├── vl_demo_sift_basic.html
│   │   │   ├── vl_demo_sift_cmd.html
│   │   │   ├── vl_demo_sift_edge.html
│   │   │   ├── vl_demo_sift_match.html
│   │   │   ├── vl_demo_sift_or.html
│   │   │   ├── vl_demo_sift_peak.html
│   │   │   ├── vl_demo_sift_vs_ubc.html
│   │   │   ├── vl_demo_slic.html
│   │   │   └── vl_demo_svm.html
│   │   ├── matlab.html
│   │   ├── vl_aibcuthist.html
│   │   ├── vl_aibcut.html
│   │   ├── vl_aibcutpush.html
│   │   ├── vl_aibhist.html
│   │   ├── vl_aib.html
│   │   ├── vl_alldist2.html
│   │   ├── vl_alphanum.html
│   │   ├── vl_argparse.html
│   │   ├── vl_binsearch.html
│   │   ├── vl_binsum.html
│   │   ├── vl_cf.html
│   │   ├── vl_click.html
│   │   ├── vl_clickpoint.html
│   │   ├── vl_clicksegment.html
│   │   ├── vl_colsubset.html
│   │   ├── vl_compile.html
│   │   ├── vl_covdet.html
│   │   ├── vl_cummax.html
│   │   ├── vl_ddgaussian.html
│   │   ├── vl_demo.html
│   │   ├── vl_det.html
│   │   ├── vl_dgaussian.html
│   │   ├── vl_dsift.html
│   │   ├── vl_dsigmoid.html
│   │   ├── vl_dwaffine.html
│   │   ├── vl_erfill.html
│   │   ├── vl_ertr.html
│   │   ├── vl_figaspect.html
│   │   ├── vl_fisher.html
│   │   ├── vl_flatmap.html
│   │   ├── vl_frame2oell.html
│   │   ├── vl_gaussian.html
│   │   ├── vl_getpid.html
│   │   ├── vl_gmm.html
│   │   ├── vl_grad.html
│   │   ├── vl_harris.html
│   │   ├── vl_hat.html
│   │   ├── vl_help.html
│   │   ├── vl_hikmeanshist.html
│   │   ├── vl_hikmeans.html
│   │   ├── vl_hikmeanspush.html
│   │   ├── vl_histmarg.html
│   │   ├── vl_hog.html
│   │   ├── vl_homkermap.html
│   │   ├── vl_ihashfind.html
│   │   ├── vl_ihashsum.html
│   │   ├── vl_ihat.html
│   │   ├── vl_ikmeanshist.html
│   │   ├── vl_ikmeans.html
│   │   ├── vl_ikmeanspush.html
│   │   ├── vl_imarray.html
│   │   ├── vl_imarraysc.html
│   │   ├── vl_imdisttf.html
│   │   ├── vl_imdown.html
│   │   ├── vl_imgrad.html
│   │   ├── vl_imintegral.html
│   │   ├── vl_impattern.html
│   │   ├── vl_imreadbw.html
│   │   ├── vl_imreadgray.html
│   │   ├── vl_imsc.html
│   │   ├── vl_imseg.html
│   │   ├── vl_imsmooth.html
│   │   ├── vl_imup.html
│   │   ├── vl_imwbackward.html
│   │   ├── vl_imwhiten.html
│   │   ├── vl_inthist.html
│   │   ├── vl_irodr.html
│   │   ├── vl_isoctave.html
│   │   ├── vl_kdtreebuild.html
│   │   ├── vl_kdtreequery.html
│   │   ├── vl_kmeans.html
│   │   ├── vl_lbpfliplr.html
│   │   ├── vl_lbp.html
│   │   ├── vl_linespec2prop.html
│   │   ├── vl_liop.html
│   │   ├── vl_localmax.html
│   │   ├── vl_matlabversion.html
│   │   ├── vl_mser.html
│   │   ├── vl_noprefix.html
│   │   ├── vl_numder2.html
│   │   ├── vl_numder.html
│   │   ├── vl_override.html
│   │   ├── vl_pegasos.html
│   │   ├── vl_phow.html
│   │   ├── vl_plotbox.html
│   │   ├── vl_plotframe.html
│   │   ├── vl_plotgrid.html
│   │   ├── vl_plotpoint.html
│   │   ├── vl_plotsiftdescriptor.html
│   │   ├── vl_plotss.html
│   │   ├── vl_plotstyle.html
│   │   ├── vl_pr.html
│   │   ├── vl_printsize.html
│   │   ├── vl_quickseg.html
│   │   ├── vl_quickshift.html
│   │   ├── vl_quickvis.html
│   │   ├── vl_rcos.html
│   │   ├── vl_rgb2xyz.html
│   │   ├── vl_roc.html
│   │   ├── vl_rodr.html
│   │   ├── vl_root.html
│   │   ├── vl_sampleinthist.html
│   │   ├── vl_setup.html
│   │   ├── vl_siftdescriptor.html
│   │   ├── vl_sift.html
│   │   ├── vl_sigmoid.html
│   │   ├── vl_simdctrl.html
│   │   ├── vl_slic.html
│   │   ├── vl_svmdataset.html
│   │   ├── vl_svmpegasos.html
│   │   ├── vl_svmtrain.html
│   │   ├── vl_threads.html
│   │   ├── vl_tightsubplot.html
│   │   ├── vl_tpfp.html
│   │   ├── vl_tps.html
│   │   ├── vl_tpsu.html
│   │   ├── vl_twister.html
│   │   ├── vl_ubcmatch.html
│   │   ├── vl_ubcread.html
│   │   ├── vl_version.html
│   │   ├── vl_vlad.html
│   │   ├── vl_waffine.html
│   │   ├── vl_whistc.html
│   │   ├── vl_witps.html
│   │   ├── vl_wtps.html
│   │   ├── vl_xmkdir.html
│   │   ├── vl_xyz2lab.html
│   │   ├── vl_xyz2luv.html
│   │   └── vl_xyz2rgb.html
│   ├── notfound.html
│   ├── overview
│   │   ├── aib.html
│   │   ├── covdet.html
│   │   ├── dsift.html
│   │   ├── encodings.html
│   │   ├── frame.html
│   │   ├── gmm.html
│   │   ├── hikm.html
│   │   ├── hog.html
│   │   ├── ikm.html
│   │   ├── imdisttf.html
│   │   ├── kdtree.html
│   │   ├── kmeans.html
│   │   ├── liop.html
│   │   ├── mser.html
│   │   ├── plots-rank.html
│   │   ├── quickshift.html
│   │   ├── sift.html
│   │   ├── slic.html
│   │   ├── svm.html
│   │   ├── tut.html
│   │   └── utils.html
│   ├── pygmentize.css
│   ├── roadmap.html
│   ├── search.html
│   ├── vlfeat.css
│   ├── vsexpress.html
│   └── xcode.html
├── docsrc
│   ├── about.html
│   ├── api.html
│   ├── apps.html
│   ├── compiling.html
│   ├── doc.html
│   ├── download.html
│   ├── doxygen.conf
│   ├── doxygen.css
│   ├── doxytag.py
│   ├── dtd
│   │   └── xhtml1
│   │   ├── xhtml1.dcl
│   │   ├── xhtml1-frameset.dtd
│   │   ├── xhtml1-strict.dtd
│   │   ├── xhtml1-transitional.dtd
│   │   ├── xhtml-lat1.ent
│   │   ├── xhtml.soc
│   │   ├── xhtml-special.ent
│   │   └── xhtml-symbol.ent
│   ├── figures
│   │   ├── cell-bins.fig
│   │   ├── covdet-normalization.svg
│   │   ├── covdet.svg
│   │   ├── dhog-bins.fig
│   │   ├── dsift-geom.svg
│   │   ├── frame-canonical.svg
│   │   ├── frames.svg
│   │   ├── frame-types.svg
│   │   ├── lbp.svg
│   │   ├── liop.svg
│   │   ├── mser-er-step.svg
│   │   ├── mser-er.svg
│   │   ├── mser-tree.svg
│   │   ├── scalespace-basic.svg
│   │   ├── scalespace.svg
│   │   ├── sift-angle.fig
│   │   ├── sift-bins.fig
│   │   ├── sift-can.fig
│   │   ├── sift-conv.fig
│   │   ├── sift-conv-vlfeat.fig
│   │   ├── sift-descr-easy.fig
│   │   ├── sift-frame.fig
│   │   ├── sift-image-frame.fig
│   │   ├── sift-orient.fig
│   │   └── sift-ss.svg
│   ├── formatter.py
│   ├── images
│   │   ├── caltech-collage.jpg
│   │   ├── down.png
│   │   ├── fulkerson.jpg
│   │   ├── git.png
│   │   ├── help.png
│   │   ├── lenc.jpg
│   │   ├── liop-neighbours-sampling.png
│   │   ├── liop-patch-layout.png
│   │   ├── PASCAL2.png
│   │   ├── perdoch.jpg
│   │   ├── perrone.jpg
│   │   ├── placeholder.jpg
│   │   ├── sarbortova.jpg
│   │   ├── sift-mosaic.jpg
│   │   ├── sulc.jpg
│   │   ├── using-vs-additional-deps.png
│   │   ├── using-vs-additional-include.png
│   │   ├── using-vs-additional-libdir.png
│   │   ├── using-vs-all-configurations.png
│   │   ├── using-vs-empty-project.png
│   │   ├── using-vs-new-project.png
│   │   ├── using-vs-nodll.png
│   │   ├── using-vs-ok.png
│   │   ├── using-vs-post-step.png
│   │   ├── using-vs-project-properties.png
│   │   ├── using-xcode-copy-2.png
│   │   ├── using-xcode-copy.png
│   │   ├── using-xcode-dylib.png
│   │   ├── using-xcode-edit.png
│   │   ├── using-xcode-err.png
│   │   ├── using-xcode-info.png
│   │   ├── using-xcode-new.png
│   │   ├── using-xcode-ok.png
│   │   ├── vedaldi.jpg
│   │   ├── vl_blue.ico
│   │   ├── vl_blue_large.pxm
│   │   ├── vl_blue.png
│   │   ├── vl_blue.pxm
│   │   └── yandex.png
│   ├── index.html
│   ├── install-c.html
│   ├── install-matlab.html
│   ├── install-octave.html
│   ├── install-shell.html
│   ├── license.html
│   ├── mdoc.py
│   ├── notfound.html
│   ├── pygmentize.css
│   ├── roadmap.html
│   ├── tutorials
│   │   ├── aib.html
│   │   ├── covdet.html
│   │   ├── dsift.html
│   │   ├── encode.html
│   │   ├── frame.html
│   │   ├── gmm.html
│   │   ├── hikm.html
│   │   ├── hog.html
│   │   ├── ikm.html
│   │   ├── imdisttf.html
│   │   ├── kdtree.html
│   │   ├── kmeans.html
│   │   ├── liop.html
│   │   ├── mser.html
│   │   ├── plots-rank.html
│   │   ├── quickshift.html
│   │   ├── sift.html
│   │   ├── slic.html
│   │   ├── svm.html
│   │   └── utils.html
│   ├── tutorials.html
│   ├── using-gcc.html
│   ├── using-vsexpress.html
│   ├── using-xcode.html
│   ├── vlfeat.bib
│   ├── vlfeat.css
│   ├── vlfeat-website-main-content.xml
│   ├── vlfeat-website-preproc.xml
│   ├── vlfeat-website-template.xml
│   ├── vlfeat-website.xml
│   ├── webdoc.py
│   └── wikidoc.py
├── make
│   ├── bin.mak
│   ├── dist.mak
│   ├── dll.mak
│   ├── doc.mak
│   ├── matlab.mak
│   ├── nmake_helper.mak
│   ├── octave.mak
│   └── update-mak.sh
├── Makefile
├── Makefile.mak
├── README.md
├── src
│   ├── aib.c
│   ├── check.h
│   ├── generic-driver.h
│   ├── mser.1
│   ├── mser.c
│   ├── sift.1
│   ├── sift.c
│   ├── test_gauss_elimination.c
│   ├── test_getopt_long.c
│   ├── test_gmm.c
│   ├── test_heap-def.c
│   ├── test_host.c
│   ├── test_imopv.c
│   ├── test_kmeans.c
│   ├── test_liop.c
│   ├── test_mathop_abs.c
│   ├── test_mathop.c
│   ├── test_mathop_fast_resqrt.tc
│   ├── test_mathop_fast_sqrt_ui.tc
│   ├── test_nan.c
│   ├── test_qsort-def.c
│   ├── test_rand.c
│   ├── test_sqrti.c
│   ├── test_stringop.c
│   ├── test_svd2.c
│   ├── test_threads.c
│   ├── test_vec_comp.c
│   └── vlfeat.7
├── toolbox
│   ├── aib
│   │   ├── vl_aib.c
│   │   ├── vl_aibcuthist.m
│   │   ├── vl_aibcut.m
│   │   ├── vl_aibcutpush.m
│   │   ├── vl_aibhist.c
│   │   ├── vl_aibhist.m
│   │   └── vl_aib.m
│   ├── demo
│   │   ├── vl_demo_aib.m
│   │   ├── vl_demo_alldist.m
│   │   ├── vl_demo_cmd.m
│   │   ├── vl_demo_covdet.m
│   │   ├── vl_demo_dsift.m
│   │   ├── vl_demo_frame.m
│   │   ├── vl_demo_gmm_2d_rand.m
│   │   ├── vl_demo_gmm_2d_twist.m
│   │   ├── vl_demo_gmm_3d.m
│   │   ├── vl_demo_gmm_convergence.m
│   │   ├── vl_demo_hog.m
│   │   ├── vl_demo_ikmeans.m
│   │   ├── vl_demo_imdisttf.m
│   │   ├── vl_demo_kdtree_ann.m
│   │   ├── vl_demo_kdtree_forest.m
│   │   ├── vl_demo_kdtree.m
│   │   ├── vl_demo_kdtree_plot.m
│   │   ├── vl_demo_kdtree_self.m
│   │   ├── vl_demo_kdtree_sift.m
│   │   ├── vl_demo_kmeans_2d.m
│   │   ├── vl_demo_kmeans_ann_speed.m
│   │   ├── vl_demo_kmeans_init.m
│   │   ├── vl_demo_kmeans_vs_builtin.m
│   │   ├── vl_demo_mser_basic.m
│   │   ├── vl_demo_mser_cmd.m
│   │   ├── vl_demo_mser_delta.m
│   │   ├── vl_demo_plots_rank.m
│   │   ├── vl_demo_print.m
│   │   ├── vl_demo_quickshift.m
│   │   ├── vl_demo_sift_basic.m
│   │   ├── vl_demo_sift_cmd.m
│   │   ├── vl_demo_sift_edge.m
│   │   ├── vl_demo_sift_match.m
│   │   ├── vl_demo_sift_or.m
│   │   ├── vl_demo_sift_peak.m
│   │   ├── vl_demo_sift_vs_ubc.m
│   │   ├── vl_demo_slic.m
│   │   ├── vl_demo_svm_data.mat
│   │   └── vl_demo_svm.m
│   ├── fisher
│   │   ├── vl_fisher.c
│   │   └── vl_fisher.m
│   ├── geometry
│   │   ├── vl_hat.m
│   │   ├── vl_ihat.m
│   │   ├── vl_irodr.c
│   │   ├── vl_irodr.m
│   │   ├── vl_rodr.c
│   │   └── vl_rodr.m
│   ├── gmm
│   │   ├── vl_gmm.c
│   │   └── vl_gmm.m
│   ├── imop
│   │   ├── vl_dwaffine.m
│   │   ├── vl_imarray.m
│   │   ├── vl_imarraysc.m
│   │   ├── vl_imdisttf.c
│   │   ├── vl_imdisttf.m
│   │   ├── vl_imdown.m
│   │   ├── vl_imgrad.m
│   │   ├── vl_imintegral.c
│   │   ├── vl_imintegral.m
│   │   ├── vl_impattern.m
│   │   ├── vl_imreadbw.m
│   │   ├── vl_imreadgray.m
│   │   ├── vl_imsc.m
│   │   ├── vl_imsmooth.c
│   │   ├── vl_imsmooth.m
│   │   ├── vl_imup.m
│   │   ├── vl_imwbackward.m
│   │   ├── vl_imwbackwardmx.c
│   │   ├── vl_imwhiten.m
│   │   ├── vl_rgb2xyz.m
│   │   ├── vl_tps.m
│   │   ├── vl_tpsu.m
│   │   ├── vl_tpsumx.c
│   │   ├── vl_waffine.m
│   │   ├── vl_witps.m
│   │   ├── vl_wtps.m
│   │   ├── vl_xyz2lab.m
│   │   ├── vl_xyz2luv.m
│   │   └── vl_xyz2rgb.m
│   ├── info.xml
│   ├── kmeans
│   │   ├── vl_hikmeans.c
│   │   ├── vl_hikmeanshist.m
│   │   ├── vl_hikmeans.m
│   │   ├── vl_hikmeanspush.c
│   │   ├── vl_hikmeanspush.m
│   │   ├── vl_ikmeans.c
│   │   ├── vl_ikmeanshist.m
│   │   ├── vl_ikmeans.m
│   │   ├── vl_ikmeanspush.c
│   │   ├── vl_ikmeanspush.m
│   │   ├── vl_kmeans.c
│   │   └── vl_kmeans.m
│   ├── mex
│   │   ├── mexa64
│   │   │   ├── libvl.so
│   │   │   ├── vl_aibhist.mexa64
│   │   │   ├── vl_aib.mexa64
│   │   │   ├── vl_alldist2.mexa64
│   │   │   ├── vl_alldist.mexa64
│   │   │   ├── vl_binsearch.mexa64
│   │   │   ├── vl_binsum.mexa64
│   │   │   ├── vl_covdet.mexa64
│   │   │   ├── vl_cummax.mexa64
│   │   │   ├── vl_dsift.mexa64
│   │   │   ├── vl_erfill.mexa64
│   │   │   ├── vl_fisher.mexa64
│   │   │   ├── vl_getpid.mexa64
│   │   │   ├── vl_gmm.mexa64
│   │   │   ├── vl_hikmeans.mexa64
│   │   │   ├── vl_hikmeanspush.mexa64
│   │   │   ├── vl_hog.mexa64
│   │   │   ├── vl_homkermap.mexa64
│   │   │   ├── vl_ihashfind.mexa64
│   │   │   ├── vl_ihashsum.mexa64
│   │   │   ├── vl_ikmeans.mexa64
│   │   │   ├── vl_ikmeanspush.mexa64
│   │   │   ├── vl_imdisttf.mexa64
│   │   │   ├── vl_imintegral.mexa64
│   │   │   ├── vl_imsmooth.mexa64
│   │   │   ├── vl_imwbackwardmx.mexa64
│   │   │   ├── vl_inthist.mexa64
│   │   │   ├── vl_irodr.mexa64
│   │   │   ├── vl_kdtreebuild.mexa64
│   │   │   ├── vl_kdtreequery.mexa64
│   │   │   ├── vl_kmeans.mexa64
│   │   │   ├── vl_lbp.mexa64
│   │   │   ├── vl_liop.mexa64
│   │   │   ├── vl_localmax.mexa64
│   │   │   ├── vl_mser.mexa64
│   │   │   ├── vl_quickshift.mexa64
│   │   │   ├── vl_rodr.mexa64
│   │   │   ├── vl_sampleinthist.mexa64
│   │   │   ├── vl_siftdescriptor.mexa64
│   │   │   ├── vl_sift.mexa64
│   │   │   ├── vl_simdctrl.mexa64
│   │   │   ├── vl_slic.mexa64
│   │   │   ├── vl_svmtrain.mexa64
│   │   │   ├── vl_threads.mexa64
│   │   │   ├── vl_tpsumx.mexa64
│   │   │   ├── vl_twister.mexa64
│   │   │   ├── vl_ubcmatch.mexa64
│   │   │   ├── vl_version.mexa64
│   │   │   └── vl_vlad.mexa64
│   │   ├── mexglx
│   │   │   ├── libvl.so
│   │   │   ├── vl_aibhist.mexglx
│   │   │   ├── vl_aib.mexglx
│   │   │   ├── vl_alldist2.mexglx
│   │   │   ├── vl_alldist.mexglx
│   │   │   ├── vl_binsearch.mexglx
│   │   │   ├── vl_binsum.mexglx
│   │   │   ├── vl_covdet.mexglx
│   │   │   ├── vl_cummax.mexglx
│   │   │   ├── vl_dsift.mexglx
│   │   │   ├── vl_erfill.mexglx
│   │   │   ├── vl_fisher.mexglx
│   │   │   ├── vl_getpid.mexglx
│   │   │   ├── vl_gmm.mexglx
│   │   │   ├── vl_hikmeans.mexglx
│   │   │   ├── vl_hikmeanspush.mexglx
│   │   │   ├── vl_hog.mexglx
│   │   │   ├── vl_homkermap.mexglx
│   │   │   ├── vl_ihashfind.mexglx
│   │   │   ├── vl_ihashsum.mexglx
│   │   │   ├── vl_ikmeans.mexglx
│   │   │   ├── vl_ikmeanspush.mexglx
│   │   │   ├── vl_imdisttf.mexglx
│   │   │   ├── vl_imintegral.mexglx
│   │   │   ├── vl_imsmooth.mexglx
│   │   │   ├── vl_imwbackwardmx.mexglx
│   │   │   ├── vl_inthist.mexglx
│   │   │   ├── vl_irodr.mexglx
│   │   │   ├── vl_kdtreebuild.mexglx
│   │   │   ├── vl_kdtreequery.mexglx
│   │   │   ├── vl_kmeans.mexglx
│   │   │   ├── vl_lbp.mexglx
│   │   │   ├── vl_liop.mexglx
│   │   │   ├── vl_localmax.mexglx
│   │   │   ├── vl_mser.mexglx
│   │   │   ├── vl_quickshift.mexglx
│   │   │   ├── vl_rodr.mexglx
│   │   │   ├── vl_sampleinthist.mexglx
│   │   │   ├── vl_siftdescriptor.mexglx
│   │   │   ├── vl_sift.mexglx
│   │   │   ├── vl_simdctrl.mexglx
│   │   │   ├── vl_slic.mexglx
│   │   │   ├── vl_svmtrain.mexglx
│   │   │   ├── vl_threads.mexglx
│   │   │   ├── vl_tpsumx.mexglx
│   │   │   ├── vl_twister.mexglx
│   │   │   ├── vl_ubcmatch.mexglx
│   │   │   ├── vl_version.mexglx
│   │   │   └── vl_vlad.mexglx
│   │   ├── mexmaci
│   │   │   ├── libvl.dylib
│   │   │   ├── vl_aibhist.mexmaci
│   │   │   ├── vl_aib.mexmaci
│   │   │   ├── vl_alldist2.mexmaci
│   │   │   ├── vl_alldist.mexmaci
│   │   │   ├── vl_binsearch.mexmaci
│   │   │   ├── vl_binsum.mexmaci
│   │   │   ├── vl_covdet.mexmaci
│   │   │   ├── vl_cummax.mexmaci
│   │   │   ├── vl_dsift.mexmaci
│   │   │   ├── vl_erfill.mexmaci
│   │   │   ├── vl_fisher.mexmaci
│   │   │   ├── vl_getpid.mexmaci
│   │   │   ├── vl_gmm.mexmaci
│   │   │   ├── vl_hikmeans.mexmaci
│   │   │   ├── vl_hikmeanspush.mexmaci
│   │   │   ├── vl_hog.mexmaci
│   │   │   ├── vl_homkermap.mexmaci
│   │   │   ├── vl_ihashfind.mexmaci
│   │   │   ├── vl_ihashsum.mexmaci
│   │   │   ├── vl_ikmeans.mexmaci
│   │   │   ├── vl_ikmeanspush.mexmaci
│   │   │   ├── vl_imdisttf.mexmaci
│   │   │   ├── vl_imintegral.mexmaci
│   │   │   ├── vl_imsmooth.mexmaci
│   │   │   ├── vl_imwbackwardmx.mexmaci
│   │   │   ├── vl_inthist.mexmaci
│   │   │   ├── vl_irodr.mexmaci
│   │   │   ├── vl_kdtreebuild.mexmaci
│   │   │   ├── vl_kdtreequery.mexmaci
│   │   │   ├── vl_kmeans.mexmaci
│   │   │   ├── vl_lbp.mexmaci
│   │   │   ├── vl_liop.mexmaci
│   │   │   ├── vl_localmax.mexmaci
│   │   │   ├── vl_mser.mexmaci
│   │   │   ├── vl_quickshift.mexmaci
│   │   │   ├── vl_rodr.mexmaci
│   │   │   ├── vl_sampleinthist.mexmaci
│   │   │   ├── vl_siftdescriptor.mexmaci
│   │   │   ├── vl_sift.mexmaci
│   │   │   ├── vl_simdctrl.mexmaci
│   │   │   ├── vl_slic.mexmaci
│   │   │   ├── vl_svmtrain.mexmaci
│   │   │   ├── vl_threads.mexmaci
│   │   │   ├── vl_tpsumx.mexmaci
│   │   │   ├── vl_twister.mexmaci
│   │   │   ├── vl_ubcmatch.mexmaci
│   │   │   ├── vl_version.mexmaci
│   │   │   └── vl_vlad.mexmaci
│   │   ├── mexmaci64
│   │   │   ├── libvl.dylib
│   │   │   ├── vl_aibhist.mexmaci64
│   │   │   ├── vl_aib.mexmaci64
│   │   │   ├── vl_alldist2.mexmaci64
│   │   │   ├── vl_alldist.mexmaci64
│   │   │   ├── vl_binsearch.mexmaci64
│   │   │   ├── vl_binsum.mexmaci64
│   │   │   ├── vl_covdet.mexmaci64
│   │   │   ├── vl_cummax.mexmaci64
│   │   │   ├── vl_dsift.mexmaci64
│   │   │   ├── vl_erfill.mexmaci64
│   │   │   ├── vl_fisher.mexmaci64
│   │   │   ├── vl_getpid.mexmaci64
│   │   │   ├── vl_gmm.mexmaci64
│   │   │   ├── vl_hikmeans.mexmaci64
│   │   │   ├── vl_hikmeanspush.mexmaci64
│   │   │   ├── vl_hog.mexmaci64
│   │   │   ├── vl_homkermap.mexmaci64
│   │   │   ├── vl_ihashfind.mexmaci64
│   │   │   ├── vl_ihashsum.mexmaci64
│   │   │   ├── vl_ikmeans.mexmaci64
│   │   │   ├── vl_ikmeanspush.mexmaci64
│   │   │   ├── vl_imdisttf.mexmaci64
│   │   │   ├── vl_imintegral.mexmaci64
│   │   │   ├── vl_imsmooth.mexmaci64
│   │   │   ├── vl_imwbackwardmx.mexmaci64
│   │   │   ├── vl_inthist.mexmaci64
│   │   │   ├── vl_irodr.mexmaci64
│   │   │   ├── vl_kdtreebuild.mexmaci64
│   │   │   ├── vl_kdtreequery.mexmaci64
│   │   │   ├── vl_kmeans.mexmaci64
│   │   │   ├── vl_lbp.mexmaci64
│   │   │   ├── vl_liop.mexmaci64
│   │   │   ├── vl_localmax.mexmaci64
│   │   │   ├── vl_mser.mexmaci64
│   │   │   ├── vl_quickshift.mexmaci64
│   │   │   ├── vl_rodr.mexmaci64
│   │   │   ├── vl_sampleinthist.mexmaci64
│   │   │   ├── vl_siftdescriptor.mexmaci64
│   │   │   ├── vl_sift.mexmaci64
│   │   │   ├── vl_simdctrl.mexmaci64
│   │   │   ├── vl_slic.mexmaci64
│   │   │   ├── vl_svmtrain.mexmaci64
│   │   │   ├── vl_threads.mexmaci64
│   │   │   ├── vl_tpsumx.mexmaci64
│   │   │   ├── vl_twister.mexmaci64
│   │   │   ├── vl_ubcmatch.mexmaci64
│   │   │   ├── vl_version.mexmaci64
│   │   │   └── vl_vlad.mexmaci64
│   │   ├── mexw32
│   │   │   ├── msvcr100.dll
│   │   │   ├── vl_aibhist.mexw32
│   │   │   ├── vl_aib.mexw32
│   │   │   ├── vl_alldist2.mexw32
│   │   │   ├── vl_alldist.mexw32
│   │   │   ├── vl_binsearch.mexw32
│   │   │   ├── vl_binsum.mexw32
│   │   │   ├── vl_covdet.mexw32
│   │   │   ├── vl_cummax.mexw32
│   │   │   ├── vl.dll
│   │   │   ├── vl_dsift.mexw32
│   │   │   ├── vl_erfill.mexw32
│   │   │   ├── vl_fisher.mexw32
│   │   │   ├── vl_getpid.mexw32
│   │   │   ├── vl_gmm.mexw32
│   │   │   ├── vl_hikmeans.mexw32
│   │   │   ├── vl_hikmeanspush.mexw32
│   │   │   ├── vl_hog.mexw32
│   │   │   ├── vl_homkermap.mexw32
│   │   │   ├── vl_ihashfind.mexw32
│   │   │   ├── vl_ihashsum.mexw32
│   │   │   ├── vl_ikmeans.mexw32
│   │   │   ├── vl_ikmeanspush.mexw32
│   │   │   ├── vl_imdisttf.mexw32
│   │   │   ├── vl_imintegral.mexw32
│   │   │   ├── vl_imsmooth.mexw32
│   │   │   ├── vl_imwbackwardmx.mexw32
│   │   │   ├── vl_inthist.mexw32
│   │   │   ├── vl_irodr.mexw32
│   │   │   ├── vl_kdtreebuild.mexw32
│   │   │   ├── vl_kdtreequery.mexw32
│   │   │   ├── vl_kmeans.mexw32
│   │   │   ├── vl_lbp.mexw32
│   │   │   ├── vl_liop.mexw32
│   │   │   ├── vl_localmax.mexw32
│   │   │   ├── vl_mser.mexw32
│   │   │   ├── vl_quickshift.mexw32
│   │   │   ├── vl_rodr.mexw32
│   │   │   ├── vl_sampleinthist.mexw32
│   │   │   ├── vl_siftdescriptor.mexw32
│   │   │   ├── vl_sift.mexw32
│   │   │   ├── vl_simdctrl.mexw32
│   │   │   ├── vl_slic.mexw32
│   │   │   ├── vl_svmtrain.mexw32
│   │   │   ├── vl_threads.mexw32
│   │   │   ├── vl_tpsumx.mexw32
│   │   │   ├── vl_twister.mexw32
│   │   │   ├── vl_ubcmatch.mexw32
│   │   │   ├── vl_version.mexw32
│   │   │   └── vl_vlad.mexw32
│   │   └── mexw64
│   │   ├── msvcr100.dll
│   │   ├── vl_aibhist.mexw64
│   │   ├── vl_aib.mexw64
│   │   ├── vl_alldist2.mexw64
│   │   ├── vl_alldist.mexw64
│   │   ├── vl_binsearch.mexw64
│   │   ├── vl_binsum.mexw64
│   │   ├── vl_covdet.mexw64
│   │   ├── vl_cummax.mexw64
│   │   ├── vl.dll
│   │   ├── vl_dsift.mexw64
│   │   ├── vl_erfill.mexw64
│   │   ├── vl_fisher.mexw64
│   │   ├── vl_getpid.mexw64
│   │   ├── vl_gmm.mexw64
│   │   ├── vl_hikmeans.mexw64
│   │   ├── vl_hikmeanspush.mexw64
│   │   ├── vl_hog.mexw64
│   │   ├── vl_homkermap.mexw64
│   │   ├── vl_ihashfind.mexw64
│   │   ├── vl_ihashsum.mexw64
│   │   ├── vl_ikmeans.mexw64
│   │   ├── vl_ikmeanspush.mexw64
│   │   ├── vl_imdisttf.mexw64
│   │   ├── vl_imintegral.mexw64
│   │   ├── vl_imsmooth.mexw64
│   │   ├── vl_imwbackwardmx.mexw64
│   │   ├── vl_inthist.mexw64
│   │   ├── vl_irodr.mexw64
│   │   ├── vl_kdtreebuild.mexw64
│   │   ├── vl_kdtreequery.mexw64
│   │   ├── vl_kmeans.mexw64
│   │   ├── vl_lbp.mexw64
│   │   ├── vl_liop.mexw64
│   │   ├── vl_localmax.mexw64
│   │   ├── vl_mser.mexw64
│   │   ├── vl_quickshift.mexw64
│   │   ├── vl_rodr.mexw64
│   │   ├── vl_sampleinthist.mexw64
│   │   ├── vl_siftdescriptor.mexw64
│   │   ├── vl_sift.mexw64
│   │   ├── vl_simdctrl.mexw64
│   │   ├── vl_slic.mexw64
│   │   ├── vl_svmtrain.mexw64
│   │   ├── vl_threads.mexw64
│   │   ├── vl_tpsumx.mexw64
│   │   ├── vl_twister.mexw64
│   │   ├── vl_ubcmatch.mexw64
│   │   ├── vl_version.mexw64
│   │   └── vl_vlad.mexw64
│   ├── mexutils.h
│   ├── misc
│   │   ├── inthist.tc
│   │   ├── kdtree.h
│   │   ├── samplinthist.tc
│   │   ├── svms_common.h
│   │   ├── vl_alldist2.c
│   │   ├── vl_alldist2.m
│   │   ├── vl_alldist.c
│   │   ├── vl_alphanum.m
│   │   ├── vl_argparse.m
│   │   ├── vl_binsearch.c
│   │   ├── vl_binsearch.m
│   │   ├── vl_binsum.c
│   │   ├── vl_binsum.def
│   │   ├── vl_binsum.m
│   │   ├── vl_colsubset.m
│   │   ├── vl_cummax.c
│   │   ├── vl_cummax.def
│   │   ├── vl_cummax.m
│   │   ├── vl_getpid.c
│   │   ├── vl_getpid.m
│   │   ├── vl_grad.m
│   │   ├── vl_histmarg.m
│   │   ├── vl_hog.c
│   │   ├── vl_hog.m
│   │   ├── vl_homkermap.c
│   │   ├── vl_homkermap.m
│   │   ├── vl_ihashfind.c
│   │   ├── vl_ihashfind.m
│   │   ├── vl_ihashsum.c
│   │   ├── vl_ihashsum.m
│   │   ├── vl_inthist.c
│   │   ├── vl_inthist.m
│   │   ├── vl_isoctave.m
│   │   ├── vl_kdtreebuild.c
│   │   ├── vl_kdtreebuild.m
│   │   ├── vl_kdtreequery.c
│   │   ├── vl_kdtreequery.m
│   │   ├── vl_lbp.c
│   │   ├── vl_lbpfliplr.m
│   │   ├── vl_lbp.m
│   │   ├── vl_localmax.c
│   │   ├── vl_localmax.m
│   │   ├── vl_matlabversion.m
│   │   ├── vl_numder2.m
│   │   ├── vl_numder.m
│   │   ├── vl_override.m
│   │   ├── vl_pegasos.m
│   │   ├── vl_sampleinthist.c
│   │   ├── vl_sampleinthist.m
│   │   ├── vl_simdctrl.c
│   │   ├── vl_simdctrl.m
│   │   ├── vl_svmdataset.m
│   │   ├── vl_svmpegasos.m
│   │   ├── vl_svmtrain.c
│   │   ├── vl_svmtrain.m
│   │   ├── vl_threads.c
│   │   ├── vl_threads.m
│   │   ├── vl_twister.c
│   │   ├── vl_twister.m
│   │   ├── vl_version.c
│   │   ├── vl_version.m
│   │   ├── vl_whistc.m
│   │   └── vl_xmkdir.m
│   ├── mser
│   │   ├── vl_erfill.c
│   │   ├── vl_erfill.m
│   │   ├── vl_ertr.m
│   │   ├── vl_mser.c
│   │   └── vl_mser.m
│   ├── noprefix
│   │   ├── aibcuthist.m
│   │   ├── aibcut.m
│   │   ├── aibcutpush.m
│   │   ├── aibhist.m
│   │   ├── aib.m
│   │   ├── alldist2.m
│   │   ├── alphanum.m
│   │   ├── argparse.m
│   │   ├── assert_almost_equal.m
│   │   ├── assert_equal.m
│   │   ├── assert_exception.m
│   │   ├── binsearch.m
│   │   ├── binsum.m
│   │   ├── cf.m
│   │   ├── click.m
│   │   ├── clickpoint.m
│   │   ├── clicksegment.m
│   │   ├── colsubset.m
│   │   ├── covdet.m
│   │   ├── cummax.m
│   │   ├── ddgaussian.m
│   │   ├── det.m
│   │   ├── dgaussian.m
│   │   ├── dsift.m
│   │   ├── dsigmoid.m
│   │   ├── dwaffine.m
│   │   ├── erfill.m
│   │   ├── ertr.m
│   │   ├── figaspect.m
│   │   ├── fisher.m
│   │   ├── flatmap.m
│   │   ├── frame2oell.m
│   │   ├── gaussian.m
│   │   ├── getpid.m
│   │   ├── gmm.m
│   │   ├── grad.m
│   │   ├── harris.m
│   │   ├── hat.m
│   │   ├── hikmeanshist.m
│   │   ├── hikmeans.m
│   │   ├── hikmeanspush.m
│   │   ├── histmarg.m
│   │   ├── hog.m
│   │   ├── homkermap.m
│   │   ├── ihashfind.m
│   │   ├── ihashsum.m
│   │   ├── ihat.m
│   │   ├── ikmeanshist.m
│   │   ├── ikmeans.m
│   │   ├── ikmeanspush.m
│   │   ├── imarray.m
│   │   ├── imarraysc.m
│   │   ├── imdisttf.m
│   │   ├── imdown.m
│   │   ├── imgrad.m
│   │   ├── imintegral.m
│   │   ├── impattern.m
│   │   ├── imreadbw.m
│   │   ├── imreadgray.m
│   │   ├── imsc.m
│   │   ├── imseg.m
│   │   ├── imsmooth.m
│   │   ├── imup.m
│   │   ├── imwbackward.m
│   │   ├── imwhiten.m
│   │   ├── inthist.m
│   │   ├── irodr.m
│   │   ├── isoctave.m
│   │   ├── kdtreebuild.m
│   │   ├── kdtreequery.m
│   │   ├── kmeans.m
│   │   ├── lbpfliplr.m
│   │   ├── lbp.m
│   │   ├── linespec2prop.m
│   │   ├── liop.m
│   │   ├── localmax.m
│   │   ├── matlabversion.m
│   │   ├── mser.m
│   │   ├── noprefix.m
│   │   ├── numder2.m
│   │   ├── numder.m
│   │   ├── override.m
│   │   ├── pegasos.m
│   │   ├── phow.m
│   │   ├── plotbox.m
│   │   ├── plotframe.m
│   │   ├── plotgrid.m
│   │   ├── plotpoint.m
│   │   ├── plotsiftdescriptor.m
│   │   ├── plotss.m
│   │   ├── plotstyle.m
│   │   ├── printsize.m
│   │   ├── pr.m
│   │   ├── quickseg.m
│   │   ├── quickshift.m
│   │   ├── quickvis.m
│   │   ├── rcos.m
│   │   ├── rgb2xyz.m
│   │   ├── roc.m
│   │   ├── rodr.m
│   │   ├── sampleinthist.m
│   │   ├── siftdescriptor.m
│   │   ├── sift.m
│   │   ├── sigmoid.m
│   │   ├── simdctrl.m
│   │   ├── slic.m
│   │   ├── svmdataset.m
│   │   ├── svmpegasos.m
│   │   ├── svmtrain.m
│   │   ├── test.m
│   │   ├── threads.m
│   │   ├── tightsubplot.m
│   │   ├── tpfp.m
│   │   ├── tps.m
│   │   ├── tpsu.m
│   │   ├── twister.m
│   │   ├── ubcmatch.m
│   │   ├── ubcread.m
│   │   ├── vlad.m
│   │   ├── waffine.m
│   │   ├── whistc.m
│   │   ├── witps.m
│   │   ├── wtps.m
│   │   ├── xmkdir.m
│   │   ├── xyz2lab.m
│   │   ├── xyz2luv.m
│   │   └── xyz2rgb.m
│   ├── plotop
│   │   ├── vl_cf.m
│   │   ├── vl_click.m
│   │   ├── vl_clickpoint.m
│   │   ├── vl_clicksegment.m
│   │   ├── vl_det.m
│   │   ├── vl_figaspect.m
│   │   ├── vl_linespec2prop.m
│   │   ├── vl_plotbox.m
│   │   ├── vl_plotframe.m
│   │   ├── vl_plotgrid.m
│   │   ├── vl_plotpoint.m
│   │   ├── vl_plotstyle.m
│   │   ├── vl_printsize.m
│   │   ├── vl_pr.m
│   │   ├── vl_roc.m
│   │   ├── vl_tightsubplot.m
│   │   └── vl_tpfp.m
│   ├── quickshift
│   │   ├── vl_flatmap.m
│   │   ├── vl_imseg.m
│   │   ├── vl_quickseg.m
│   │   ├── vl_quickshift.c
│   │   ├── vl_quickshift.m
│   │   └── vl_quickvis.m
│   ├── sift
│   │   ├── vl_covdet.c
│   │   ├── vl_covdet.m
│   │   ├── vl_dsift.c
│   │   ├── vl_dsift.m
│   │   ├── vl_frame2oell.m
│   │   ├── vl_liop.c
│   │   ├── vl_liop.m
│   │   ├── vl_phow.m
│   │   ├── vl_plotsiftdescriptor.m
│   │   ├── vl_plotss.m
│   │   ├── vl_sift.c
│   │   ├── vl_siftdescriptor.c
│   │   ├── vl_siftdescriptor.m
│   │   ├── vl_sift.m
│   │   ├── vl_ubcmatch.c
│   │   ├── vl_ubcmatch.m
│   │   └── vl_ubcread.m
│   ├── slic
│   │   ├── vl_slic.c
│   │   └── vl_slic.m
│   ├── special
│   │   ├── vl_ddgaussian.m
│   │   ├── vl_dgaussian.m
│   │   ├── vl_dsigmoid.m
│   │   ├── vl_gaussian.m
│   │   ├── vl_rcos.m
│   │   └── vl_sigmoid.m
│   ├── vlad
│   │   ├── vl_vlad.c
│   │   └── vl_vlad.m
│   ├── vl_compile.m
│   ├── vl_demo.m
│   ├── vl_harris.m
│   ├── vl_help.m
│   ├── vl_noprefix.m
│   ├── vl_root.m
│   ├── vl_setup.m
│   └── xtest
│   ├── vl_assert_almost_equal.m
│   ├── vl_assert_equal.m
│   ├── vl_assert_exception.m
│   ├── vl_test_aib.m
│   ├── vl_test_alldist2.m
│   ├── vl_test_alldist.m
│   ├── vl_test_alphanum.m
│   ├── vl_test_argparse.m
│   ├── vl_test_binsearch.m
│   ├── vl_test_binsum.m
│   ├── vl_test_colsubset.m
│   ├── vl_test_cummax.m
│   ├── vl_test_dsift.m
│   ├── vl_test_fisher.m
│   ├── vl_test_gmm.m
│   ├── vl_test_grad.m
│   ├── vl_test_hikmeans.m
│   ├── vl_test_hog.m
│   ├── vl_test_homkermap.m
│   ├── vl_test_ihashsum.m
│   ├── vl_test_ikmeans.m
│   ├── vl_test_imarray.m
│   ├── vl_test_imdisttf.m
│   ├── vl_test_imintegral.m
│   ├── vl_test_imsmooth.m
│   ├── vl_test_imwbackward.m
│   ├── vl_test_init.m
│   ├── vl_test_inthist.m
│   ├── vl_test_kdtree.m
│   ├── vl_test_kmeans.m
│   ├── vl_test_lbp.m
│   ├── vl_test_liop.m
│   ├── vl_test.m
│   ├── vl_test_mser.m
│   ├── vl_test_phow.m
│   ├── vl_test_plotbox.m
│   ├── vl_test_printsize.m
│   ├── vl_test_pr.m
│   ├── vl_test_roc.m
│   ├── vl_test_sift.m
│   ├── vl_test_slic.m
│   ├── vl_test_svmtrain.m
│   ├── vl_test_twister.m
│   ├── vl_test_vlad.m
│   └── vl_test_whistc.m
├── vl
│   ├── aib.c
│   ├── aib.h
│   ├── array.c
│   ├── array.h
│   ├── covdet.c
│   ├── covdet.h
│   ├── dsift.c
│   ├── dsift.h
│   ├── fisher.c
│   ├── fisher.h
│   ├── float.th
│   ├── generic.c
│   ├── generic.h
│   ├── getopt_long.c
│   ├── getopt_long.h
│   ├── gmm.c
│   ├── gmm.h
│   ├── heap-def.h
│   ├── hikmeans.c
│   ├── hikmeans.h
│   ├── hog.c
│   ├── hog.h
│   ├── homkermap.c
│   ├── homkermap.h
│   ├── host.c
│   ├── host.h
│   ├── ikmeans.c
│   ├── ikmeans_elkan.tc
│   ├── ikmeans.h
│   ├── ikmeans_init.tc
│   ├── ikmeans_lloyd.tc
│   ├── imopv.c
│   ├── imopv.h
│   ├── imopv_sse2.c
│   ├── imopv_sse2.h
│   ├── kdtree.c
│   ├── kdtree.h
│   ├── kmeans.c
│   ├── kmeans.h
│   ├── lbp.c
│   ├── lbp.h
│   ├── liop.c
│   ├── liop.h
│   ├── mathop_avx.c
│   ├── mathop_avx.h
│   ├── mathop.c
│   ├── mathop.h
│   ├── mathop_sse2.c
│   ├── mathop_sse2.h
│   ├── mser.c
│   ├── mser.h
│   ├── pgm.c
│   ├── pgm.h
│   ├── qsort-def.h
│   ├── quickshift.c
│   ├── quickshift.h
│   ├── random.c
│   ├── random.h
│   ├── rodrigues.c
│   ├── rodrigues.h
│   ├── scalespace.c
│   ├── scalespace.h
│   ├── shuffle-def.h
│   ├── sift.c
│   ├── sift.h
│   ├── slic.c
│   ├── slic.h
│   ├── stringop.c
│   ├── stringop.h
│   ├── svm.c
│   ├── svmdataset.c
│   ├── svmdataset.h
│   ├── svm.h
│   ├── vlad.c
│   └── vlad.h
├── vlfeat.sln
├── vlfeat.vcproj
└── vlfeat.xcodeproj
├── project.pbxproj
└── xcshareddata
└── xcschemes
├── make doc-api.xcscheme
├── make info.xcscheme
└── make.xcscheme

64 directories, 1959 files

标签:

实例下载地址

VLFeat 官方工具包

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警