├── LICENSE ├── README.md ├── anno-TNNLS.zip ├── anno ├── airplane_H_001.txt ├── airplane_H_002.txt ├── att │ ├── airplane_H_001.txt │ ├── airplane_H_002.txt │ ├── badger_H_001.txt │ ├── bat_H_001.txt │ ├── bird_H_001.txt │ ├── bird_H_002.txt │ ├── bird_H_003.txt │ ├── boat_D_001.txt │ ├── boat_H_001.txt │ ├── boy_S_001.txt │ ├── boy_S_002.txt │ ├── bus_S_004.txt │ ├── bus_V_001.txt │ ├── bus_V_002.txt │ ├── bus_V_003.txt │ ├── bus_V_004.txt │ ├── bus_V_005.txt │ ├── car_D_002.txt │ ├── car_D_004.txt │ ├── car_D_005.txt │ ├── car_D_007.txt │ ├── car_D_009.txt │ ├── car_S_001.txt │ ├── car_S_002.txt │ ├── car_S_003.txt │ ├── car_V_001.txt │ ├── car_V_003.txt │ ├── car_V_004.txt │ ├── car_V_006.txt │ ├── car_V_007.txt │ ├── car_V_008.txt │ ├── car_V_009.txt │ ├── car_V_010.txt │ ├── car_V_011.txt │ ├── car_V_013.txt │ ├── car_V_014.txt │ ├── cat_D_001.txt │ ├── cat_H_001.txt │ ├── cat_H_002.txt │ ├── couple_S_001.txt │ ├── cow_H_001.txt │ ├── coyote_S_001.txt │ ├── crowd_S_001.txt │ ├── crowd_S_002.txt │ ├── deer_H_001.txt │ ├── dog_D_001.txt │ ├── dog_D_002.txt │ ├── dog_H_001.txt │ ├── drone_D_001.txt │ ├── face_H_001.txt │ ├── face_S_001.txt │ ├── fox_H_001.txt │ ├── head_H_001.txt │ ├── head_S_001.txt │ ├── helicopter_H_001.txt │ ├── helicopter_H_002.txt │ ├── helicopter_S_001.txt │ ├── hog_D_001.txt │ ├── hog_H_001.txt │ ├── hog_H_002.txt │ ├── hog_H_003.txt │ ├── hog_H_004.txt │ ├── hog_S_001.txt │ ├── leopard_H_001.txt │ ├── motobiker_D_001.txt │ ├── motobiker_V_001.txt │ ├── person_D_003.txt │ ├── person_D_004.txt │ ├── person_D_006.txt │ ├── person_D_009.txt │ ├── person_D_011.txt │ ├── person_D_014.txt │ ├── person_D_015.txt │ ├── person_D_016.txt │ ├── person_D_019.txt │ ├── person_D_020.txt │ ├── person_D_021.txt │ ├── person_D_022.txt │ ├── person_D_023.txt │ ├── person_H_001.txt │ ├── person_H_002.txt │ ├── person_H_003.txt │ ├── person_H_004.txt │ ├── person_H_006.txt │ ├── person_H_008.txt │ ├── person_H_009.txt │ ├── person_H_011.txt │ ├── person_H_012.txt │ ├── person_H_013.txt │ ├── person_H_014.txt │ ├── person_S_001.txt │ ├── person_S_002.txt │ ├── person_S_003.txt │ ├── person_S_004.txt │ ├── person_S_005.txt │ ├── person_S_006.txt │ ├── person_S_007.txt │ ├── person_S_008.txt │ ├── person_S_009.txt │ ├── person_S_010.txt │ ├── person_S_011.txt │ ├── person_S_012.txt │ ├── person_S_013.txt │ ├── person_S_014.txt │ ├── person_S_015.txt │ ├── person_S_016.txt │ ├── person_S_017.txt │ ├── person_S_018.txt │ ├── person_S_019.txt │ ├── person_V_002.txt │ ├── person_V_007.txt │ ├── person_V_008.txt │ ├── pickup_S_001.txt │ ├── street_S_001.txt │ ├── street_S_002.txt │ ├── street_S_003.txt │ ├── street_S_004.txt │ ├── street_S_005.txt │ ├── truck_S_001.txt │ └── woman_H_001.txt ├── badger_H_001.txt ├── bat_H_001.txt ├── bird_H_001.txt ├── bird_H_002.txt ├── bird_H_003.txt ├── boat_D_001.txt ├── boat_H_001.txt ├── boy_S_001.txt ├── boy_S_002.txt ├── bus_S_004.txt ├── bus_V_001.txt ├── bus_V_002.txt ├── bus_V_003.txt ├── bus_V_004.txt ├── bus_V_005.txt ├── car_D_002.txt ├── car_D_004.txt ├── car_D_005.txt ├── car_D_007.txt ├── car_D_009.txt ├── car_S_001.txt ├── car_S_002.txt ├── car_S_003.txt ├── car_V_001.txt ├── car_V_003.txt ├── car_V_004.txt ├── car_V_006.txt ├── car_V_007.txt ├── car_V_008.txt ├── car_V_009.txt ├── car_V_010.txt ├── car_V_011.txt ├── car_V_013.txt ├── car_V_014.txt ├── cat_D_001.txt ├── cat_H_001.txt ├── cat_H_002.txt ├── couple_S_001.txt ├── cow_H_001.txt ├── coyote_S_001.txt ├── crowd_S_001.txt ├── crowd_S_002.txt ├── deer_H_001.txt ├── dog_D_001.txt ├── dog_D_002.txt ├── dog_H_001.txt ├── drone_D_001.txt ├── face_H_001.txt ├── face_S_001.txt ├── fox_H_001.txt ├── head_H_001.txt ├── head_S_001.txt ├── helicopter_H_001.txt ├── helicopter_H_002.txt ├── helicopter_S_001.txt ├── hog_D_001.txt ├── hog_H_001.txt ├── hog_H_002.txt ├── hog_H_003.txt ├── hog_H_004.txt ├── hog_S_001.txt ├── leopard_H_001.txt ├── motobiker_D_001.txt ├── motobiker_V_001.txt ├── person_D_003.txt ├── person_D_004.txt ├── person_D_006.txt ├── person_D_009.txt ├── person_D_011.txt ├── person_D_014.txt ├── person_D_015.txt ├── person_D_016.txt ├── person_D_019.txt ├── person_D_020.txt ├── person_D_021.txt ├── person_D_022.txt ├── person_D_023.txt ├── person_H_001.txt ├── person_H_002.txt ├── person_H_003.txt ├── person_H_004.txt ├── person_H_006.txt ├── person_H_008.txt ├── person_H_009.txt ├── person_H_011.txt ├── person_H_012.txt ├── person_H_013.txt ├── person_H_014.txt ├── person_S_001.txt ├── person_S_002.txt ├── person_S_003.txt ├── person_S_004.txt ├── person_S_005.txt ├── person_S_006.txt ├── person_S_007.txt ├── person_S_008.txt ├── person_S_009.txt ├── person_S_010.txt ├── person_S_011.txt ├── person_S_012.txt ├── person_S_013.txt ├── person_S_014.txt ├── person_S_015.txt ├── person_S_016.txt ├── person_S_017.txt ├── person_S_018.txt ├── person_S_019.txt ├── person_V_002.txt ├── person_V_007.txt ├── person_V_008.txt ├── pickup_S_001.txt ├── street_S_001.txt ├── street_S_002.txt ├── street_S_003.txt ├── street_S_004.txt ├── street_S_005.txt ├── truck_S_001.txt └── woman_H_001.txt ├── configSeqs.m ├── configSeqs_100.m ├── configTrackers.m ├── drawResultBB.m ├── example.png ├── figs └── results_OPE_all │ ├── quality_plot_error_OPE_threshold.pdf │ ├── quality_plot_norm_error_OPE_norm_threshold.pdf │ ├── quality_plot_overlap_OPE_AUC.pdf │ └── results.png ├── genPerfMat.m ├── main_running_one.m ├── main_running_repeat.m ├── perfMat └── Overall │ ├── aveSuccessRatePlot_37alg_error_OPE.mat │ ├── aveSuccessRatePlot_37alg_norm_error_OPE.mat │ ├── aveSuccessRatePlot_37alg_overlap_OPE.mat │ └── overlap50andcentererror20_37.mat ├── results └── readme.md ├── run_evaluation.m ├── run_speed.m ├── sequences └── readme.md ├── trackers └── readme.md ├── utils ├── aff2image.m ├── calcCenter_L1.m ├── calcPlotErr.m ├── calcRectCenter.m ├── calcRectInt.m ├── calcSeqErr.m ├── calcSeqErrRobust.m ├── calcSeqErrRobust_norm.m ├── checkResult.m ├── corner2rect.m ├── drawAffine.m ├── drawbox.m ├── getLKcorner.m ├── getORIAcorner.m ├── parameters_to_projective_matrix.m ├── plotDrawSave.m ├── plotSetting.m ├── shiftInitBB.m └── splitSeqTRE.m └── vlfeat-0.9.19 ├── .gitattributes ├── .gitignore ├── COPYING ├── Makefile ├── Makefile.mak ├── README.md ├── 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 ├── data ├── box.pgm ├── box.sift ├── river1.jpg ├── river2.jpg ├── roofs1.jpg ├── roofs2.jpg └── spots.jpg ├── docsrc ├── about.html ├── api.html ├── apps.html ├── compiling.html ├── doc.html ├── download.html ├── doxygen.conf ├── doxygen.css ├── doxytag.py ├── dtd │ └── xhtml1 │ │ ├── xhtml-lat1.ent │ │ ├── xhtml-special.ent │ │ ├── xhtml-symbol.ent │ │ ├── xhtml.soc │ │ ├── xhtml1-frameset.dtd │ │ ├── xhtml1-strict.dtd │ │ ├── xhtml1-transitional.dtd │ │ └── xhtml1.dcl ├── figures │ ├── cell-bins.fig │ ├── covdet-normalization.svg │ ├── covdet.svg │ ├── dhog-bins.fig │ ├── dsift-geom.svg │ ├── frame-canonical.svg │ ├── frame-types.svg │ ├── frames.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-vlfeat.fig │ ├── sift-conv.fig │ ├── sift-descr-easy.fig │ ├── sift-frame.fig │ ├── sift-image-frame.fig │ ├── sift-orient.fig │ └── sift-ss.svg ├── formatter.py ├── images │ ├── PASCAL2.png │ ├── caltech-collage.jpg │ ├── down.png │ ├── fulkerson.jpg │ ├── git.png │ ├── help.png │ ├── lenc.jpg │ ├── liop-neighbours-sampling.png │ ├── liop-patch-layout.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.png │ ├── vl_blue.pxm │ ├── vl_blue_large.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.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 ├── using-gcc.html ├── using-vsexpress.html ├── using-xcode.html ├── vlfeat-website-main-content.xml ├── vlfeat-website-preproc.xml ├── vlfeat-website-template.xml ├── vlfeat-website.xml ├── vlfeat.bib ├── vlfeat.css ├── webdoc.py └── wikidoc.py ├── draw_performance.m ├── make ├── bin.mak ├── dist.mak ├── dll.mak ├── doc.mak ├── matlab.mak ├── nmake_helper.mak ├── octave.mak └── update-mak.sh ├── 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.c ├── test_mathop_abs.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_aib.m │ ├── vl_aibcut.m │ ├── vl_aibcuthist.m │ ├── vl_aibcutpush.m │ ├── vl_aibhist.c │ └── vl_aibhist.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.m │ ├── vl_demo_kdtree_ann.m │ ├── vl_demo_kdtree_forest.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.m │ └── vl_demo_svm_data.mat ├── 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_hikmeans.m │ ├── vl_hikmeanshist.m │ ├── vl_hikmeanspush.c │ ├── vl_hikmeanspush.m │ ├── vl_ikmeans.c │ ├── vl_ikmeans.m │ ├── vl_ikmeanshist.m │ ├── vl_ikmeanspush.c │ ├── vl_ikmeanspush.m │ ├── vl_kmeans.c │ └── vl_kmeans.m ├── mexutils.h ├── misc │ ├── inthist.tc │ ├── kdtree.h │ ├── samplinthist.tc │ ├── svms_common.h │ ├── vl_alldist.c │ ├── vl_alldist2.c │ ├── vl_alldist2.m │ ├── 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_lbp.m │ ├── vl_lbpfliplr.m │ ├── vl_localmax.c │ ├── vl_localmax.m │ ├── vl_matlabversion.m │ ├── vl_numder.m │ ├── vl_numder2.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 ├── 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_pr.m │ ├── vl_printsize.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_sift.m │ ├── vl_siftdescriptor.c │ ├── vl_siftdescriptor.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 ├── vl_compile.m ├── vl_demo.m ├── vl_harris.m ├── vl_help.m ├── vl_noprefix.m ├── vl_root.m ├── vl_setup.m ├── vlad │ ├── vl_vlad.c │ └── vl_vlad.m └── xtest │ ├── vl_assert_almost_equal.m │ ├── vl_assert_equal.m │ ├── vl_assert_exception.m │ ├── vl_test.m │ ├── vl_test_aib.m │ ├── vl_test_alldist.m │ ├── vl_test_alldist2.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_mser.m │ ├── vl_test_phow.m │ ├── vl_test_plotbox.m │ ├── vl_test_pr.m │ ├── vl_test_printsize.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.h ├── ikmeans_elkan.tc ├── 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.c ├── mathop.h ├── mathop_avx.c ├── mathop_avx.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 ├── svm.h ├── svmdataset.c ├── svmdataset.h ├── vlad.c └── vlad.h ├── vlfeat.sln ├── vlfeat.vcproj └── vlfeat.xcodeproj ├── project.pbxproj └── xcshareddata └── xcschemes ├── make doc-api.xcscheme ├── make info.xcscheme └── make.xcscheme /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/README.md -------------------------------------------------------------------------------- /anno-TNNLS.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno-TNNLS.zip -------------------------------------------------------------------------------- /anno/airplane_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/airplane_H_001.txt -------------------------------------------------------------------------------- /anno/airplane_H_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/airplane_H_002.txt -------------------------------------------------------------------------------- /anno/att/airplane_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/airplane_H_001.txt -------------------------------------------------------------------------------- /anno/att/airplane_H_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/airplane_H_002.txt -------------------------------------------------------------------------------- /anno/att/badger_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/badger_H_001.txt -------------------------------------------------------------------------------- /anno/att/bat_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/bat_H_001.txt -------------------------------------------------------------------------------- /anno/att/bird_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/bird_H_001.txt -------------------------------------------------------------------------------- /anno/att/bird_H_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/bird_H_002.txt -------------------------------------------------------------------------------- /anno/att/bird_H_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/bird_H_003.txt -------------------------------------------------------------------------------- /anno/att/boat_D_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/boat_D_001.txt -------------------------------------------------------------------------------- /anno/att/boat_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/boat_H_001.txt -------------------------------------------------------------------------------- /anno/att/boy_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/boy_S_001.txt -------------------------------------------------------------------------------- /anno/att/boy_S_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/boy_S_002.txt -------------------------------------------------------------------------------- /anno/att/bus_S_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/bus_S_004.txt -------------------------------------------------------------------------------- /anno/att/bus_V_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/bus_V_001.txt -------------------------------------------------------------------------------- /anno/att/bus_V_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/bus_V_002.txt -------------------------------------------------------------------------------- /anno/att/bus_V_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/bus_V_003.txt -------------------------------------------------------------------------------- /anno/att/bus_V_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/bus_V_004.txt -------------------------------------------------------------------------------- /anno/att/bus_V_005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/bus_V_005.txt -------------------------------------------------------------------------------- /anno/att/car_D_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_D_002.txt -------------------------------------------------------------------------------- /anno/att/car_D_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_D_004.txt -------------------------------------------------------------------------------- /anno/att/car_D_005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_D_005.txt -------------------------------------------------------------------------------- /anno/att/car_D_007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_D_007.txt -------------------------------------------------------------------------------- /anno/att/car_D_009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_D_009.txt -------------------------------------------------------------------------------- /anno/att/car_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_S_001.txt -------------------------------------------------------------------------------- /anno/att/car_S_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_S_002.txt -------------------------------------------------------------------------------- /anno/att/car_S_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_S_003.txt -------------------------------------------------------------------------------- /anno/att/car_V_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_V_001.txt -------------------------------------------------------------------------------- /anno/att/car_V_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_V_003.txt -------------------------------------------------------------------------------- /anno/att/car_V_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_V_004.txt -------------------------------------------------------------------------------- /anno/att/car_V_006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_V_006.txt -------------------------------------------------------------------------------- /anno/att/car_V_007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_V_007.txt -------------------------------------------------------------------------------- /anno/att/car_V_008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_V_008.txt -------------------------------------------------------------------------------- /anno/att/car_V_009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_V_009.txt -------------------------------------------------------------------------------- /anno/att/car_V_010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_V_010.txt -------------------------------------------------------------------------------- /anno/att/car_V_011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_V_011.txt -------------------------------------------------------------------------------- /anno/att/car_V_013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_V_013.txt -------------------------------------------------------------------------------- /anno/att/car_V_014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/car_V_014.txt -------------------------------------------------------------------------------- /anno/att/cat_D_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/cat_D_001.txt -------------------------------------------------------------------------------- /anno/att/cat_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/cat_H_001.txt -------------------------------------------------------------------------------- /anno/att/cat_H_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/cat_H_002.txt -------------------------------------------------------------------------------- /anno/att/couple_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/couple_S_001.txt -------------------------------------------------------------------------------- /anno/att/cow_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/cow_H_001.txt -------------------------------------------------------------------------------- /anno/att/coyote_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/coyote_S_001.txt -------------------------------------------------------------------------------- /anno/att/crowd_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/crowd_S_001.txt -------------------------------------------------------------------------------- /anno/att/crowd_S_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/crowd_S_002.txt -------------------------------------------------------------------------------- /anno/att/deer_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/deer_H_001.txt -------------------------------------------------------------------------------- /anno/att/dog_D_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/dog_D_001.txt -------------------------------------------------------------------------------- /anno/att/dog_D_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/dog_D_002.txt -------------------------------------------------------------------------------- /anno/att/dog_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/dog_H_001.txt -------------------------------------------------------------------------------- /anno/att/drone_D_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/drone_D_001.txt -------------------------------------------------------------------------------- /anno/att/face_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/face_H_001.txt -------------------------------------------------------------------------------- /anno/att/face_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/face_S_001.txt -------------------------------------------------------------------------------- /anno/att/fox_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/fox_H_001.txt -------------------------------------------------------------------------------- /anno/att/head_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/head_H_001.txt -------------------------------------------------------------------------------- /anno/att/head_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/head_S_001.txt -------------------------------------------------------------------------------- /anno/att/helicopter_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/helicopter_H_001.txt -------------------------------------------------------------------------------- /anno/att/helicopter_H_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/helicopter_H_002.txt -------------------------------------------------------------------------------- /anno/att/helicopter_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/helicopter_S_001.txt -------------------------------------------------------------------------------- /anno/att/hog_D_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/hog_D_001.txt -------------------------------------------------------------------------------- /anno/att/hog_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/hog_H_001.txt -------------------------------------------------------------------------------- /anno/att/hog_H_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/hog_H_002.txt -------------------------------------------------------------------------------- /anno/att/hog_H_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/hog_H_003.txt -------------------------------------------------------------------------------- /anno/att/hog_H_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/hog_H_004.txt -------------------------------------------------------------------------------- /anno/att/hog_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/hog_S_001.txt -------------------------------------------------------------------------------- /anno/att/leopard_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/leopard_H_001.txt -------------------------------------------------------------------------------- /anno/att/motobiker_D_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/motobiker_D_001.txt -------------------------------------------------------------------------------- /anno/att/motobiker_V_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/motobiker_V_001.txt -------------------------------------------------------------------------------- /anno/att/person_D_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_D_003.txt -------------------------------------------------------------------------------- /anno/att/person_D_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_D_004.txt -------------------------------------------------------------------------------- /anno/att/person_D_006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_D_006.txt -------------------------------------------------------------------------------- /anno/att/person_D_009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_D_009.txt -------------------------------------------------------------------------------- /anno/att/person_D_011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_D_011.txt -------------------------------------------------------------------------------- /anno/att/person_D_014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_D_014.txt -------------------------------------------------------------------------------- /anno/att/person_D_015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_D_015.txt -------------------------------------------------------------------------------- /anno/att/person_D_016.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_D_016.txt -------------------------------------------------------------------------------- /anno/att/person_D_019.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_D_019.txt -------------------------------------------------------------------------------- /anno/att/person_D_020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_D_020.txt -------------------------------------------------------------------------------- /anno/att/person_D_021.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_D_021.txt -------------------------------------------------------------------------------- /anno/att/person_D_022.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_D_022.txt -------------------------------------------------------------------------------- /anno/att/person_D_023.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_D_023.txt -------------------------------------------------------------------------------- /anno/att/person_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_H_001.txt -------------------------------------------------------------------------------- /anno/att/person_H_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_H_002.txt -------------------------------------------------------------------------------- /anno/att/person_H_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_H_003.txt -------------------------------------------------------------------------------- /anno/att/person_H_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_H_004.txt -------------------------------------------------------------------------------- /anno/att/person_H_006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_H_006.txt -------------------------------------------------------------------------------- /anno/att/person_H_008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_H_008.txt -------------------------------------------------------------------------------- /anno/att/person_H_009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_H_009.txt -------------------------------------------------------------------------------- /anno/att/person_H_011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_H_011.txt -------------------------------------------------------------------------------- /anno/att/person_H_012.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_H_012.txt -------------------------------------------------------------------------------- /anno/att/person_H_013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_H_013.txt -------------------------------------------------------------------------------- /anno/att/person_H_014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_H_014.txt -------------------------------------------------------------------------------- /anno/att/person_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_001.txt -------------------------------------------------------------------------------- /anno/att/person_S_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_002.txt -------------------------------------------------------------------------------- /anno/att/person_S_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_003.txt -------------------------------------------------------------------------------- /anno/att/person_S_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_004.txt -------------------------------------------------------------------------------- /anno/att/person_S_005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_005.txt -------------------------------------------------------------------------------- /anno/att/person_S_006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_006.txt -------------------------------------------------------------------------------- /anno/att/person_S_007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_007.txt -------------------------------------------------------------------------------- /anno/att/person_S_008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_008.txt -------------------------------------------------------------------------------- /anno/att/person_S_009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_009.txt -------------------------------------------------------------------------------- /anno/att/person_S_010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_010.txt -------------------------------------------------------------------------------- /anno/att/person_S_011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_011.txt -------------------------------------------------------------------------------- /anno/att/person_S_012.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_012.txt -------------------------------------------------------------------------------- /anno/att/person_S_013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_013.txt -------------------------------------------------------------------------------- /anno/att/person_S_014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_014.txt -------------------------------------------------------------------------------- /anno/att/person_S_015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_015.txt -------------------------------------------------------------------------------- /anno/att/person_S_016.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_016.txt -------------------------------------------------------------------------------- /anno/att/person_S_017.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_017.txt -------------------------------------------------------------------------------- /anno/att/person_S_018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_018.txt -------------------------------------------------------------------------------- /anno/att/person_S_019.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_S_019.txt -------------------------------------------------------------------------------- /anno/att/person_V_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_V_002.txt -------------------------------------------------------------------------------- /anno/att/person_V_007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_V_007.txt -------------------------------------------------------------------------------- /anno/att/person_V_008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/person_V_008.txt -------------------------------------------------------------------------------- /anno/att/pickup_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/pickup_S_001.txt -------------------------------------------------------------------------------- /anno/att/street_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/street_S_001.txt -------------------------------------------------------------------------------- /anno/att/street_S_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/street_S_002.txt -------------------------------------------------------------------------------- /anno/att/street_S_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/street_S_003.txt -------------------------------------------------------------------------------- /anno/att/street_S_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/street_S_004.txt -------------------------------------------------------------------------------- /anno/att/street_S_005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/street_S_005.txt -------------------------------------------------------------------------------- /anno/att/truck_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/truck_S_001.txt -------------------------------------------------------------------------------- /anno/att/woman_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/att/woman_H_001.txt -------------------------------------------------------------------------------- /anno/badger_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/badger_H_001.txt -------------------------------------------------------------------------------- /anno/bat_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/bat_H_001.txt -------------------------------------------------------------------------------- /anno/bird_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/bird_H_001.txt -------------------------------------------------------------------------------- /anno/bird_H_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/bird_H_002.txt -------------------------------------------------------------------------------- /anno/bird_H_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/bird_H_003.txt -------------------------------------------------------------------------------- /anno/boat_D_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/boat_D_001.txt -------------------------------------------------------------------------------- /anno/boat_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/boat_H_001.txt -------------------------------------------------------------------------------- /anno/boy_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/boy_S_001.txt -------------------------------------------------------------------------------- /anno/boy_S_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/boy_S_002.txt -------------------------------------------------------------------------------- /anno/bus_S_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/bus_S_004.txt -------------------------------------------------------------------------------- /anno/bus_V_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/bus_V_001.txt -------------------------------------------------------------------------------- /anno/bus_V_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/bus_V_002.txt -------------------------------------------------------------------------------- /anno/bus_V_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/bus_V_003.txt -------------------------------------------------------------------------------- /anno/bus_V_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/bus_V_004.txt -------------------------------------------------------------------------------- /anno/bus_V_005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/bus_V_005.txt -------------------------------------------------------------------------------- /anno/car_D_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_D_002.txt -------------------------------------------------------------------------------- /anno/car_D_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_D_004.txt -------------------------------------------------------------------------------- /anno/car_D_005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_D_005.txt -------------------------------------------------------------------------------- /anno/car_D_007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_D_007.txt -------------------------------------------------------------------------------- /anno/car_D_009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_D_009.txt -------------------------------------------------------------------------------- /anno/car_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_S_001.txt -------------------------------------------------------------------------------- /anno/car_S_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_S_002.txt -------------------------------------------------------------------------------- /anno/car_S_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_S_003.txt -------------------------------------------------------------------------------- /anno/car_V_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_V_001.txt -------------------------------------------------------------------------------- /anno/car_V_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_V_003.txt -------------------------------------------------------------------------------- /anno/car_V_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_V_004.txt -------------------------------------------------------------------------------- /anno/car_V_006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_V_006.txt -------------------------------------------------------------------------------- /anno/car_V_007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_V_007.txt -------------------------------------------------------------------------------- /anno/car_V_008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_V_008.txt -------------------------------------------------------------------------------- /anno/car_V_009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_V_009.txt -------------------------------------------------------------------------------- /anno/car_V_010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_V_010.txt -------------------------------------------------------------------------------- /anno/car_V_011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_V_011.txt -------------------------------------------------------------------------------- /anno/car_V_013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_V_013.txt -------------------------------------------------------------------------------- /anno/car_V_014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/car_V_014.txt -------------------------------------------------------------------------------- /anno/cat_D_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/cat_D_001.txt -------------------------------------------------------------------------------- /anno/cat_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/cat_H_001.txt -------------------------------------------------------------------------------- /anno/cat_H_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/cat_H_002.txt -------------------------------------------------------------------------------- /anno/couple_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/couple_S_001.txt -------------------------------------------------------------------------------- /anno/cow_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/cow_H_001.txt -------------------------------------------------------------------------------- /anno/coyote_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/coyote_S_001.txt -------------------------------------------------------------------------------- /anno/crowd_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/crowd_S_001.txt -------------------------------------------------------------------------------- /anno/crowd_S_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/crowd_S_002.txt -------------------------------------------------------------------------------- /anno/deer_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/deer_H_001.txt -------------------------------------------------------------------------------- /anno/dog_D_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/dog_D_001.txt -------------------------------------------------------------------------------- /anno/dog_D_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/dog_D_002.txt -------------------------------------------------------------------------------- /anno/dog_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/dog_H_001.txt -------------------------------------------------------------------------------- /anno/drone_D_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/drone_D_001.txt -------------------------------------------------------------------------------- /anno/face_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/face_H_001.txt -------------------------------------------------------------------------------- /anno/face_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/face_S_001.txt -------------------------------------------------------------------------------- /anno/fox_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/fox_H_001.txt -------------------------------------------------------------------------------- /anno/head_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/head_H_001.txt -------------------------------------------------------------------------------- /anno/head_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/head_S_001.txt -------------------------------------------------------------------------------- /anno/helicopter_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/helicopter_H_001.txt -------------------------------------------------------------------------------- /anno/helicopter_H_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/helicopter_H_002.txt -------------------------------------------------------------------------------- /anno/helicopter_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/helicopter_S_001.txt -------------------------------------------------------------------------------- /anno/hog_D_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/hog_D_001.txt -------------------------------------------------------------------------------- /anno/hog_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/hog_H_001.txt -------------------------------------------------------------------------------- /anno/hog_H_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/hog_H_002.txt -------------------------------------------------------------------------------- /anno/hog_H_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/hog_H_003.txt -------------------------------------------------------------------------------- /anno/hog_H_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/hog_H_004.txt -------------------------------------------------------------------------------- /anno/hog_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/hog_S_001.txt -------------------------------------------------------------------------------- /anno/leopard_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/leopard_H_001.txt -------------------------------------------------------------------------------- /anno/motobiker_D_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/motobiker_D_001.txt -------------------------------------------------------------------------------- /anno/motobiker_V_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/motobiker_V_001.txt -------------------------------------------------------------------------------- /anno/person_D_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_D_003.txt -------------------------------------------------------------------------------- /anno/person_D_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_D_004.txt -------------------------------------------------------------------------------- /anno/person_D_006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_D_006.txt -------------------------------------------------------------------------------- /anno/person_D_009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_D_009.txt -------------------------------------------------------------------------------- /anno/person_D_011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_D_011.txt -------------------------------------------------------------------------------- /anno/person_D_014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_D_014.txt -------------------------------------------------------------------------------- /anno/person_D_015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_D_015.txt -------------------------------------------------------------------------------- /anno/person_D_016.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_D_016.txt -------------------------------------------------------------------------------- /anno/person_D_019.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_D_019.txt -------------------------------------------------------------------------------- /anno/person_D_020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_D_020.txt -------------------------------------------------------------------------------- /anno/person_D_021.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_D_021.txt -------------------------------------------------------------------------------- /anno/person_D_022.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_D_022.txt -------------------------------------------------------------------------------- /anno/person_D_023.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_D_023.txt -------------------------------------------------------------------------------- /anno/person_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_H_001.txt -------------------------------------------------------------------------------- /anno/person_H_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_H_002.txt -------------------------------------------------------------------------------- /anno/person_H_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_H_003.txt -------------------------------------------------------------------------------- /anno/person_H_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_H_004.txt -------------------------------------------------------------------------------- /anno/person_H_006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_H_006.txt -------------------------------------------------------------------------------- /anno/person_H_008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_H_008.txt -------------------------------------------------------------------------------- /anno/person_H_009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_H_009.txt -------------------------------------------------------------------------------- /anno/person_H_011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_H_011.txt -------------------------------------------------------------------------------- /anno/person_H_012.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_H_012.txt -------------------------------------------------------------------------------- /anno/person_H_013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_H_013.txt -------------------------------------------------------------------------------- /anno/person_H_014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_H_014.txt -------------------------------------------------------------------------------- /anno/person_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_001.txt -------------------------------------------------------------------------------- /anno/person_S_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_002.txt -------------------------------------------------------------------------------- /anno/person_S_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_003.txt -------------------------------------------------------------------------------- /anno/person_S_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_004.txt -------------------------------------------------------------------------------- /anno/person_S_005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_005.txt -------------------------------------------------------------------------------- /anno/person_S_006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_006.txt -------------------------------------------------------------------------------- /anno/person_S_007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_007.txt -------------------------------------------------------------------------------- /anno/person_S_008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_008.txt -------------------------------------------------------------------------------- /anno/person_S_009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_009.txt -------------------------------------------------------------------------------- /anno/person_S_010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_010.txt -------------------------------------------------------------------------------- /anno/person_S_011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_011.txt -------------------------------------------------------------------------------- /anno/person_S_012.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_012.txt -------------------------------------------------------------------------------- /anno/person_S_013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_013.txt -------------------------------------------------------------------------------- /anno/person_S_014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_014.txt -------------------------------------------------------------------------------- /anno/person_S_015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_015.txt -------------------------------------------------------------------------------- /anno/person_S_016.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_016.txt -------------------------------------------------------------------------------- /anno/person_S_017.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_017.txt -------------------------------------------------------------------------------- /anno/person_S_018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_018.txt -------------------------------------------------------------------------------- /anno/person_S_019.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_S_019.txt -------------------------------------------------------------------------------- /anno/person_V_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_V_002.txt -------------------------------------------------------------------------------- /anno/person_V_007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_V_007.txt -------------------------------------------------------------------------------- /anno/person_V_008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/person_V_008.txt -------------------------------------------------------------------------------- /anno/pickup_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/pickup_S_001.txt -------------------------------------------------------------------------------- /anno/street_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/street_S_001.txt -------------------------------------------------------------------------------- /anno/street_S_002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/street_S_002.txt -------------------------------------------------------------------------------- /anno/street_S_003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/street_S_003.txt -------------------------------------------------------------------------------- /anno/street_S_004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/street_S_004.txt -------------------------------------------------------------------------------- /anno/street_S_005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/street_S_005.txt -------------------------------------------------------------------------------- /anno/truck_S_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/truck_S_001.txt -------------------------------------------------------------------------------- /anno/woman_H_001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/anno/woman_H_001.txt -------------------------------------------------------------------------------- /configSeqs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/configSeqs.m -------------------------------------------------------------------------------- /configSeqs_100.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/configSeqs_100.m -------------------------------------------------------------------------------- /configTrackers.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/configTrackers.m -------------------------------------------------------------------------------- /drawResultBB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/drawResultBB.m -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/example.png -------------------------------------------------------------------------------- /figs/results_OPE_all/quality_plot_error_OPE_threshold.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/figs/results_OPE_all/quality_plot_error_OPE_threshold.pdf -------------------------------------------------------------------------------- /figs/results_OPE_all/quality_plot_norm_error_OPE_norm_threshold.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/figs/results_OPE_all/quality_plot_norm_error_OPE_norm_threshold.pdf -------------------------------------------------------------------------------- /figs/results_OPE_all/quality_plot_overlap_OPE_AUC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/figs/results_OPE_all/quality_plot_overlap_OPE_AUC.pdf -------------------------------------------------------------------------------- /figs/results_OPE_all/results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/figs/results_OPE_all/results.png -------------------------------------------------------------------------------- /genPerfMat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/genPerfMat.m -------------------------------------------------------------------------------- /main_running_one.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/main_running_one.m -------------------------------------------------------------------------------- /main_running_repeat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/main_running_repeat.m -------------------------------------------------------------------------------- /perfMat/Overall/aveSuccessRatePlot_37alg_error_OPE.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/perfMat/Overall/aveSuccessRatePlot_37alg_error_OPE.mat -------------------------------------------------------------------------------- /perfMat/Overall/aveSuccessRatePlot_37alg_norm_error_OPE.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/perfMat/Overall/aveSuccessRatePlot_37alg_norm_error_OPE.mat -------------------------------------------------------------------------------- /perfMat/Overall/aveSuccessRatePlot_37alg_overlap_OPE.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/perfMat/Overall/aveSuccessRatePlot_37alg_overlap_OPE.mat -------------------------------------------------------------------------------- /perfMat/Overall/overlap50andcentererror20_37.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/perfMat/Overall/overlap50andcentererror20_37.mat -------------------------------------------------------------------------------- /results/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/results/readme.md -------------------------------------------------------------------------------- /run_evaluation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/run_evaluation.m -------------------------------------------------------------------------------- /run_speed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/run_speed.m -------------------------------------------------------------------------------- /sequences/readme.md: -------------------------------------------------------------------------------- 1 | Download evluation dataset and put them in this folder. -------------------------------------------------------------------------------- /trackers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/trackers/readme.md -------------------------------------------------------------------------------- /utils/aff2image.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/aff2image.m -------------------------------------------------------------------------------- /utils/calcCenter_L1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/calcCenter_L1.m -------------------------------------------------------------------------------- /utils/calcPlotErr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/calcPlotErr.m -------------------------------------------------------------------------------- /utils/calcRectCenter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/calcRectCenter.m -------------------------------------------------------------------------------- /utils/calcRectInt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/calcRectInt.m -------------------------------------------------------------------------------- /utils/calcSeqErr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/calcSeqErr.m -------------------------------------------------------------------------------- /utils/calcSeqErrRobust.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/calcSeqErrRobust.m -------------------------------------------------------------------------------- /utils/calcSeqErrRobust_norm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/calcSeqErrRobust_norm.m -------------------------------------------------------------------------------- /utils/checkResult.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/checkResult.m -------------------------------------------------------------------------------- /utils/corner2rect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/corner2rect.m -------------------------------------------------------------------------------- /utils/drawAffine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/drawAffine.m -------------------------------------------------------------------------------- /utils/drawbox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/drawbox.m -------------------------------------------------------------------------------- /utils/getLKcorner.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/getLKcorner.m -------------------------------------------------------------------------------- /utils/getORIAcorner.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/getORIAcorner.m -------------------------------------------------------------------------------- /utils/parameters_to_projective_matrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/parameters_to_projective_matrix.m -------------------------------------------------------------------------------- /utils/plotDrawSave.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/plotDrawSave.m -------------------------------------------------------------------------------- /utils/plotSetting.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/plotSetting.m -------------------------------------------------------------------------------- /utils/shiftInitBB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/shiftInitBB.m -------------------------------------------------------------------------------- /utils/splitSeqTRE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/utils/splitSeqTRE.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/.gitattributes -------------------------------------------------------------------------------- /vlfeat-0.9.19/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/.gitignore -------------------------------------------------------------------------------- /vlfeat-0.9.19/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/COPYING -------------------------------------------------------------------------------- /vlfeat-0.9.19/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/Makefile -------------------------------------------------------------------------------- /vlfeat-0.9.19/Makefile.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/Makefile.mak -------------------------------------------------------------------------------- /vlfeat-0.9.19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/README.md -------------------------------------------------------------------------------- /vlfeat-0.9.19/apps/phow_caltech101.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/apps/phow_caltech101.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/apps/recognition/encodeImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/apps/recognition/encodeImage.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/apps/recognition/experiments.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/apps/recognition/experiments.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/apps/recognition/extendDescriptorsWithGeometry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/apps/recognition/extendDescriptorsWithGeometry.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/apps/recognition/getDenseSIFT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/apps/recognition/getDenseSIFT.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/apps/recognition/readImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/apps/recognition/readImage.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/apps/recognition/setupCaltech256.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/apps/recognition/setupCaltech256.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/apps/recognition/setupFMD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/apps/recognition/setupFMD.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/apps/recognition/setupGeneric.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/apps/recognition/setupGeneric.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/apps/recognition/setupScene67.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/apps/recognition/setupScene67.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/apps/recognition/setupVoc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/apps/recognition/setupVoc.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/apps/recognition/trainEncoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/apps/recognition/trainEncoder.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/apps/recognition/traintest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/apps/recognition/traintest.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/apps/sift_mosaic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/apps/sift_mosaic.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/data/box.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/data/box.pgm -------------------------------------------------------------------------------- /vlfeat-0.9.19/data/box.sift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/data/box.sift -------------------------------------------------------------------------------- /vlfeat-0.9.19/data/river1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/data/river1.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/data/river2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/data/river2.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/data/roofs1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/data/roofs1.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/data/roofs2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/data/roofs2.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/data/spots.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/data/spots.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/about.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/api.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/apps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/apps.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/compiling.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/compiling.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/doc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/doc.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/download.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/download.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/doxygen.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/doxygen.conf -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/doxygen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/doxygen.css -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/doxytag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/doxytag.py -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml-lat1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml-lat1.ent -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml-special.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml-special.ent -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml-symbol.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml-symbol.ent -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml.soc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml.soc -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml1-frameset.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml1-frameset.dtd -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml1-strict.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml1-strict.dtd -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml1-transitional.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml1-transitional.dtd -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml1.dcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/dtd/xhtml1/xhtml1.dcl -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/cell-bins.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/cell-bins.fig -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/covdet-normalization.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/covdet-normalization.svg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/covdet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/covdet.svg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/dhog-bins.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/dhog-bins.fig -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/dsift-geom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/dsift-geom.svg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/frame-canonical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/frame-canonical.svg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/frame-types.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/frame-types.svg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/frames.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/frames.svg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/lbp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/lbp.svg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/liop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/liop.svg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/mser-er-step.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/mser-er-step.svg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/mser-er.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/mser-er.svg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/mser-tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/mser-tree.svg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/scalespace-basic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/scalespace-basic.svg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/scalespace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/scalespace.svg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/sift-angle.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/sift-angle.fig -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/sift-bins.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/sift-bins.fig -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/sift-can.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/sift-can.fig -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/sift-conv-vlfeat.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/sift-conv-vlfeat.fig -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/sift-conv.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/sift-conv.fig -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/sift-descr-easy.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/sift-descr-easy.fig -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/sift-frame.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/sift-frame.fig -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/sift-image-frame.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/sift-image-frame.fig -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/sift-orient.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/sift-orient.fig -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/figures/sift-ss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/figures/sift-ss.svg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/formatter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/formatter.py -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/PASCAL2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/PASCAL2.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/caltech-collage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/caltech-collage.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/down.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/fulkerson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/fulkerson.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/git.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/help.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/lenc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/lenc.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/liop-neighbours-sampling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/liop-neighbours-sampling.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/liop-patch-layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/liop-patch-layout.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/perdoch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/perdoch.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/perrone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/perrone.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/placeholder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/placeholder.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/sarbortova.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/sarbortova.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/sift-mosaic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/sift-mosaic.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/sulc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/sulc.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-vs-additional-deps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-vs-additional-deps.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-vs-additional-include.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-vs-additional-include.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-vs-additional-libdir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-vs-additional-libdir.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-vs-all-configurations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-vs-all-configurations.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-vs-empty-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-vs-empty-project.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-vs-new-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-vs-new-project.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-vs-nodll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-vs-nodll.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-vs-ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-vs-ok.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-vs-post-step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-vs-post-step.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-vs-project-properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-vs-project-properties.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-xcode-copy-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-xcode-copy-2.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-xcode-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-xcode-copy.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-xcode-dylib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-xcode-dylib.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-xcode-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-xcode-edit.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-xcode-err.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-xcode-err.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-xcode-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-xcode-info.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-xcode-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-xcode-new.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/using-xcode-ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/using-xcode-ok.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/vedaldi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/vedaldi.jpg -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/vl_blue.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/vl_blue.ico -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/vl_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/vl_blue.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/vl_blue.pxm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/vl_blue.pxm -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/vl_blue_large.pxm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/vl_blue_large.pxm -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/images/yandex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/images/yandex.png -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/index.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/install-c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/install-c.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/install-matlab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/install-matlab.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/install-octave.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/install-octave.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/install-shell.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/install-shell.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/license.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/license.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/mdoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/mdoc.py -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/notfound.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/notfound.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/pygmentize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/pygmentize.css -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/roadmap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/roadmap.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/aib.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/aib.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/covdet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/covdet.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/dsift.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/dsift.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/encode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/encode.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/frame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/frame.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/gmm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/gmm.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/hikm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/hikm.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/hog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/hog.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/ikm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/ikm.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/imdisttf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/imdisttf.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/kdtree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/kdtree.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/kmeans.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/kmeans.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/liop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/liop.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/mser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/mser.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/plots-rank.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/plots-rank.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/quickshift.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/quickshift.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/sift.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/sift.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/slic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/slic.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/svm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/svm.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/tutorials/utils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/tutorials/utils.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/using-gcc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/using-gcc.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/using-vsexpress.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/using-vsexpress.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/using-xcode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/using-xcode.html -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/vlfeat-website-main-content.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/vlfeat-website-main-content.xml -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/vlfeat-website-preproc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/vlfeat-website-preproc.xml -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/vlfeat-website-template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/vlfeat-website-template.xml -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/vlfeat-website.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/vlfeat-website.xml -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/vlfeat.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/vlfeat.bib -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/vlfeat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/vlfeat.css -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/webdoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/webdoc.py -------------------------------------------------------------------------------- /vlfeat-0.9.19/docsrc/wikidoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/docsrc/wikidoc.py -------------------------------------------------------------------------------- /vlfeat-0.9.19/draw_performance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/draw_performance.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/make/bin.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/make/bin.mak -------------------------------------------------------------------------------- /vlfeat-0.9.19/make/dist.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/make/dist.mak -------------------------------------------------------------------------------- /vlfeat-0.9.19/make/dll.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/make/dll.mak -------------------------------------------------------------------------------- /vlfeat-0.9.19/make/doc.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/make/doc.mak -------------------------------------------------------------------------------- /vlfeat-0.9.19/make/matlab.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/make/matlab.mak -------------------------------------------------------------------------------- /vlfeat-0.9.19/make/nmake_helper.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/make/nmake_helper.mak -------------------------------------------------------------------------------- /vlfeat-0.9.19/make/octave.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/make/octave.mak -------------------------------------------------------------------------------- /vlfeat-0.9.19/make/update-mak.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/make/update-mak.sh -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/aib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/aib.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/check.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/check.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/generic-driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/generic-driver.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/mser.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/mser.1 -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/mser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/mser.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/sift.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/sift.1 -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/sift.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/sift.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_gauss_elimination.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_gauss_elimination.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_getopt_long.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_getopt_long.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_gmm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_gmm.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_heap-def.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_heap-def.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_host.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_imopv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_imopv.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_kmeans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_kmeans.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_liop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_liop.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_mathop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_mathop.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_mathop_abs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_mathop_abs.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_mathop_fast_resqrt.tc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_mathop_fast_resqrt.tc -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_mathop_fast_sqrt_ui.tc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_mathop_fast_sqrt_ui.tc -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_nan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_nan.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_qsort-def.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_qsort-def.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_rand.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_sqrti.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_sqrti.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_stringop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_stringop.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_svd2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_svd2.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_threads.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_threads.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/test_vec_comp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/test_vec_comp.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/src/vlfeat.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/src/vlfeat.7 -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/aib/vl_aib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/aib/vl_aib.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/aib/vl_aib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/aib/vl_aib.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/aib/vl_aibcut.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/aib/vl_aibcut.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/aib/vl_aibcuthist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/aib/vl_aibcuthist.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/aib/vl_aibcutpush.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/aib/vl_aibcutpush.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/aib/vl_aibhist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/aib/vl_aibhist.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/aib/vl_aibhist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/aib/vl_aibhist.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_aib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_aib.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_alldist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_alldist.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_cmd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_cmd.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_covdet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_covdet.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_dsift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_dsift.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_frame.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_frame.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_gmm_2d_rand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_gmm_2d_rand.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_gmm_2d_twist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_gmm_2d_twist.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_gmm_3d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_gmm_3d.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_gmm_convergence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_gmm_convergence.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_hog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_hog.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_ikmeans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_ikmeans.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_imdisttf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_imdisttf.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_kdtree.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_kdtree.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_kdtree_ann.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_kdtree_ann.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_kdtree_forest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_kdtree_forest.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_kdtree_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_kdtree_plot.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_kdtree_self.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_kdtree_self.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_kdtree_sift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_kdtree_sift.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_kmeans_2d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_kmeans_2d.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_kmeans_ann_speed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_kmeans_ann_speed.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_kmeans_init.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_kmeans_init.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_kmeans_vs_builtin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_kmeans_vs_builtin.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_mser_basic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_mser_basic.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_mser_cmd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_mser_cmd.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_mser_delta.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_mser_delta.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_plots_rank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_plots_rank.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_print.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_print.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_quickshift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_quickshift.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_sift_basic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_sift_basic.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_sift_cmd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_sift_cmd.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_sift_edge.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_sift_edge.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_sift_match.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_sift_match.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_sift_or.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_sift_or.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_sift_peak.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_sift_peak.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_sift_vs_ubc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_sift_vs_ubc.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_slic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_slic.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_svm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_svm.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/demo/vl_demo_svm_data.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/demo/vl_demo_svm_data.mat -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/fisher/vl_fisher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/fisher/vl_fisher.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/fisher/vl_fisher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/fisher/vl_fisher.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/geometry/vl_hat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/geometry/vl_hat.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/geometry/vl_ihat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/geometry/vl_ihat.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/geometry/vl_irodr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/geometry/vl_irodr.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/geometry/vl_irodr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/geometry/vl_irodr.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/geometry/vl_rodr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/geometry/vl_rodr.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/geometry/vl_rodr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/geometry/vl_rodr.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/gmm/vl_gmm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/gmm/vl_gmm.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/gmm/vl_gmm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/gmm/vl_gmm.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_dwaffine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_dwaffine.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imarray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imarray.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imarraysc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imarraysc.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imdisttf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imdisttf.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imdisttf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imdisttf.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imdown.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imdown.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imgrad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imgrad.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imintegral.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imintegral.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imintegral.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imintegral.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_impattern.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_impattern.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imreadbw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imreadbw.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imreadgray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imreadgray.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imsc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imsc.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imsmooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imsmooth.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imsmooth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imsmooth.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imup.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imwbackward.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imwbackward.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imwbackwardmx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imwbackwardmx.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_imwhiten.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_imwhiten.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_rgb2xyz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_rgb2xyz.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_tps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_tps.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_tpsu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_tpsu.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_tpsumx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_tpsumx.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_waffine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_waffine.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_witps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_witps.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_wtps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_wtps.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_xyz2lab.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_xyz2lab.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_xyz2luv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_xyz2luv.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/imop/vl_xyz2rgb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/imop/vl_xyz2rgb.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/info.xml -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/kmeans/vl_hikmeans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/kmeans/vl_hikmeans.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/kmeans/vl_hikmeans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/kmeans/vl_hikmeans.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/kmeans/vl_hikmeanshist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/kmeans/vl_hikmeanshist.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/kmeans/vl_hikmeanspush.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/kmeans/vl_hikmeanspush.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/kmeans/vl_hikmeanspush.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/kmeans/vl_hikmeanspush.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/kmeans/vl_ikmeans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/kmeans/vl_ikmeans.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/kmeans/vl_ikmeans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/kmeans/vl_ikmeans.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/kmeans/vl_ikmeanshist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/kmeans/vl_ikmeanshist.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/kmeans/vl_ikmeanspush.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/kmeans/vl_ikmeanspush.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/kmeans/vl_ikmeanspush.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/kmeans/vl_ikmeanspush.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/kmeans/vl_kmeans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/kmeans/vl_kmeans.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/kmeans/vl_kmeans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/kmeans/vl_kmeans.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/mexutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/mexutils.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/inthist.tc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/inthist.tc -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/kdtree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/kdtree.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/samplinthist.tc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/samplinthist.tc -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/svms_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/svms_common.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_alldist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_alldist.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_alldist2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_alldist2.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_alldist2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_alldist2.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_alphanum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_alphanum.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_argparse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_argparse.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_binsearch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_binsearch.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_binsearch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_binsearch.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_binsum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_binsum.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_binsum.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_binsum.def -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_binsum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_binsum.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_colsubset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_colsubset.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_cummax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_cummax.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_cummax.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_cummax.def -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_cummax.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_cummax.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_getpid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_getpid.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_getpid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_getpid.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_grad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_grad.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_histmarg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_histmarg.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_hog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_hog.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_hog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_hog.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_homkermap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_homkermap.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_homkermap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_homkermap.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_ihashfind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_ihashfind.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_ihashfind.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_ihashfind.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_ihashsum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_ihashsum.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_ihashsum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_ihashsum.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_inthist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_inthist.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_inthist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_inthist.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_isoctave.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_isoctave.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_kdtreebuild.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_kdtreebuild.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_kdtreebuild.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_kdtreebuild.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_kdtreequery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_kdtreequery.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_kdtreequery.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_kdtreequery.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_lbp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_lbp.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_lbp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_lbp.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_lbpfliplr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_lbpfliplr.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_localmax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_localmax.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_localmax.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_localmax.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_matlabversion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_matlabversion.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_numder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_numder.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_numder2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_numder2.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_override.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_override.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_pegasos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_pegasos.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_sampleinthist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_sampleinthist.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_sampleinthist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_sampleinthist.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_simdctrl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_simdctrl.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_simdctrl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_simdctrl.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_svmdataset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_svmdataset.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_svmpegasos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_svmpegasos.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_svmtrain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_svmtrain.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_svmtrain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_svmtrain.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_threads.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_threads.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_threads.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_threads.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_twister.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_twister.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_twister.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_twister.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_version.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_version.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_version.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_whistc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_whistc.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/misc/vl_xmkdir.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/misc/vl_xmkdir.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/mser/vl_erfill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/mser/vl_erfill.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/mser/vl_erfill.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/mser/vl_erfill.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/mser/vl_ertr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/mser/vl_ertr.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/mser/vl_mser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/mser/vl_mser.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/mser/vl_mser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/mser/vl_mser.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_cf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_cf.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_click.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_click.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_clickpoint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_clickpoint.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_clicksegment.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_clicksegment.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_det.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_det.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_figaspect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_figaspect.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_linespec2prop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_linespec2prop.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_plotbox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_plotbox.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_plotframe.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_plotframe.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_plotgrid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_plotgrid.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_plotpoint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_plotpoint.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_plotstyle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_plotstyle.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_pr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_pr.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_printsize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_printsize.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_roc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_roc.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_tightsubplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_tightsubplot.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/plotop/vl_tpfp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/plotop/vl_tpfp.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/quickshift/vl_flatmap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/quickshift/vl_flatmap.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/quickshift/vl_imseg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/quickshift/vl_imseg.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/quickshift/vl_quickseg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/quickshift/vl_quickseg.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/quickshift/vl_quickshift.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/quickshift/vl_quickshift.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/quickshift/vl_quickshift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/quickshift/vl_quickshift.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/quickshift/vl_quickvis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/quickshift/vl_quickvis.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_covdet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_covdet.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_covdet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_covdet.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_dsift.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_dsift.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_dsift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_dsift.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_frame2oell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_frame2oell.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_liop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_liop.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_liop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_liop.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_phow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_phow.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_plotsiftdescriptor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_plotsiftdescriptor.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_plotss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_plotss.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_sift.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_sift.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_sift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_sift.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_siftdescriptor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_siftdescriptor.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_siftdescriptor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_siftdescriptor.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_ubcmatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_ubcmatch.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_ubcmatch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_ubcmatch.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/sift/vl_ubcread.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/sift/vl_ubcread.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/slic/vl_slic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/slic/vl_slic.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/slic/vl_slic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/slic/vl_slic.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/special/vl_ddgaussian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/special/vl_ddgaussian.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/special/vl_dgaussian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/special/vl_dgaussian.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/special/vl_dsigmoid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/special/vl_dsigmoid.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/special/vl_gaussian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/special/vl_gaussian.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/special/vl_rcos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/special/vl_rcos.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/special/vl_sigmoid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/special/vl_sigmoid.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/vl_compile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/vl_compile.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/vl_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/vl_demo.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/vl_harris.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/vl_harris.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/vl_help.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/vl_help.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/vl_noprefix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/vl_noprefix.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/vl_root.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/vl_root.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/vl_setup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/vl_setup.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/vlad/vl_vlad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/vlad/vl_vlad.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/vlad/vl_vlad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/vlad/vl_vlad.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_assert_almost_equal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_assert_almost_equal.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_assert_equal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_assert_equal.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_assert_exception.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_assert_exception.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_aib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_aib.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_alldist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_alldist.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_alldist2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_alldist2.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_alphanum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_alphanum.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_argparse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_argparse.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_binsearch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_binsearch.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_binsum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_binsum.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_colsubset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_colsubset.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_cummax.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_cummax.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_dsift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_dsift.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_fisher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_fisher.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_gmm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_gmm.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_grad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_grad.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_hikmeans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_hikmeans.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_hog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_hog.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_homkermap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_homkermap.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_ihashsum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_ihashsum.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_ikmeans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_ikmeans.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_imarray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_imarray.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_imdisttf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_imdisttf.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_imintegral.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_imintegral.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_imsmooth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_imsmooth.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_imwbackward.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_imwbackward.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_init.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_init.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_inthist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_inthist.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_kdtree.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_kdtree.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_kmeans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_kmeans.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_lbp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_lbp.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_liop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_liop.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_mser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_mser.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_phow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_phow.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_plotbox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_plotbox.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_pr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_pr.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_printsize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_printsize.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_roc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_roc.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_sift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_sift.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_slic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_slic.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_svmtrain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_svmtrain.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_twister.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_twister.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_vlad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_vlad.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/toolbox/xtest/vl_test_whistc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/toolbox/xtest/vl_test_whistc.m -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/aib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/aib.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/aib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/aib.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/array.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/array.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/covdet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/covdet.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/covdet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/covdet.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/dsift.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/dsift.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/dsift.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/dsift.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/fisher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/fisher.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/fisher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/fisher.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/float.th: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/float.th -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/generic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/generic.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/generic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/generic.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/getopt_long.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/getopt_long.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/getopt_long.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/getopt_long.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/gmm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/gmm.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/gmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/gmm.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/heap-def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/heap-def.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/hikmeans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/hikmeans.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/hikmeans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/hikmeans.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/hog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/hog.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/hog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/hog.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/homkermap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/homkermap.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/homkermap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/homkermap.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/host.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/host.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/host.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/ikmeans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/ikmeans.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/ikmeans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/ikmeans.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/ikmeans_elkan.tc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/ikmeans_elkan.tc -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/ikmeans_init.tc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/ikmeans_init.tc -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/ikmeans_lloyd.tc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/ikmeans_lloyd.tc -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/imopv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/imopv.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/imopv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/imopv.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/imopv_sse2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/imopv_sse2.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/imopv_sse2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/imopv_sse2.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/kdtree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/kdtree.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/kdtree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/kdtree.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/kmeans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/kmeans.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/kmeans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/kmeans.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/lbp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/lbp.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/lbp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/lbp.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/liop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/liop.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/liop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/liop.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/mathop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/mathop.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/mathop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/mathop.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/mathop_avx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/mathop_avx.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/mathop_avx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/mathop_avx.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/mathop_sse2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/mathop_sse2.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/mathop_sse2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/mathop_sse2.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/mser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/mser.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/mser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/mser.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/pgm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/pgm.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/pgm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/pgm.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/qsort-def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/qsort-def.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/quickshift.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/quickshift.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/quickshift.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/quickshift.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/random.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/random.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/random.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/rodrigues.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/rodrigues.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/rodrigues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/rodrigues.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/scalespace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/scalespace.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/scalespace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/scalespace.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/shuffle-def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/shuffle-def.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/sift.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/sift.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/sift.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/sift.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/slic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/slic.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/slic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/slic.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/stringop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/stringop.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/stringop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/stringop.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/svm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/svm.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/svm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/svm.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/svmdataset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/svmdataset.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/svmdataset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/svmdataset.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/vlad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/vlad.c -------------------------------------------------------------------------------- /vlfeat-0.9.19/vl/vlad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vl/vlad.h -------------------------------------------------------------------------------- /vlfeat-0.9.19/vlfeat.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vlfeat.sln -------------------------------------------------------------------------------- /vlfeat-0.9.19/vlfeat.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vlfeat.vcproj -------------------------------------------------------------------------------- /vlfeat-0.9.19/vlfeat.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vlfeat.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /vlfeat-0.9.19/vlfeat.xcodeproj/xcshareddata/xcschemes/make doc-api.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vlfeat.xcodeproj/xcshareddata/xcschemes/make doc-api.xcscheme -------------------------------------------------------------------------------- /vlfeat-0.9.19/vlfeat.xcodeproj/xcshareddata/xcschemes/make info.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vlfeat.xcodeproj/xcshareddata/xcschemes/make info.xcscheme -------------------------------------------------------------------------------- /vlfeat-0.9.19/vlfeat.xcodeproj/xcshareddata/xcschemes/make.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QiaoLiuHit/LSOTB-TIR/HEAD/vlfeat-0.9.19/vlfeat.xcodeproj/xcshareddata/xcschemes/make.xcscheme --------------------------------------------------------------------------------