├── Code ├── LMgist.m ├── MBQ_LM1.m ├── MBQ_LM1_test.m ├── MBQ_LM2.m ├── MBQ_LM3.m ├── MBQ_LM4.m ├── MBQ_LM_test.m ├── README.md ├── compressSH.m ├── demoSH.asv ├── demoSH.m ├── distMat.m ├── dist_mat.m ├── evaluation_map.m ├── evaluation_precision.m ├── evaluation_precision1.m ├── evaluation_recall.asv ├── evaluation_recall.m ├── hamming_Dist.m ├── imresizecrop.m ├── norm_Dist.m ├── semantic_hash.m ├── trainSH.m ├── trainThreshold1.m ├── trainThreshold2.m ├── trainThreshold3.m ├── trainThreshold4.m └── try.m /Code: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /LMgist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/LMgist.m -------------------------------------------------------------------------------- /MBQ_LM1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/MBQ_LM1.m -------------------------------------------------------------------------------- /MBQ_LM1_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/MBQ_LM1_test.m -------------------------------------------------------------------------------- /MBQ_LM2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/MBQ_LM2.m -------------------------------------------------------------------------------- /MBQ_LM3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/MBQ_LM3.m -------------------------------------------------------------------------------- /MBQ_LM4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/MBQ_LM4.m -------------------------------------------------------------------------------- /MBQ_LM_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/MBQ_LM_test.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/README.md -------------------------------------------------------------------------------- /compressSH.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/compressSH.m -------------------------------------------------------------------------------- /demoSH.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/demoSH.asv -------------------------------------------------------------------------------- /demoSH.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/demoSH.m -------------------------------------------------------------------------------- /distMat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/distMat.m -------------------------------------------------------------------------------- /dist_mat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/dist_mat.m -------------------------------------------------------------------------------- /evaluation_map.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/evaluation_map.m -------------------------------------------------------------------------------- /evaluation_precision.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/evaluation_precision.m -------------------------------------------------------------------------------- /evaluation_precision1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/evaluation_precision1.m -------------------------------------------------------------------------------- /evaluation_recall.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/evaluation_recall.asv -------------------------------------------------------------------------------- /evaluation_recall.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/evaluation_recall.m -------------------------------------------------------------------------------- /hamming_Dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/hamming_Dist.m -------------------------------------------------------------------------------- /imresizecrop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/imresizecrop.m -------------------------------------------------------------------------------- /norm_Dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/norm_Dist.m -------------------------------------------------------------------------------- /semantic_hash.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/semantic_hash.m -------------------------------------------------------------------------------- /trainSH.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/trainSH.m -------------------------------------------------------------------------------- /trainThreshold1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/trainThreshold1.m -------------------------------------------------------------------------------- /trainThreshold2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/trainThreshold2.m -------------------------------------------------------------------------------- /trainThreshold3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/trainThreshold3.m -------------------------------------------------------------------------------- /trainThreshold4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/trainThreshold4.m -------------------------------------------------------------------------------- /try.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tarasom123/DAQ/HEAD/try.m --------------------------------------------------------------------------------