Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
mhmublv_code
no vote
Version 1.01  Code provided by Graham Taylor, Geoff Hinton and Sam Roweis  For more information, see:     http://www.cs.toronto.edu/~gwtaylor/publications/nips2006mhmublv Permission is granted for anyone to copy, use, modify, or distribute this program and accompanying programs and documents for any purpose, provided this copyright notice is retained and prominently displayed, along with a note saying that the original programs are available from our
mountain526519
2016-08-23
2
1
face_detection
4.0
%%%%% Reading of a RGB image i=imread('face8.jpg'); I=rgb2gray(i); BW=im2bw(I); figure,imshow(BW) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% minimisation of background portion [n1 n2]=size(BW); r=floor(n1/10); c=floor(n2/10); x1=1;x2=r; s=r*c;
mountain526519
2016-08-23
1
1
No more~