基本信息
源码名称:人脸识别源码
源码大小:3.48M
文件格式:.zip
开发语言:C#
更新时间:2021-01-16
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 5 元 
   源码介绍







Com.Facecore.platform

├── Com.Facecore.platform
│   ├── Com.Facecore.platform.csproj
│   ├── ConstUrl.cs
│   ├── FaceClient.cs
│   ├── FaceHttp.cs
│   ├── ImageHelper.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Com.Facecore.platform.dll
│   │   │   ├── Com.Facecore.platform.pdb
│   │   │   ├── FaceCore.OpenPlatform.DTO.dll
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   └── Newtonsoft.Json.xml
│   │   └── Release
│   └── obj
│       ├── Debug
│       │   ├── Com.Facecore.platform.csproj.FileListAbsolute.txt
│       │   ├── Com.Facecore.platform.dll
│       │   ├── Com.Facecore.platform.pdb
│       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   └── TempPE
│       └── Release
│           ├── Com.Facecore.platform.csproj.FileListAbsolute.txt
│           ├── Com.Facecore.platform.csprojResolveAssemblyReference.cache
│           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           ├── TempPE
│           └── build.force
├── Com.Facecore.platform.Common
│   ├── Com.Facecore.platform.Common.csproj
│   ├── Common.cs
│   ├── FormMove.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Com.Facecore.platform.Common.dll
│   │   │   └── Com.Facecore.platform.Common.pdb
│   │   └── Release
│   │       ├── Com.Facecore.platform.Common.dll
│   │       └── Com.Facecore.platform.Common.pdb
│   └── obj
│       ├── Debug
│       │   ├── Com.Facecore.platform.Common.csproj.FileListAbsolute.txt
│       │   ├── Com.Facecore.platform.Common.dll
│       │   ├── Com.Facecore.platform.Common.pdb
│       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   └── TempPE
│       └── Release
│           ├── Com.Facecore.platform.Common.csproj.FileListAbsolute.txt
│           ├── Com.Facecore.platform.Common.csprojResolveAssemblyReference.cache
│           ├── Com.Facecore.platform.Common.dll
│           ├── Com.Facecore.platform.Common.pdb
│           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           └── TempPE
├── Com.Facecore.platform.sln
├── Com.Facecore.platform.v12.suo
├── Dllimport
│   ├── AForge.Video.DirectShow.dll
│   ├── AForge.Video.DirectShow.xml
│   ├── AForge.Video.dll
│   ├── AForge.Video.xml
│   ├── AForge.dll
│   ├── AForge.xml
│   └── FaceCore.OpenPlatform.DTO.dll
└── faceView
    ├── Download.cs
    ├── Form1.Designer.cs
    ├── Form1.cs
    ├── Form1.resx
    ├── Images
    │   ├── button
    │   │   ├── 加载-点击-人脸检测.png
    │   │   ├── 拍照-点击-动态人脸比对.png
    │   │   ├── 关闭-点击.png
    │   │   ├── 加载-人脸检测.png
    │   │   ├── 拍照-动态人脸比对.png
    │   │   ├── 关闭.png
    │   │   ├── 加载框-人脸检测.png
    │   │   ├── 开始比对-点击-人脸比对认证.png
    │   │   ├── 开始比对-点击-动态人脸比对.png
    │   │   ├── 选择照片-点击-人脸比对认证.png
    │   │   ├── 选择照片-点击-动态人脸比对.png
    │   │   ├── 选择图片-点击.png
    │   │   ├── 加载选框-动态人脸比对.png
    │   │   ├── 开始比对-人脸比对认证.png
    │   │   ├── 开始比对-动态人脸比对.png
    │   │   ├── 选择照片-人脸比对认证.png
    │   │   ├── 选择照片-动态人脸比对.png
    │   │   ├── 下拉箭头.png
    │   │   ├── 选择图片.png
    │   │   ├── 加载摄像头-点击.png
    │   │   └── 加载摄像头.png
    │   ├── dfacecheck.png
    │   ├── dfacecheck_click.png
    │   ├── dfacecom.png
    │   ├── dfacecom_click.png
    │   ├── facecheck.png
    │   ├── facecheck_click.png
    │   ├── facecom.png
    │   ├── facecom_click.png
    │   ├── logo-facecore.png
    │   ├── offlinehigh.png
    │   └── offlinehigh_click.png
    ├── Program.cs
    ├── Properties
    │   ├── AssemblyInfo.cs
    │   ├── Resources.Designer.cs
    │   ├── Resources.resx
    │   ├── Settings.Designer.cs
    │   └── Settings.settings
    ├── UcControl
    │   ├── Common.cs
    │   ├── UcCompar.Designer.cs
    │   ├── UcCompar.cs
    │   ├── UcCompar.resx
    │   ├── UcDynamic.Designer.cs
    │   ├── UcDynamic.cs
    │   ├── UcDynamic.resx
    │   ├── UcDynamicCom.Designer.cs
    │   ├── UcDynamicCom.cs
    │   ├── UcDynamicCom.resx
    │   ├── UcFaceCheck.Designer.cs
    │   ├── UcFaceCheck.cs
    │   ├── UcFaceCheck.resx
    │   ├── UcIndex.Designer.cs
    │   ├── UcIndex.cs
    │   └── UcIndex.resx
    ├── UcMenuItem.Designer.cs
    ├── UcMenuItem.cs
    ├── UcMenuItem.resx
    ├── bin
    │   └── Debug
    │       ├── AForge.Video.DirectShow.dll
    │       ├── AForge.Video.DirectShow.xml
    │       ├── AForge.Video.dll
    │       ├── AForge.Video.xml
    │       ├── AForge.dll
    │       ├── AForge.xml
    │       ├── AxInterop.WMPLib.dll
    │       ├── Com.Facecore.platform.Common.dll
    │       ├── Com.Facecore.platform.Common.pdb
    │       ├── Com.Facecore.platform.dll
    │       ├── Com.Facecore.platform.pdb
    │       ├── DownFile
    │       ├── FaceCore.OpenPlatform.DTO.dll
    │       ├── Images
    │       │   ├── button
    │       │   │   ├── 加载-点击-人脸检测.png
    │       │   │   ├── 拍照-点击-动态人脸比对.png
    │       │   │   ├── 关闭-点击.png
    │       │   │   ├── 加载-人脸检测.png
    │       │   │   ├── 拍照-动态人脸比对.png
    │       │   │   ├── 关闭.png
    │       │   │   ├── 加载框-人脸检测.png
    │       │   │   ├── 开始比对-点击-人脸比对认证.png
    │       │   │   ├── 开始比对-点击-动态人脸比对.png
    │       │   │   ├── 选择照片-点击-人脸比对认证.png
    │       │   │   ├── 选择照片-点击-动态人脸比对.png
    │       │   │   ├── 选择图片-点击.png
    │       │   │   ├── 加载选框-动态人脸比对.png
    │       │   │   ├── 开始比对-人脸比对认证.png
    │       │   │   ├── 开始比对-动态人脸比对.png
    │       │   │   ├── 选择照片-人脸比对认证.png
    │       │   │   ├── 选择照片-动态人脸比对.png
    │       │   │   ├── 下拉箭头.png
    │       │   │   ├── 选择图片.png
    │       │   │   ├── 加载摄像头-点击.png
    │       │   │   └── 加载摄像头.png
    │       │   ├── dfacecheck.png
    │       │   ├── dfacecheck_click.png
    │       │   ├── dfacecom.png
    │       │   ├── dfacecom_click.png
    │       │   ├── facecheck.png
    │       │   ├── facecheck_click.png
    │       │   ├── facecom.png
    │       │   ├── facecom_click.png
    │       │   ├── offlinehigh.png
    │       │   └── offlinehigh_click.png
    │       ├── Interop.WMPLib.dll
    │       ├── Newtonsoft.Json.dll
    │       ├── Newtonsoft.Json.xml
    │       ├── faceView.exe
    │       ├── faceView.pdb
    │       └── faceView.vshost.exe
    ├── faceView.csproj
    └── obj
        ├── Debug
        │   ├── AxInterop.WMPLib.dll
        │   ├── DesignTimeResolveAssemblyReferences.cache
        │   ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   ├── Interop.WMPLib.dll
        │   ├── TempPE
        │   ├── faceView.Form1.resources
        │   ├── faceView.Properties.Resources.resources
        │   ├── faceView.UcControl.UcCompar.resources
        │   ├── faceView.UcControl.UcDynamic.resources
        │   ├── faceView.UcControl.UcDynamicCom.resources
        │   ├── faceView.UcControl.UcFaceCheck.resources
        │   ├── faceView.UcControl.UcIndex.resources
        │   ├── faceView.UcMenuItem.resources
        │   ├── faceView.csproj.FileListAbsolute.txt
        │   ├── faceView.csproj.GenerateResource.Cache
        │   ├── faceView.csproj.ResolveComReference.cache
        │   ├── faceView.csprojResolveAssemblyReference.cache
        │   ├── faceView.exe
        │   └── faceView.pdb
        └── Release
            ├── AxInterop.WMPLib.dll
            ├── DesignTimeResolveAssemblyReferencesInput.cache
            ├── Interop.WMPLib.dll
            ├── TempPE
            ├── build.force
            ├── faceView.Form1.resources
            ├── faceView.Properties.Resources.resources
            ├── faceView.UcControl.UcCompar.resources
            ├── faceView.UcControl.UcDynamic.resources
            ├── faceView.UcControl.UcDynamicCom.resources
            ├── faceView.UcControl.UcFaceCheck.resources
            ├── faceView.UcControl.UcIndex.resources
            ├── faceView.UcControl.UcVideo.resources
            ├── faceView.UcMenuItem.resources
            ├── faceView.csproj.FileListAbsolute.txt
            ├── faceView.csproj.GenerateResource.Cache
            ├── faceView.csproj.ResolveComReference.cache
            └── faceView.csprojResolveAssemblyReference.cache

36 directories, 191 files