登录
首页 » Visual C++ » NewFeaturesOfOpenCV2.1

NewFeaturesOfOpenCV2.1

于 2020-08-17 发布 文件大小:619KB
0 95
下载积分: 1 下载次数: 5

代码说明:

  脸部特征提取,特征点提取、划分特征点区域,这是在中医面诊课题中用到的代码(Facial feature extraction, feature extraction, feature points divided region)

文件列表:

NewFeaturesOfOpenCV2.1
......................\bin
......................\...\Debug
......................\...\.....\Emgu.CV.DebuggerVisualizers.dll,7680,2010-04-06
......................\...\.....\Emgu.CV.dll,233472,2010-04-06
......................\...\.....\Emgu.CV.UI.dll,126976,2010-04-06
......................\...\.....\Emgu.CV.UI.xml,34771,2010-04-06
......................\...\.....\Emgu.CV.xml,967284,2010-04-06
......................\...\.....\Emgu.Util.dll,32768,2010-04-06
......................\...\.....\Emgu.Util.xml,19705,2010-04-06


......................\...\.....\NewFeaturesOfOpenCV2.1.exe,35328,2012-05-28
......................\...\.....\NewFeaturesOfOpenCV2.1.pdb,56832,2012-05-28
......................\...\.....\NewFeaturesOfOpenCV2.1.vshost.exe,11608,2012-05-28
......................\...\.....\NewFeaturesOfOpenCV2.1.vshost.exe.manifest,490,2010-03-17
......................\...\.....\ZedGraph.dll,307200,2009-12-29

......................\FormGrabCut.cs,11779,2012-05-28
......................\FormGrabCut.designer.cs,12965,2012-05-25
......................\FormGrabCut.resx,6012,2012-05-25
......................\FormMain.cs,6126,2012-05-25
......................\FormMain.designer.cs,3746,2010-04-28
......................\FormMain.resx,5817,2010-04-28
......................\FormStereoCorrespondence.cs,8485,2012-05-25
......................\FormStereoCorrespondence.Designer.cs,36104,2010-04-28
......................\FormStereoCorrespondence.resx,6209,2010-04-28
......................\NewFeaturesOfOpenCV2.1.csproj,7462,2012-05-25
......................\NewFeaturesOfOpenCV2.1.csproj.user,650,2012-05-25
......................\NewFeaturesOfOpenCV2.1.sln,933,2012-05-25
......................\obj
......................\...\Debug
......................\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6407,2012-05-28
......................\...\.....\GenerateResource-ResGen.read.1.tlog,1652,2012-05-28
......................\...\.....\GenerateResource-ResGen.write.1.tlog,2930,2012-05-28
......................\...\.....\NewFeaturesOfOpenCV2.1.csproj.FileListAbsolute.txt,3384,2012-05-28
......................\...\.....\NewFeaturesOfOpenCV2.1.exe,35328,2012-05-28
......................\...\.....\NewFeaturesOfOpenCV2.1.pdb,56832,2012-05-28
......................\...\.....\NewFeaturesOfOpenCV2._1.FormGrabCut.resources,180,2012-05-28
......................\...\.....\NewFeaturesOfOpenCV2._1.FormMain.resources,180,2012-05-28
......................\...\.....\NewFeaturesOfOpenCV2._1.FormStereoCorrespondence.resources,180,2012-05-28
......................\...\.....\NewFeaturesOfOpenCV2._1.Properties.Resources.resources,180,2012-05-28
......................\...\.....\ResGen.read.1.tlog,2,2012-05-28
......................\...\.....\ResGen.write.1.tlog,2,2012-05-28
......................\...\.....\ResolveAssemblyReference.cache,56611,2012-05-28
......................\...\.....\TempPE
......................\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2012-05-25
......................\Program.cs,518,2010-04-26
......................\Properties
......................\..........\AssemblyInfo.cs,1376,2010-04-26
......................\..........\Resources.Designer.cs,2882,2010-06-21
......................\..........\Resources.resx,5612,2010-04-26
......................\..........\Settings.Designer.cs,1119,2010-06-21
......................\..........\Settings.settings,249,2010-04-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SART
    SART图像重建代码 基于C++ 主要用于CT等射线处理(code of image and with a wide application of CT, x-RAY , ETC)
    2017-09-16 12:48:22下载
    积分:1
  • SIFT
    说明:  由于只是利用图像的灰度信息, SIFT 算法不能很好地区分形状相似但颜色不同的物体。针对这一问题, 提出了一种基于彩 色的SIFT 特征点提取算法, 并着重分析了多种彩色模型对算法性能的影响。这种算法也是在图像的灰度尺度空间上检测特征点, 但其特征向量由各描述子子区域的彩色模型分量的均值组成并在原始的彩色图像上进行计算。(SIFT)
    2010-04-20 09:48:53下载
    积分:1
  • 3DAni
    正方体透视投影变换,可通过鼠标及键盘实现动画效果(cube perspective projection transform, through mouse and keyboard to achieve animation effects)
    2004-11-07 22:56:45下载
    积分:1
  • Mei_Segment-Tree_Based_Cost
    s世界计算机视觉三大会议之CVPR会议,中国人发表的经典立体匹配的论文(s World Computer Vision Conference CVPR three meetings, the Chinese classic stereo matching published papers)
    2013-11-21 19:00:07下载
    积分:1
  • edgelist
    改进的有效边表算法,来自计算机图形学的简单代码(Improved active edge table algorithm, a simple code from the computer graphics)
    2020-06-30 20:40:01下载
    积分:1
  • 3Dtext
    3Dtext visual basic代码(3Dtext visual basic code)
    2008-04-27 00:45:24下载
    积分:1
  • scanfill
    光栅图形学中的扫描填充算法。list<Line> AET和list<Line>* NET构成了活性边表和新边表.算法先初始化各扫描线新边表,之后对于每条扫描线更新活性边表,并且配对交点来着色。 (Raster graphics scanning fill algorithm. list <Line> AET list <Line>* NET constitute the active side of the table and side table new algorithm to initialize each scan line side table new, after each scan line update the active side of the table, and the the paired intersection of coloring.)
    2013-05-16 14:10:30下载
    积分:1
  • 86346644
    图像的复制剪切粘贴,Visual C++编程技巧精选,很好的参考资料。(Copy cut and paste image, Visual C++ programming skills selected, a good reference.)
    2013-11-17 06:09:48下载
    积分:1
  • GanssianBlur
    平台基于visual studio2015,使用opencv函数实现高斯滤波,进行图像处理(gaussian blur based on opencv)
    2020-06-20 05:40:01下载
    积分:1
  • pccode
    cad 模拟动画软件, 模拟动画软件, 模拟动画软件(cad)
    2009-11-24 13:14:36下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载