文件名称:hogsvmmatlab代码-occluded_human_detection:机器学习的Matlab实现,用于检测图像中被遮挡和未遮挡的人。
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-02 10:56:01
系统开源
hog svm matlab代码被遮挡的人体检测 机器学习的 Matlab 实现,用于检测图像中被遮挡和未遮挡的人。 CMPE685 的最终项目。 使用机器学习方法,使用 SVM 和朴素贝叶斯作为分类器,使用 HOG、LBP 和对象建议作为特征。 对于对象建议,您需要下载 piotr Dollar 的 matlab 工具箱及其边缘检测代码工具箱: 边缘代码:
【文件预览】:
occluded_human_detection-master
----getHumanBlob.m(3KB)
----generateOutputFiles.m(2KB)
----.gitignore(6B)
----README.md(532B)
----edgeboxTest.m(2KB)
----learnNaiveBayes.m(903B)
----featureTest.m(410B)
----testSVM.m(497B)
----testNaiveBayes.m(478B)
----reduction_pca.m(959B)
----generate_occluded.m(1KB)
----classScore.m(913B)
----bilinearInterpolation.m(2KB)
----compileTrainingData.m(2KB)
----learnSVM.m(883B)