資源簡介
我用c#開發的人臉識別程序 其中結合了RFID身份識別技術 聲音識別技術
代碼片段和文件信息
using?System;
using?System.Diagnostics;
using?Emgu.CV.Structure;
namespace?Emgu.CV
{
???///?
???///?An?object?recognizer?using?PCA?(Principle?Components?Analysis)
???///?
???[Serializable]
???public?class?EigenobjectRecognizer
???{
??????private?Image[]?_eigenImages;
??????private?Image?_avgImage;
??????private?Matrix[]?_eigenValues;
??????private?string[]?_labels;
??????private?double?_eigenDistanceThreshold;
??????///?
??????///?Get?the?eigen?vectors?that?form?the?eigen?space
??????///?
??????///?The?set?method?is?primary?used?for?deserialization?do?not?attemps?to?set?it?unless?you?know?what?you?are?doing
??????public?Image[]?EigenImages
??????{
?????????ge
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????144??2012-05-14?21:53??我的人臉識別_林森\app.config
?????文件?????279552??2012-05-14?17:02??我的人臉識別_林森\bin\Debug\Emgu.CV.dll
?????文件?????792064??2012-05-14?17:02??我的人臉識別_林森\bin\Debug\Emgu.CV.pdb
?????文件?????126976??2011-08-16?04:44??我的人臉識別_林森\bin\Debug\Emgu.CV.UI.dll
?????文件??????35149??2011-08-16?04:44??我的人臉識別_林森\bin\Debug\Emgu.CV.UI.xm
?????文件????1094587??2012-05-14?17:02??我的人臉識別_林森\bin\Debug\Emgu.CV.xm
?????文件??????23040??2012-05-14?17:02??我的人臉識別_林森\bin\Debug\Emgu.Util.dll
?????文件??????54784??2012-05-14?17:02??我的人臉識別_林森\bin\Debug\Emgu.Util.pdb
?????文件??????21208??2012-05-14?17:02??我的人臉識別_林森\bin\Debug\Emgu.Util.xm
?????文件????1254733??2009-12-28?13:32??我的人臉識別_林森\bin\Debug\haarcascade_frontalface_default.xm
?????文件?????200704??2010-12-17?14:42??我的人臉識別_林森\bin\Debug\Impinj.OctaneSdk.dll
?????文件?????253131??2010-12-17?14:42??我的人臉識別_林森\bin\Debug\Impinj.OctaneSdk.xm
?????文件?????376832??2010-12-17?14:42??我的人臉識別_林森\bin\Debug\LLRP.dll
?????文件?????155648??2010-12-17?14:42??我的人臉識別_林森\bin\Debug\LLRP.Impinj.dll
?????文件??????23552??2012-05-14?21:39??我的人臉識別_林森\bin\Debug\MultiFaceRec.exe
?????文件????????144??2012-05-14?21:53??我的人臉識別_林森\bin\Debug\MultiFaceRec.exe.config
?????文件??????46592??2012-05-14?21:39??我的人臉識別_林森\bin\Debug\MultiFaceRec.pdb
?????文件??????11600??2012-05-14?22:01??我的人臉識別_林森\bin\Debug\MultiFaceRec.vshost.exe
?????文件????????144??2012-05-14?21:53??我的人臉識別_林森\bin\Debug\MultiFaceRec.vshost.exe.config
?????文件????????490??2010-03-17?22:39??我的人臉識別_林森\bin\Debug\MultiFaceRec.vshost.exe.manifest
?????文件??????11078??2012-05-10?11:01??我的人臉識別_林森\bin\Debug\TrainedFaces\face1.bmp
?????文件??????11078??2012-05-10?11:01??我的人臉識別_林森\bin\Debug\TrainedFaces\face2.bmp
?????文件??????11078??2012-05-10?11:01??我的人臉識別_林森\bin\Debug\TrainedFaces\face3.bmp
?????文件??????11078??2012-05-10?11:01??我的人臉識別_林森\bin\Debug\TrainedFaces\face4.bmp
?????文件??????11078??2012-05-10?11:01??我的人臉識別_林森\bin\Debug\TrainedFaces\face5.bmp
?????文件??????11078??2012-05-10?11:01??我的人臉識別_林森\bin\Debug\TrainedFaces\face6.bmp
?????文件??????11078??2012-05-10?11:01??我的人臉識別_林森\bin\Debug\TrainedFaces\face7.bmp
?????文件?????????30??2012-05-10?11:01??我的人臉識別_林森\bin\Debug\TrainedFaces\TrainedLabels.txt
?????文件?????307200??2010-05-26?12:12??我的人臉識別_林森\bin\Debug\ZedGraph.dll
?????文件??????11486??2011-08-08?00:43??我的人臉識別_林森\Eigenob
............此處省略38個文件信息
評論
共有 條評論