实例介绍
程明明显著性探测文章中的代码,他的个人网站上有可以下载 ,方便大家,在此提供!
【实例截图】
【核心代码】
CmCode-master
└── CmCode-master
├── CmCode.sln
├── CmLib
│ ├── Basic
│ │ ├── CmCv.cpp
│ │ ├── CmCv.h
│ │ ├── CmDefinition.cpp
│ │ ├── CmDefinition.h
│ │ ├── CmFile.cpp
│ │ ├── CmFile.h
│ │ └── CmTimer.h
│ ├── CRF
│ │ ├── fastmath.h
│ │ └── permutohedral.h
│ ├── Cluster
│ │ ├── CmAPCluster.cpp
│ │ ├── CmAPCluster.h
│ │ ├── CmColorQua.cpp
│ │ ├── CmColorQua.h
│ │ ├── CmGMM.cpp
│ │ └── CmGMM.h
│ ├── CmLib.h
│ ├── CmLib.vcxproj
│ ├── CmLib.vcxproj.filters
│ ├── Illustration
│ │ ├── CmEvaluation.cpp
│ │ ├── CmEvaluation.h
│ │ ├── CmIllu.cpp
│ │ ├── CmIllu.h
│ │ ├── CmShow.cpp
│ │ ├── CmShow.h
│ │ └── xticklabel_rotate.m
│ ├── OtherAlg
│ │ ├── CmCurveEx.cpp
│ │ ├── CmCurveEx.h
│ │ └── CmValStructVec.h
│ ├── Saliency
│ │ ├── CmSalCut.cpp
│ │ ├── CmSalCut.h
│ │ ├── CmSaliencyGC.cpp
│ │ ├── CmSaliencyGC.h
│ │ ├── CmSaliencyRC.cpp
│ │ └── CmSaliencyRC.h
│ ├── Segmentation
│ │ ├── EfficientGraphBased
│ │ │ ├── disjoint-set.h
│ │ │ ├── segment-graph.h
│ │ │ ├── segment-image.cpp
│ │ │ └── segment-image.h
│ │ ├── Maxflow
│ │ │ ├── CHANGES.TXT
│ │ │ ├── README.TXT
│ │ │ ├── block.h
│ │ │ └── graph.h
│ │ ├── MeanShift
│ │ │ ├── MSReadme.txt
│ │ │ ├── RAList.cpp
│ │ │ ├── RAList.h
│ │ │ ├── ms.cpp
│ │ │ ├── ms.h
│ │ │ ├── msImageProcessor.cpp
│ │ │ ├── msImageProcessor.h
│ │ │ ├── msSys.cpp
│ │ │ ├── msSys.h
│ │ │ ├── msSysPrompt.cpp
│ │ │ ├── rlist.cpp
│ │ │ ├── rlist.h
│ │ │ └── tdef.h
│ │ └── PlanarCut
│ │ ├── README.txt
│ │ ├── code
│ │ │ ├── BlockAllocator.h
│ │ │ ├── CGraph.cpp
│ │ │ ├── CGraph.h
│ │ │ ├── CutGrid.cpp
│ │ │ ├── CutGrid.h
│ │ │ ├── CutPlanar.cpp
│ │ │ ├── CutPlanar.h
│ │ │ ├── CutPlanarDefs.h
│ │ │ ├── CutSegment.cpp
│ │ │ ├── CutSegment.h
│ │ │ ├── CutShape.cpp
│ │ │ ├── CutShape.h
│ │ │ ├── DynPath.cpp
│ │ │ ├── DynPath.h
│ │ │ ├── Planar.cpp
│ │ │ ├── Planar.h
│ │ │ ├── PlanarException.cpp
│ │ │ └── PlanarException.h
│ │ ├── doc
│ │ │ ├── a00001.html
│ │ │ ├── a00002.html
│ │ │ ├── a00003.html
│ │ │ ├── a00004.html
│ │ │ ├── a00005.html
│ │ │ ├── a00006.html
│ │ │ ├── a00007.html
│ │ │ ├── a00008.html
│ │ │ ├── a00009.html
│ │ │ ├── a00009.js
│ │ │ ├── a00010.html
│ │ │ ├── a00010.js
│ │ │ ├── a00011.html
│ │ │ ├── a00011.js
│ │ │ ├── a00012.html
│ │ │ ├── a00012.js
│ │ │ ├── a00013.html
│ │ │ ├── a00013.js
│ │ │ ├── a00013.png
│ │ │ ├── a00014.html
│ │ │ ├── a00014.js
│ │ │ ├── a00015.html
│ │ │ ├── a00015.js
│ │ │ ├── a00015.png
│ │ │ ├── a00016.html
│ │ │ ├── a00016.js
│ │ │ ├── a00017.html
│ │ │ ├── a00017.js
│ │ │ ├── a00018.html
│ │ │ ├── a00019.html
│ │ │ ├── a00020.html
│ │ │ ├── a00021.html
│ │ │ ├── a00022.html
│ │ │ ├── a00023.html
│ │ │ ├── a00024.html
│ │ │ ├── a00025.html
│ │ │ ├── a00025.js
│ │ │ ├── a00026.html
│ │ │ ├── a00027.html
│ │ │ ├── a00027.js
│ │ │ ├── a00028_source.html
│ │ │ ├── a00030_source.html
│ │ │ ├── a00032_source.html
│ │ │ ├── a00034_source.html
│ │ │ ├── a00035_source.html
│ │ │ ├── a00037_source.html
│ │ │ ├── a00039_source.html
│ │ │ ├── a00041_source.html
│ │ │ ├── a00043_source.html
│ │ │ ├── annotated.html
│ │ │ ├── annotated.js
│ │ │ ├── bc_s.png
│ │ │ ├── bdwn.png
│ │ │ ├── classes.html
│ │ │ ├── closed.png
│ │ │ ├── dir_050edd66366d13764f98250ef6db77f6.html
│ │ │ ├── dissim.PNG
│ │ │ ├── doxygen.css
│ │ │ ├── doxygen.png
│ │ │ ├── dynsections.js
│ │ │ ├── examples.html
│ │ │ ├── examples.js
│ │ │ ├── ftv2blank.png
│ │ │ ├── ftv2cl.png
│ │ │ ├── ftv2doc.png
│ │ │ ├── ftv2folderclosed.png
│ │ │ ├── ftv2folderopen.png
│ │ │ ├── ftv2lastnode.png
│ │ │ ├── ftv2link.png
│ │ │ ├── ftv2mlastnode.png
│ │ │ ├── ftv2mnode.png
│ │ │ ├── ftv2mo.png
│ │ │ ├── ftv2node.png
│ │ │ ├── ftv2ns.png
│ │ │ ├── ftv2plastnode.png
│ │ │ ├── ftv2pnode.png
│ │ │ ├── ftv2splitbar.png
│ │ │ ├── ftv2vertline.png
│ │ │ ├── functions.html
│ │ │ ├── functions_enum.html
│ │ │ ├── functions_eval.html
│ │ │ ├── functions_func.html
│ │ │ ├── functions_rela.html
│ │ │ ├── functions_vars.html
│ │ │ ├── hierarchy.html
│ │ │ ├── hierarchy.js
│ │ │ ├── index.html
│ │ │ ├── introGraph.png
│ │ │ ├── introGrid.png
│ │ │ ├── jquery.js
│ │ │ ├── nav_f.png
│ │ │ ├── nav_g.png
│ │ │ ├── nav_h.png
│ │ │ ├── navtree.css
│ │ │ ├── navtree.js
│ │ │ ├── navtreeindex0.js
│ │ │ ├── open.png
│ │ │ ├── pages.html
│ │ │ ├── photo.PNG
│ │ │ ├── photoSel.PNG
│ │ │ ├── plugin.xml
│ │ │ ├── resize.js
│ │ │ ├── search
│ │ │ │ ├── all_61.html
│ │ │ │ ├── all_61.js
│ │ │ │ ├── all_63.html
│ │ │ │ ├── all_63.js
│ │ │ │ ├── all_64.html
│ │ │ │ ├── all_64.js
│ │ │ │ ├── all_65.html
│ │ │ │ ├── all_65.js
│ │ │ │ ├── all_66.html
│ │ │ │ ├── all_66.js
│ │ │ │ ├── all_67.html
│ │ │ │ ├── all_67.js
│ │ │ │ ├── all_68.html
│ │ │ │ ├── all_68.js
│ │ │ │ ├── all_69.html
│ │ │ │ ├── all_69.js
│ │ │ │ ├── all_6c.html
│ │ │ │ ├── all_6c.js
│ │ │ │ ├── all_6e.html
│ │ │ │ ├── all_6e.js
│ │ │ │ ├── all_70.html
│ │ │ │ ├── all_70.js
│ │ │ │ ├── all_72.html
│ │ │ │ ├── all_72.js
│ │ │ │ ├── all_73.html
│ │ │ │ ├── all_73.js
│ │ │ │ ├── all_74.html
│ │ │ │ ├── all_74.js
│ │ │ │ ├── all_76.html
│ │ │ │ ├── all_76.js
│ │ │ │ ├── all_77.html
│ │ │ │ ├── all_77.js
│ │ │ │ ├── all_7e.html
│ │ │ │ ├── all_7e.js
│ │ │ │ ├── classes_63.html
│ │ │ │ ├── classes_63.js
│ │ │ │ ├── classes_64.html
│ │ │ │ ├── classes_64.js
│ │ │ │ ├── classes_65.html
│ │ │ │ ├── classes_65.js
│ │ │ │ ├── classes_70.html
│ │ │ │ ├── classes_70.js
│ │ │ │ ├── close.png
│ │ │ │ ├── enums_64.html
│ │ │ │ ├── enums_64.js
│ │ │ │ ├── enums_65.html
│ │ │ │ ├── enums_65.js
│ │ │ │ ├── enumvalues_63.html
│ │ │ │ ├── enumvalues_63.js
│ │ │ │ ├── enumvalues_64.html
│ │ │ │ ├── enumvalues_64.js
│ │ │ │ ├── enumvalues_65.html
│ │ │ │ ├── enumvalues_65.js
│ │ │ │ ├── enumvalues_6c.html
│ │ │ │ ├── enumvalues_6c.js
│ │ │ │ ├── enumvalues_76.html
│ │ │ │ ├── enumvalues_76.js
│ │ │ │ ├── functions_61.html
│ │ │ │ ├── functions_61.js
│ │ │ │ ├── functions_63.html
│ │ │ │ ├── functions_63.js
│ │ │ │ ├── functions_64.html
│ │ │ │ ├── functions_64.js
│ │ │ │ ├── functions_65.html
│ │ │ │ ├── functions_65.js
│ │ │ │ ├── functions_67.html
│ │ │ │ ├── functions_67.js
│ │ │ │ ├── functions_69.html
│ │ │ │ ├── functions_69.js
│ │ │ │ ├── functions_70.html
│ │ │ │ ├── functions_70.js
│ │ │ │ ├── functions_72.html
│ │ │ │ ├── functions_72.js
│ │ │ │ ├── functions_73.html
│ │ │ │ ├── functions_73.js
│ │ │ │ ├── functions_7e.html
│ │ │ │ ├── functions_7e.js
│ │ │ │ ├── mag_sel.png
│ │ │ │ ├── nomatches.html
│ │ │ │ ├── pages_64.html
│ │ │ │ ├── pages_64.js
│ │ │ │ ├── pages_74.html
│ │ │ │ ├── pages_74.js
│ │ │ │ ├── related_70.html
│ │ │ │ ├── related_70.js
│ │ │ │ ├── search.css
│ │ │ │ ├── search.js
│ │ │ │ ├── search_l.png
│ │ │ │ ├── search_m.png
│ │ │ │ ├── search_r.png
│ │ │ │ ├── variables_64.html
│ │ │ │ ├── variables_64.js
│ │ │ │ ├── variables_66.html
│ │ │ │ ├── variables_66.js
│ │ │ │ ├── variables_68.html
│ │ │ │ ├── variables_68.js
│ │ │ │ ├── variables_6c.html
│ │ │ │ ├── variables_6c.js
│ │ │ │ ├── variables_6e.html
│ │ │ │ ├── variables_6e.js
│ │ │ │ ├── variables_73.html
│ │ │ │ ├── variables_73.js
│ │ │ │ ├── variables_74.html
│ │ │ │ ├── variables_74.js
│ │ │ │ ├── variables_77.html
│ │ │ │ └── variables_77.js
│ │ │ ├── sync_off.png
│ │ │ ├── sync_on.png
│ │ │ ├── tab_a.png
│ │ │ ├── tab_b.png
│ │ │ ├── tab_h.png
│ │ │ ├── tab_s.png
│ │ │ ├── tabs.css
│ │ │ └── toc.xml
│ │ └── examples
│ │ └── windows
│ │ ├── testCutGrid
│ │ │ ├── testCutGrid
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── stdafx.cpp
│ │ │ │ ├── stdafx.h
│ │ │ │ ├── targetver.h
│ │ │ │ ├── testCutGrid.cpp
│ │ │ │ ├── testCutGrid.vcxproj
│ │ │ │ └── testCutGrid.vcxproj.filters
│ │ │ └── testCutGrid.sln
│ │ ├── testCutPlanar
│ │ │ ├── testCutPlanar
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── stdafx.cpp
│ │ │ │ ├── stdafx.h
│ │ │ │ ├── targetver.h
│ │ │ │ ├── testCutPlanar.cpp
│ │ │ │ ├── testCutPlanar.vcxproj
│ │ │ │ └── testCutPlanar.vcxproj.filters
│ │ │ └── testCutPlanar.sln
│ │ ├── testCutSegment
│ │ │ ├── testCutSegment
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── stdafx.cpp
│ │ │ │ ├── stdafx.h
│ │ │ │ ├── targetver.h
│ │ │ │ ├── testCutSegment.cpp
│ │ │ │ ├── testCutSegment.vcxproj
│ │ │ │ └── testCutSegment.vcxproj.filters
│ │ │ └── testCutSegment.sln
│ │ └── testCutShape
│ │ ├── testCutShape
│ │ │ ├── ReadMe.txt
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ ├── targetver.h
│ │ │ ├── testCutShape.cpp
│ │ │ ├── testCutShape.vcxproj
│ │ │ └── testCutShape.vcxproj.filters
│ │ └── testCutShape.sln
│ ├── stdafx.cpp
│ └── stdafx.h
├── CurveExtractionHHME09
│ ├── CurveExtractionHHME09.cpp
│ ├── CurveExtractionHHME09.vcxproj
│ ├── CurveExtractionHHME09.vcxproj.filters
│ ├── data
│ │ ├── Cartoon.png
│ │ └── Nature.png
│ ├── stdafx.cpp
│ └── stdafx.h
├── LibLinear
│ ├── LibLinear.vcxproj
│ ├── LibLinear.vcxproj.filters
│ ├── README.1.93.txt
│ ├── blas
│ │ ├── blas.h
│ │ ├── blasp.h
│ │ ├── daxpy.c
│ │ ├── ddot.c
│ │ ├── dnrm2.c
│ │ └── dscal.c
│ ├── linear.cpp
│ ├── linear.h
│ ├── train.c
│ ├── tron.cpp
│ └── tron.h
├── Objectness
│ ├── CmFile.cpp
│ ├── CmFile.h
│ ├── CmShow.cpp
│ ├── CmShow.h
│ ├── CmTimer.h
│ ├── DataSetVOC.cpp
│ ├── DataSetVOC.h
│ ├── FilterBING.cpp
│ ├── FilterBING.h
│ ├── Main.cpp
│ ├── Objectness.cpp
│ ├── Objectness.h
│ ├── Objectness.vcxproj
│ ├── Objectness.vcxproj.filters
│ ├── VOC2007
│ │ ├── ImageSets
│ │ │ ├── Layout
│ │ │ │ ├── test.txt
│ │ │ │ ├── train.txt
│ │ │ │ ├── trainval.txt
│ │ │ │ └── val.txt
│ │ │ ├── Main
│ │ │ │ ├── class.txt
│ │ │ │ ├── train.txt
│ │ │ │ ├── trainval.txt
│ │ │ │ └── val.txt
│ │ │ └── Segmentation
│ │ │ ├── test.txt
│ │ │ ├── train.txt
│ │ │ ├── trainval.txt
│ │ │ └── val.txt
│ │ └── readme.txt
│ ├── ValStructVec.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── xml2yaml.m
│ └── yml.m
├── README.md
├── Saliency
│ ├── Saliency.vcxproj
│ ├── Saliency.vcxproj.filters
│ ├── SaliencyMain.cpp
│ ├── stdafx.cpp
│ └── stdafx.h
├── SpReco
│ ├── Readme.txt
│ ├── SREengine.cpp
│ ├── SREngine.h
│ ├── SpRecoTOG14.vcxproj
│ ├── SpRecoTOG14.vcxproj.filters
│ ├── SpRecoUI.cpp
│ ├── SpRecoUI.h
│ ├── SpRecoUI.qrc
│ ├── SpRecoUI.ui
│ ├── SpeechGrammar.xml
│ ├── main.cpp
│ ├── stdafx.cpp
│ └── stdafx.h
└── clean.bat
38 directories, 398 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论