文件名称:CmCode-master
-
所属分类:
- 标签属性:
- 上传时间:2016-11-22
-
文件大小:1.17mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
基于opencv的objecness检测算法,是MINGMINGCHENG在cvpr上提出的,需要配置opencv环境-Opencv based objecness detection algorithm is proposed cvpr MINGMINGCHENG on, you need to configure opencv environment
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CmCode-master/
CmCode-master/.gitignore
CmCode-master/CmCode.sln
CmCode-master/CmLib/
CmCode-master/CmLib/Basic/
CmCode-master/CmLib/Basic/CmCv.cpp
CmCode-master/CmLib/Basic/CmCv.h
CmCode-master/CmLib/Basic/CmDefinition.cpp
CmCode-master/CmLib/Basic/CmDefinition.h
CmCode-master/CmLib/Basic/CmFile.cpp
CmCode-master/CmLib/Basic/CmFile.h
CmCode-master/CmLib/Basic/CmTimer.h
CmCode-master/CmLib/CRF/
CmCode-master/CmLib/CRF/fastmath.h
CmCode-master/CmLib/CRF/permutohedral.h
CmCode-master/CmLib/Cluster/
CmCode-master/CmLib/Cluster/CmAPCluster.cpp
CmCode-master/CmLib/Cluster/CmAPCluster.h
CmCode-master/CmLib/Cluster/CmColorQua.cpp
CmCode-master/CmLib/Cluster/CmColorQua.h
CmCode-master/CmLib/Cluster/CmGMM.cpp
CmCode-master/CmLib/Cluster/CmGMM.h
CmCode-master/CmLib/CmLib.h
CmCode-master/CmLib/CmLib.vcxproj
CmCode-master/CmLib/CmLib.vcxproj.filters
CmCode-master/CmLib/Illustration/
CmCode-master/CmLib/Illustration/CmEvaluation.cpp
CmCode-master/CmLib/Illustration/CmEvaluation.h
CmCode-master/CmLib/Illustration/CmIllu.cpp
CmCode-master/CmLib/Illustration/CmIllu.h
CmCode-master/CmLib/Illustration/CmShow.cpp
CmCode-master/CmLib/Illustration/CmShow.h
CmCode-master/CmLib/Illustration/xticklabel_rotate.m
CmCode-master/CmLib/OtherAlg/
CmCode-master/CmLib/OtherAlg/CmCurveEx.cpp
CmCode-master/CmLib/OtherAlg/CmCurveEx.h
CmCode-master/CmLib/OtherAlg/CmValStructVec.h
CmCode-master/CmLib/Saliency/
CmCode-master/CmLib/Saliency/CmSalCut.cpp
CmCode-master/CmLib/Saliency/CmSalCut.h
CmCode-master/CmLib/Saliency/CmSaliencyGC.cpp
CmCode-master/CmLib/Saliency/CmSaliencyGC.h
CmCode-master/CmLib/Saliency/CmSaliencyRC.cpp
CmCode-master/CmLib/Saliency/CmSaliencyRC.h
CmCode-master/CmLib/Segmentation/
CmCode-master/CmLib/Segmentation/EfficientGraphBased/
CmCode-master/CmLib/Segmentation/EfficientGraphBased/disjoint-set.h
CmCode-master/CmLib/Segmentation/EfficientGraphBased/segment-graph.h
CmCode-master/CmLib/Segmentation/EfficientGraphBased/segment-image.cpp
CmCode-master/CmLib/Segmentation/EfficientGraphBased/segment-image.h
CmCode-master/CmLib/Segmentation/Maxflow/
CmCode-master/CmLib/Segmentation/Maxflow/CHANGES.TXT
CmCode-master/CmLib/Segmentation/Maxflow/README.TXT
CmCode-master/CmLib/Segmentation/Maxflow/block.h
CmCode-master/CmLib/Segmentation/Maxflow/graph.h
CmCode-master/CmLib/Segmentation/MeanShift/
CmCode-master/CmLib/Segmentation/MeanShift/MSReadme.txt
CmCode-master/CmLib/Segmentation/MeanShift/RAList.cpp
CmCode-master/CmLib/Segmentation/MeanShift/RAList.h
CmCode-master/CmLib/Segmentation/MeanShift/ms.cpp
CmCode-master/CmLib/Segmentation/MeanShift/ms.h
CmCode-master/CmLib/Segmentation/MeanShift/msImageProcessor.cpp
CmCode-master/CmLib/Segmentation/MeanShift/msImageProcessor.h
CmCode-master/CmLib/Segmentation/MeanShift/msSys.cpp
CmCode-master/CmLib/Segmentation/MeanShift/msSys.h
CmCode-master/CmLib/Segmentation/MeanShift/msSysPrompt.cpp
CmCode-master/CmLib/Segmentation/MeanShift/rlist.cpp
CmCode-master/CmLib/Segmentation/MeanShift/rlist.h
CmCode-master/CmLib/Segmentation/MeanShift/tdef.h
CmCode-master/CmLib/Segmentation/PlanarCut/
CmCode-master/CmLib/Segmentation/PlanarCut/README.txt
CmCode-master/CmLib/Segmentation/PlanarCut/code/
CmCode-master/CmLib/Segmentation/PlanarCut/code/BlockAllocator.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/CGraph.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/CGraph.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutGrid.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutGrid.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutPlanar.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutPlanar.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutPlanarDefs.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutSegment.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutSegment.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutShape.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutShape.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/DynPath.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/DynPath.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/Planar.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/Planar.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/PlanarException.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/PlanarException.h
CmCode-master/CmLib/Segmentation/PlanarCut/doc/
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00001.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00002.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00003.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00004.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00005.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00006.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00007.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00008.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00009.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00009.js
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00010.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00010.js
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00011.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a0
CmCode-master/.gitignore
CmCode-master/CmCode.sln
CmCode-master/CmLib/
CmCode-master/CmLib/Basic/
CmCode-master/CmLib/Basic/CmCv.cpp
CmCode-master/CmLib/Basic/CmCv.h
CmCode-master/CmLib/Basic/CmDefinition.cpp
CmCode-master/CmLib/Basic/CmDefinition.h
CmCode-master/CmLib/Basic/CmFile.cpp
CmCode-master/CmLib/Basic/CmFile.h
CmCode-master/CmLib/Basic/CmTimer.h
CmCode-master/CmLib/CRF/
CmCode-master/CmLib/CRF/fastmath.h
CmCode-master/CmLib/CRF/permutohedral.h
CmCode-master/CmLib/Cluster/
CmCode-master/CmLib/Cluster/CmAPCluster.cpp
CmCode-master/CmLib/Cluster/CmAPCluster.h
CmCode-master/CmLib/Cluster/CmColorQua.cpp
CmCode-master/CmLib/Cluster/CmColorQua.h
CmCode-master/CmLib/Cluster/CmGMM.cpp
CmCode-master/CmLib/Cluster/CmGMM.h
CmCode-master/CmLib/CmLib.h
CmCode-master/CmLib/CmLib.vcxproj
CmCode-master/CmLib/CmLib.vcxproj.filters
CmCode-master/CmLib/Illustration/
CmCode-master/CmLib/Illustration/CmEvaluation.cpp
CmCode-master/CmLib/Illustration/CmEvaluation.h
CmCode-master/CmLib/Illustration/CmIllu.cpp
CmCode-master/CmLib/Illustration/CmIllu.h
CmCode-master/CmLib/Illustration/CmShow.cpp
CmCode-master/CmLib/Illustration/CmShow.h
CmCode-master/CmLib/Illustration/xticklabel_rotate.m
CmCode-master/CmLib/OtherAlg/
CmCode-master/CmLib/OtherAlg/CmCurveEx.cpp
CmCode-master/CmLib/OtherAlg/CmCurveEx.h
CmCode-master/CmLib/OtherAlg/CmValStructVec.h
CmCode-master/CmLib/Saliency/
CmCode-master/CmLib/Saliency/CmSalCut.cpp
CmCode-master/CmLib/Saliency/CmSalCut.h
CmCode-master/CmLib/Saliency/CmSaliencyGC.cpp
CmCode-master/CmLib/Saliency/CmSaliencyGC.h
CmCode-master/CmLib/Saliency/CmSaliencyRC.cpp
CmCode-master/CmLib/Saliency/CmSaliencyRC.h
CmCode-master/CmLib/Segmentation/
CmCode-master/CmLib/Segmentation/EfficientGraphBased/
CmCode-master/CmLib/Segmentation/EfficientGraphBased/disjoint-set.h
CmCode-master/CmLib/Segmentation/EfficientGraphBased/segment-graph.h
CmCode-master/CmLib/Segmentation/EfficientGraphBased/segment-image.cpp
CmCode-master/CmLib/Segmentation/EfficientGraphBased/segment-image.h
CmCode-master/CmLib/Segmentation/Maxflow/
CmCode-master/CmLib/Segmentation/Maxflow/CHANGES.TXT
CmCode-master/CmLib/Segmentation/Maxflow/README.TXT
CmCode-master/CmLib/Segmentation/Maxflow/block.h
CmCode-master/CmLib/Segmentation/Maxflow/graph.h
CmCode-master/CmLib/Segmentation/MeanShift/
CmCode-master/CmLib/Segmentation/MeanShift/MSReadme.txt
CmCode-master/CmLib/Segmentation/MeanShift/RAList.cpp
CmCode-master/CmLib/Segmentation/MeanShift/RAList.h
CmCode-master/CmLib/Segmentation/MeanShift/ms.cpp
CmCode-master/CmLib/Segmentation/MeanShift/ms.h
CmCode-master/CmLib/Segmentation/MeanShift/msImageProcessor.cpp
CmCode-master/CmLib/Segmentation/MeanShift/msImageProcessor.h
CmCode-master/CmLib/Segmentation/MeanShift/msSys.cpp
CmCode-master/CmLib/Segmentation/MeanShift/msSys.h
CmCode-master/CmLib/Segmentation/MeanShift/msSysPrompt.cpp
CmCode-master/CmLib/Segmentation/MeanShift/rlist.cpp
CmCode-master/CmLib/Segmentation/MeanShift/rlist.h
CmCode-master/CmLib/Segmentation/MeanShift/tdef.h
CmCode-master/CmLib/Segmentation/PlanarCut/
CmCode-master/CmLib/Segmentation/PlanarCut/README.txt
CmCode-master/CmLib/Segmentation/PlanarCut/code/
CmCode-master/CmLib/Segmentation/PlanarCut/code/BlockAllocator.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/CGraph.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/CGraph.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutGrid.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutGrid.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutPlanar.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutPlanar.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutPlanarDefs.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutSegment.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutSegment.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutShape.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/CutShape.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/DynPath.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/DynPath.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/Planar.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/Planar.h
CmCode-master/CmLib/Segmentation/PlanarCut/code/PlanarException.cpp
CmCode-master/CmLib/Segmentation/PlanarCut/code/PlanarException.h
CmCode-master/CmLib/Segmentation/PlanarCut/doc/
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00001.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00002.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00003.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00004.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00005.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00006.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00007.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00008.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00009.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00009.js
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00010.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00010.js
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a00011.html
CmCode-master/CmLib/Segmentation/PlanarCut/doc/a0
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.