PCA人臉識別 This Package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the filenames
標簽: implements Component Principal Analysis
上傳時間: 2016-06-25
上傳用戶:trepb001
PCA人臉識別 This Package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the filenames
標簽: implements Component Principal Analysis
上傳時間: 2016-06-25
上傳用戶:hakim
PCA人臉識別 This Package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the filenames
標簽: implements Component Principal Analysis
上傳時間: 2016-06-25
上傳用戶:cylnpy
PCA人臉識別 This Package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the filenames
標簽: implements Component Principal Analysis
上傳時間: 2013-12-16
上傳用戶:JIUSHICHEN
The Package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c". In particular the Berlekamp-Massey algorithm has not been modified. New features compared to "new_rs_erasures.c" are: - fully parameterized: code parameters (n,k,m) can be selected via command line options. - decoding optional by Euclid or Belekamp-Massey algorithm - efficient support of shortened codes - extensive verbose levels for hardware verification
標簽: Reed-Solomon contains decoding Package
上傳時間: 2013-12-11
上傳用戶:shinesyh
CELP (CELl Processing) is a functional programming Package for Matlab. It is often better to use FP instead of loops: - it s more compact - it s more clear.
標簽: programming Processing functional Package
上傳時間: 2013-12-19
上傳用戶:netwolf
Package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println("隊是空的,無法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
標簽: private public Node LinkQuery
上傳時間: 2016-07-08
上傳用戶:天誠24
AT8xC51SND1C Firmware Package support MMC,NF,IDE等等等
標簽: Firmware Package support SND1
上傳時間: 2014-01-15
上傳用戶:gyq
uClinux-dist-20040408-str710-patch Package of uClinux for STR71x uClinux Driver for str71x
標簽: uClinux uClinux-dist str 71x
上傳時間: 2014-01-04
上傳用戶:集美慧
Chord Package into p2psim
上傳時間: 2013-12-28
上傳用戶:chenjjer